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

As an administrator, I want to be able to view user information #12

Open
3 of 8 tasks
nix-moo opened this issue Mar 2, 2020 · 0 comments
Open
3 of 8 tasks

As an administrator, I want to be able to view user information #12

nix-moo opened this issue Mar 2, 2020 · 0 comments
Assignees
Labels
admin User story for administrator
Projects

Comments

@nix-moo
Copy link
Contributor

nix-moo commented Mar 2, 2020

Backend:

  • write Express routes to serve all users
  • No one else should have access.
  • build Users model

Frontend:
(note: user state can either be a single user or all users)

  • write a component to display a list of all users
  • write a component which displays a single user
  • write a sub-reducer to manage user state (see above note)
  • display allUser component when url matches '/users'
  • add "all users" link to navbar to show allUsers view
@nix-moo nix-moo created this issue from a note in gs-project (To do) Mar 2, 2020
@nix-moo nix-moo added the admin User story for administrator label Mar 2, 2020
@cafloyd cafloyd moved this from To do to In progress in gs-project Mar 3, 2020
@Hilary-Ly Hilary-Ly assigned ksantiago and Hilary-Ly and unassigned nix-moo and cafloyd Mar 4, 2020
@Hilary-Ly Hilary-Ly moved this from In progress to Done in gs-project Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin User story for administrator
Projects
gs-project
  
Done
Development

No branches or pull requests

4 participants