OpenCloning / OpenCloning/OpenCloning_frontend
Export sequence files submitted by the user along the json when exporting data (as a zip?)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 10
- Avg merge
- 11d 9h
- Merged PRs (30d)
- 3
Description
Right now when files are uploaded by the user, the DNA sequences are read and stored in the application state as a source and as a sequence, but the file itself cannot be accessed anymore. It would be nice if the file would be stored in the session (or something like that), so that when you click on export data, you can chose to get only the json, or (if sequence files have been submitted), a zip containing the json and the files. This would be important if you want to be able to validate the data that is contained in the json.
Contributor guide
No contributing guide indexed for this repository
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 the user-upload flow and the export data entry point to see where sequence content is currently retained and how JSON export is assembled. Done means submitted sequence files remain available, JSON-only export still works, and an export containing JSON plus the files is offered when applicable for later validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100