KuyoDynamics / KuyoDynamics/SILCServer
Add DELETE Endpoint for deleting SILC Group Member
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Add DELETE Endpoint for deleting SILC Group Member. The delete endpoint simply archives the member by setting archive property to true and moving the record to the archive database. You can override the http DELETE command or simply use PATCH!
Contributor guide
Research direction
Start at the SILC Group Member API endpoint and inspect how member records are stored and moved between databases. Confirm whether DELETE or PATCH is the existing convention, then implement archiving by setting the archive property to true and moving the record to the archive database.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100