SODAR: System for Omics Data Access and Retrieval

3 Open Issues Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue seeks feedback from scientists on which additional study metadata fields (e.g., submission/release dates, study design, publications, factors, contacts) would be valuable to display in the SODAR UI. It also asks for input on how complex data should be formatted and which fields should be prioritized for future editing capabilities. The implementation is planned for after a new Vue app is developed.

Complexity: 3/5
help wanted feature tbd app: samplesheets

SODAR: System for Omics Data Access and Retrieval

Python
help wanted environment tbd

SODAR: System for Omics Data Access and Retrieval

Python

AI Summary: Implement a rate-limiting mechanism for the SODAR REST API to mitigate flooding from repeated requests by a single user. The solution should avoid blocking legitimate high-frequency requests and may involve DRF features, SODAR Core modifications, or a reverse proxy solution. Context awareness (e.g., blocking repeated requests to the same endpoint) is desirable.

Complexity: 4/5
help wanted environment feature tbd

SODAR: System for Omics Data Access and Retrieval

Python