halbritter-lab / gene-curator

Gene Curator is an open-source platform for managing and curating genetic data. It facilitates gene data analysis, entry, and reporting, serving genetics researchers with tools for efficient data handling.
MIT License
4 stars 1 forks source link

Feature Request: Implement Pre-Curation Table View Using DataDisplayTable Component #64

Closed berntpopp closed 6 months ago

berntpopp commented 8 months ago

Summary

Implement a new pre-curation table view in the Gene-Curator web app using the reusable DataDisplayTable component, allowing efficient management and display of pre-curation data.

Description

To enhance the functionality of the Gene-Curator web app, we need to implement a pre-curation table view that leverages the existing DataDisplayTable component. This implementation will display pre-curation data fetched from Firebase in a structured and user-friendly table format, similar to the existing genes table view.

Acceptance Criteria

User Stories

Implementation Details