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

Add Skills to ApplicationUser #6

Open
SvenSeemann opened this issue Mar 4, 2018 · 0 comments
Open

Add Skills to ApplicationUser #6

SvenSeemann opened this issue Mar 4, 2018 · 0 comments

Comments

@SvenSeemann
Copy link
Contributor

SvenSeemann commented Mar 4, 2018

class Skill {
  id: UUID,
  name: string
}
class ApplicationUser {
  // ....
  skills: List<Skill>
}

Needs resources for:

  • Search Skills (GET /skills?q=SEARCH_QUERY)
  • Add Skill to User (POST /user/:userId/skills with RequestBody: Skill)
  • Remove Skill from User (DELETE /user/:userId/skills/:skillId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants