rdmo
rdmo copied to clipboard
A tool to support the planning, implementation, and organization of research data management.
This PR adds the possibility to copy tabs (i.e. datasets) or better to create a new tab with all values from the current tab. It works a bit like deleting...
## Description Related issue: #1119 probably need to be rebased after https://github.com/rdmorganiser/rdmo/pull/1106 ## Motivation and Context ## How has this been tested? ## Screenshots (if appropriate) ## Types of Changes...
@MyPyDavid @CalamityC please check if I missed something important.
This PR contains additional work, to be merged into `interview` after the next rebase.
This PR adds a new `visibility` field to `Project`. `private` is the current behavior, `internal` allows everybody to access the project like a `guest` (read only). I added a choice...
### Rationale / Begründung As already discussed, the current dependency notations with `~=` do not yield well-defined environments, which can lead to version/dependency conflicts. The pinning to min and max...
## Description Release branch for new features planned for RDMO 2.3.0 ## Motivation and Context ## How has this been tested? ## Screenshots (if appropriate) ## Types of Changes -...
## Description Related issue: #1115 minimal change ## Motivation and Context ## How has this been tested? ## Screenshots (if appropriate) ## Types of Changes - [ ] Build related...
## Description Resolves #1092 and #1113 ## Tasks - [x] add `mocked_convert_text` fixture, which should be used in combination with `export_format` fixture, when testing export views - [x] add `mocked_convert_text`...
I am not sure, but I think we should use `npm ci` here: https://github.com/rdmorganiser/rdmo/blob/main/.github/workflows/ci.yml#L160 to catch if our lock file diverged from `package.json`.