OpenCloning / OpenCloning/OpenCloning_frontend

Export sequence files submitted by the user along the json when exporting data (as a zip?)

Open
#12 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.