Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support normalized case for study names #317

Open
jimmymathews opened this issue May 3, 2024 · 1 comment
Open

Support normalized case for study names #317

jimmymathews opened this issue May 3, 2024 · 1 comment
Labels
feature New feature

Comments

@jimmymathews
Copy link
Collaborator

For better flexibility on the frontend side, let's make the API handlers support lower-cased normalized versions of the study names throughout. This is probably as simple as updating the _retrieve_study_database method to look for a match rather than an exact match (as is done now).

@jimmymathews jimmymathews added the feature New feature label May 3, 2024
@jimmymathews
Copy link
Collaborator Author

This will also fix the errors associated with the occasional unexplained lowercasing. As seen by the API server recently, e.g.:

ValueError: Study name invalid: "head and neck mpif ..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant