feat: Teams API + Teams UI (staging) - #16
Open
habiibullahm wants to merge 6 commits into
Open
Conversation
Implement team CRUD and member management on the API, wire the existing UI client/store, and ship list/create/detail pages so Manage Teams navigates instead of showing a coming-soon toast. Co-authored-by: Cursor <cursoragent@cursor.com>
Make team invites workable by exposing the account UUID with a Copy button on Settings, and the same control on team detail. Co-authored-by: Cursor <cursoragent@cursor.com>
Validate team membership and assignees on create/update, support teamId/assignedToId list filters, and expose team/assignee fields plus filters in the task UI. Co-authored-by: Cursor <cursoragent@cursor.com>
Allow users with task access to list/create comments, restrict edit/delete to authors, and show a comments panel on the task edit page. Co-authored-by: Cursor <cursoragent@cursor.com>
Ship a status-column Kanban board with drag-and-drop status updates, Socket.IO realtime fan-out for task/comment events, and a notification bell for collaborators. Co-authored-by: Cursor <cursoragent@cursor.com>
Update root, task-api, and task-web-ui documentation to match implemented endpoints and features, and list remaining polish as deferred. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
team.service/team.store(including add/remove/update member actions)/teams,/teams/new,/teams/:id) and replace Dashboard Manage Teams toast with navigationTest plan
cd task-api && npm run test:integration— Teams suite passescd task-web-ui && npm run test:e2e— dashboard Manage Teams reaches/teamsMade with Cursor