Show status in progress
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 21
- Forks
- 11
- Avg merge
- 12h 5m
- Merged PRs (30d)
- 24
Description
We often get asked if a run has started processing, so it would be helpful to show clearly on the QAI micall page whether the run has started processing or not. Possible states:
- no data -
needsprocessingfile not present - waiting for quality control -
qc_uploadedfile not present - waiting to process -
startedfile not present (we'll have to change the monitor to create this when it starts processing a run) - processing -
startedfile is present, butdoneprocessinganderrorprocessingare not - errors -
errorprocessingfile is present - done -
doneprocessingfile is present
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 QAI MiCall page and the monitor responsible for the named needsprocessing, qc_uploaded, started, doneprocessing, and errorprocessing files. Implement the listed status states, ensure the monitor creates started when processing begins, and verify that each file combination displays the expected status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- bioinformatics, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100