rdmo
rdmo copied to clipboard
A tool to support the planning, implementation, and organization of research data management.
This PR refactors the accept field for import plugins to match the format of react-dropzone, e.g.: ``` accept = { 'application/xml': ['.xml'], 'text/xml': ['.xml'] } ``` It also contains minor...
This PR adds the possibility to send questions though a contact form directly from the interview. It contains: * `PROJECT_CONTACT` and `PROJECT_CONTACT_RECIPIENTS` settings * different templates to customize emails and...
Right now, an XML project export is always shown in the browser. Changed management XML exports to be always downloaded (controlled by `settings.EXPORT_CONTENT_DISPOSITION`). This PR adds the same behavior for...
### Rationale / Begründung User registrations can come from any email domain, which may lead to spam accounts, security risks, or unwanted users in the system. Implementing an email domain...
It would be nice to export not only the questions (and answers) as PDF, but also the help texts. The tool tips are not so important.
### Description / Beschreibung If two users answer a question simultaneously and then click "Proceed," only the response of the user who clicked "Proceed" first will be saved. ### Expected...
This PR adds the possibility to copy projects. There is a new `ProjectCopyView` and a `copy` action in the `ProjectViewSet`. To make it work a new `ProjectParentValidator` needs to be...
This PR prepares the work on the new front-end, the new `project` page, and the change to Bootstrap 5.3.
### Description / Beschreibung Pretty much what the title says. It is visible on the `project` page.