-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Team Collaboration #12
Comments
varunsingh87
added a commit
that referenced
this issue
Jan 13, 2024
varunsingh87
added a commit
that referenced
this issue
Jan 14, 2024
* Implement listCompetitionTeams * Convert/rename frontend JSX components into TSX components to fix type errors
varunsingh87
added a commit
that referenced
this issue
Jan 15, 2024
varunsingh87
added a commit
that referenced
this issue
Jan 15, 2024
…m dashboard (front-end) * Simplify API by removing listMessages hook and avoiding the possibility of running into more errors
varunsingh87
added a commit
that referenced
this issue
Jan 15, 2024
varunsingh87
added a commit
that referenced
this issue
Jan 16, 2024
… lib code with helpers module * Fix build error * Extract front-end into new components: TeamMembers, Chat, UserBubble
varunsingh87
added a commit
that referenced
this issue
Jan 17, 2024
* Add separate property in Convex function invitations and show in separate list in team dashboard * Style chat input and implement enter press handler
varunsingh87
added a commit
that referenced
this issue
Jan 17, 2024
varunsingh87
added a commit
that referenced
this issue
Jan 17, 2024
varunsingh87
added a commit
that referenced
this issue
Jan 17, 2024
varunsingh87
added a commit
that referenced
this issue
Jan 17, 2024
* This does not include join requests made by the joiner * Add title to icon button
github-project-automation
bot
moved this from In progress
to Done
in Spoke Web Application
Jan 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Team Collaboration
Allow users who have entered the competition to find and collaborate with teammates. (Front-end team commitment enforcement)
Requirements
Software Design
Schema Changes
New table: messages
Indexes: by_team
The _creationTime built-in column should be used for this table.
[12] Team Collaboration State Diagram
The text was updated successfully, but these errors were encountered: