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

/api/v2/users look up data for single user #8986

Closed
jkuester opened this issue Apr 2, 2024 · 1 comment · Fixed by #9016
Closed

/api/v2/users look up data for single user #8986

jkuester opened this issue Apr 2, 2024 · 1 comment · Fixed by #9016
Assignees
Labels
Type: Feature Add something new
Milestone

Comments

@jkuester
Copy link
Contributor

jkuester commented Apr 2, 2024

Split off from: #8877

The goal is to add api support for retrieving data about a single user.

GET /api/v2/users/username

@jkuester
Copy link
Contributor Author

Here is the basic tech design for this issue. Seems suspiciously straightforward... 😅

  • user-management shared lib:
    • add getUser function for retrieving data about a single user
  • api:
    • conrollers/users.js - add function to check permissions and then call the user-managment lib to get the user
    • routing.js - add path for /api/v2/users/:username that calls the controller
  • tests
    • integration/api/controllers:
      • users.spec.js - Add tests

@jkuester jkuester moved this from Todo to In Progress in Product Team Activities Apr 12, 2024
@mrjones-plip mrjones-plip moved this from In Progress to This Week's commitments in Product Team Activities Apr 16, 2024
jkuester added a commit that referenced this issue Apr 23, 2024
@github-project-automation github-project-automation bot moved this from This Week's commitments to Done in Product Team Activities Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Add something new
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant