Dashboard: add ability to test permissions
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 41
- Forks
- 4
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
Expected Behavior
There should be a simple way of testing entry permissions for a user which is easier than using the py3 repl
Possible Solution
Dashboard section that lists all entries with auth records from newest to oldest, with checkboxes to select whether it should be tested, and then a textarea where one or more user identifiers can be added (whitespace-separated). Resulting list then shows each selected entry on a row, with columns per user.
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 with the existing dashboard and py3 REPL permission-check entry points, then trace how entries with auth records are listed and evaluated. Define the dashboard flow for selecting entries and whitespace-separated user identifiers, and consider the work complete when results show each selected entry with per-user permission outcomes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authorization, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100