AllenNeuralDynamics / aind-metadata-entry-js

Metadata entry using javascript
https://metadata-entry.allenneuraldynamics.org
MIT License
1 stars 1 forks source link

Add `mri_session` to the schemas filter list #175

Closed helen-m-lin closed 2 months ago

helen-m-lin commented 3 months ago

Is your feature request related to a problem? Please describe. MriSession has been removed from aind-data-schema core schemas. Historical JSON schemas are still in the S3 bucket and thus show up in the metadata entry app. Users should no longer see mri_session in the schemas dropdown.

Describe the solution you'd like Add mri_session to the schemas filter list. This is the environment variable REACT_APP_FILTER_SCHEMAS. Update README with local dev instructions if needed.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

mekhlakapoor commented 2 months ago

Updated the env variable in amplify in dev. Don't have permissions to do so in prod.