LyubomirT / LyubomirT/forcevar
Data Export
Open
Nobody has claimed this yet.
enhancement
feature
good first issue
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Data exporting can help users understand how their data is stored and potentially back up in case something goes wrong. This can be done by getting the data from localstorage (if there is any data) and showing it in some sort of a textarea or a saved `.txt` file.
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 locating where the extension reads or writes localStorage and where its user interface is assembled. Define the export interaction from the issue's alternatives, then verify that existing data can be shown in a textarea or saved as a .txt file and that empty storage is handled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100