feat(backend): file deletion flow #16
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#16
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/file-deletion-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds file-deletion capabilities to the API such that files that are present in the system can be deleted from both the database and storage media.
This also addresses other smaller concerns:
typing_extensions
was added as a dependency due to Pydantic requirements around typing responses.