KuyoDynamics / KuyoDynamics/SILCServer

Add DELETE Endpoint for deleting SILC Group Member

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.