Open Issues Need Help
View All on GitHubAI 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.
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.