Configurable export permission
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Is your feature request related to a problem? Please describe.
We don't want people to save tables containing personal data on their copmuters, where they might live way past the time they should be deleted.
Describe the solution you'd like
Export permission should be configurable, like view, update, create, delete are now.
Describe alternatives you've considered
Using csv to hide the export buttons, but this would prevent exporting any view.
Additional context
This of course wouldn't prevent a malicious user from manually copy-pasting the data, but having the button signals to the user that it's okay to use it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the existing view, update, create, and delete permissions control access and how the export buttons are shown. Done means export can be configured independently, while CSV can still hide export buttons without disabling export for every view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authorization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100