analysispreservation.cern.ch
analysispreservation.cern.ch copied to clipboard
Source code for the CERN Analysis Preservation portal
Take notifications out of config.config. They should be directly in the config root. This change has to be done in the backend before applying it to the frontend. Check if...
The current logic in the `useEffect` of `AdminPanel.js` after the switch to Formule could use some review to see if it can be simplified. Also, review the `onFinish` in `CreateForm`...
Saving changes to a schema requires bumping the version in the settings every time, which is not very comfortable. It would be nice to allow "draft" schema saves to DB,...
should feature: - [ ] reviews - [ ] new form fields (steps, etc) - [ ] editable fields by permissions - [ ] repo fields, files etc more ...
After merging https://github.com/cern-sis/react-formule/pull/97 we have now the possibility to have editable steps depending on the user that has specific edit rights We can: - use `x-cap-permission` like it is done...