Separate the edit page from the snippets-for-user page
- Dominant language
- Python
- Stars
- 215
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Right now you can't see a list of your own snippets in read-only mode like you can for other people. Having this view would be really useful when you want to look back on what you've done (e.g. annual reviews) and see all your snippets without the noise of al the textareas. This should be pretty quick to do since we already have the code for seeing all of someone's snippets (e.g. /?u=michelle%40khanacademy.org -- NOTE: if you're an admin then apparently you can edit anyone's snippets, so you won't be able to see the read-only page I'm describing anywhere, but I'm sure it exists!).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the existing read-only snippets view for another user at /?u=michelle%40khanacademy.org with the current edit page. Separate the views so a user can list their own snippets without textareas, and verify that the read-only page shows all of their snippets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100