Skip to content
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

Implement a route to create a user #2

Closed
IsaacCheng9 opened this issue May 26, 2022 · 1 comment · Fixed by #12
Closed

Implement a route to create a user #2

IsaacCheng9 opened this issue May 26, 2022 · 1 comment · Fixed by #12
Assignees
Labels
backend Requires attention on the backend enhancement New feature or request high priority Requires immediate attention

Comments

@IsaacCheng9
Copy link
Owner

Specification

  • The user must be able to create users so that they can form a group.
    • This only requires basic functionality – no credentials are required, just a username for now that acts as a unique identifier.
      • We can add a display name (firstName and lastName) at a later point.
      • We can also add login functionality for personalised views later.
@IsaacCheng9 IsaacCheng9 added the enhancement New feature or request label May 26, 2022
@IsaacCheng9 IsaacCheng9 added this to Development Backlog in Kanban Board via automation May 26, 2022
@IsaacCheng9 IsaacCheng9 added backend Requires attention on the backend frontend Requires attention on the frontend high priority Requires immediate attention labels May 26, 2022
@IsaacCheng9 IsaacCheng9 self-assigned this Jun 14, 2022
Kanban Board automation moved this from Development Backlog to Done Jun 15, 2022
@IsaacCheng9 IsaacCheng9 reopened this Jun 15, 2022
Kanban Board automation moved this from Done to In Progress Jun 15, 2022
@IsaacCheng9 IsaacCheng9 changed the title Add ability to create users Implement route to create users Jun 21, 2022
@IsaacCheng9 IsaacCheng9 changed the title Implement route to create users Implement a route to create a user Jun 21, 2022
@IsaacCheng9 IsaacCheng9 removed the frontend Requires attention on the frontend label Jun 21, 2022
@IsaacCheng9
Copy link
Owner Author

Changed the scope to decouple the backend and the frontend to accelerate development – we'll create a new issue to integrate the frontend later.

Kanban Board automation moved this from In Progress to Done Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Requires attention on the backend enhancement New feature or request high priority Requires immediate attention
Projects
Development

Successfully merging a pull request may close this issue.

2 participants