analysispreservation.cern.ch icon indicating copy to clipboard operation
analysispreservation.cern.ch copied to clipboard

Source code for the CERN Analysis Preservation portal

Results 127 analysispreservation.cern.ch issues
Sort by recently updated
recently updated
newest added

when i enter a dropdown/popover with a form inside, and click on the input to start typing, the dropdown closes Examples: - Local login in Welcome page - on mobile/small...

Topic: UI

Together with https://github.com/cern-sis/react-formule/issues/29 We should investigate what packages to remove from the `cap-react` bundle. - [ ] either not needed anymore - [ ] or can be imported from the...

Topic: system

Currently, all JavaScript files in CAP are `.js`, regardless of whether they contain JSX or not. Those that contain JSX syntax should have the `.jsx` extension. This way we will...

Topic: UI

Now that we have a new released package for "react-formule" , we should update `package.json`, docker image, etc and test deployment in QA

- create collections for authors, analysis components, etc - make connection with greybook. foundation, etc - more to come .....

Right now on the dashboard we have "Quick search", that displays some link to quick search examples, etc. Most of them are based on CMS content data, so are irrelevant...

- [ ] authors collection - [ ] create actions to export author records in csv, latex - [ ] filter results by (e.g. date in collaboration, date out of...

For schemas (e.g. cms) we have some of the "config" properties in the root of the schema (e.g. fullname, version, experiment) instead of having them inside the `config` property, which...

We need to develop and document the use-case of having one record included in another record e.g.: - `schema#1` has a field that accepts data of type `schema#2` - [...