Commit fd6e31c
authored
Feat/team projects (#54)
* refactor(entities): extract project entity from team
* feat(projects): add create project feature
* feat(uikit): add popover
* feat(app): add project routes and team route group
* feat(shared): add kanban component
* refactor(shared): extract DateTimeString and reuse in entity schemas
* feat(entities): update project share token schemas
* feat(user): update update team schema
* feat(projects): add archive, remove, share and shared identity fields
* feat(pages): add team projects and project settings with boards
* feat(sidebar): add projects list with management actions
* feat(app): add public project page stub and minor fixes1 parent f1e4bee commit fd6e31c
93 files changed
Lines changed: 2904 additions & 222 deletions
File tree
- app
- (protected)/team
- (team)
- invitations
- members
- projects
- roles
- settings
- projects/[projectId]
- settings
- projects/[projectId]
- src
- app/layouts
- entities
- project
- api
- config
- lib
- model
- team
- api
- model
- user
- api
- model
- features
- projects
- archive
- model
- ui
- create
- model
- ui
- remove
- model
- ui
- teams/active-team/model
- pages
- profile/ui/teams-page
- project
- api
- model
- ui
- boards
- settings
- team
- config
- ui
- projects
- roles
- widgets
- app-sidebar
- model
- ui
- teams
- page-layout/ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments