joshsoftware / joshsoftware/peerly
APIs for badge management
Open
enhancement
go-backend
- Dominant language
- Go
- Stars
- 10
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
We will need APIs for the following
- [ ] Create badge - POST /organisations/:organisation_id/badges
- [ ] Update badge - PUT /organisations/:organisation_id/badges/:id
- [ ] List badges - GET /organisations/:organisation_id/badges
- [ ] Show badge - GET /organisations/:organisation_id/badges/:id
- [ ] Delete badge - DELETE /organisations/:organisation_id/badges/:id
Thoughts:
1. Badge delete / update API should check the usage of the badge ?
**Authentication and Authorization:**
OrganisationAdmin is allowed with a valid JWT token
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.