waldronlab / waldronlab/BugSigDB

Add Reviewed status to Study, Experiment, Signature exports

Open
#302 4 comments 1 reaction 1 assignee View on GitHub

@tosfos is already working on this.

Since Nov 20, 2025.

enhancement Y8 dev tasks
Dominant language
PHP
Stars
9
Forks
9
Avg merge
1h 56m
Merged PRs (30d)
4

Description

Currently the exports produced by BugSigDB have two variables that appear to track the status of a study/experiment/signature:

State (Possible Values: Complete, Incomplete)
Reviewer (Possible Values: username who completed the review or blank if not reviewed)

While Reviewer implies that the study/experiment/signature has been marked as reviewed, I would like to have a field that directly states that the study/experiment/signature has been reviewed.

From my (naive) perspective, there are two possible implementations:

  1. Update the State field to have three values: Complete, Incomplete, Reviewed (not sure if this creates issues if something is both incomplete and reviewed which shouldn't happen but I acknowledge could happen.)
  2. Add an additional field called Reviewed with two possible values: TRUE, FALSE (or yes/no or really whatever is easiest)

We have no strong preferences for one over the other so I would say whichever is easier to implement. If there is a different approach, we can consider that as well. We'd like this for all study, experiment, and signature exports.

Thank you.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.