hackforla / hackforla/peopledepot
Implement delete security
Open
complexity: medium
dependency
draft
p-feature: API private endpoint
p-feature: API public endpoint
PII: FALSE
question
ready for dev lead
role: back end
s: CTJ
s: hackforla.org
s: kb
s: PD team
s: VRMS
size: 1pt
- Dominant language
- Python
- Stars
- 14
- Forks
- 37
- Avg merge
- 9d 15h
- Merged PRs (30d)
- 5
Description
### Dependency
- [ ] #150
### Overview
We need to disable the DELETE method for all models. This was decided by @bonniewolfe in the 2024/08/15 meeting. The idea is that we do not actually delete data in most cases, but we'll work out the actual "delete" implementation later. For now, we just disable the endpoints
### Action Items
- TBD based on #150
### Resources/Instructions
- [How to disable methods in DRF ViewSets](https://python-code.dev/articles/132132111)
Contributor guide
Assessment
This issue has not been assessed yet.