rdmo icon indicating copy to clipboard operation
rdmo copied to clipboard

A tool to support the planning, implementation, and organization of research data management.

Results 169 rdmo issues
Sort by recently updated
recently updated
newest added

I think it would suffice to test the different pandoc formats once in a unit test (`rdmo/core/tests/test_pandoc.py`) and remove the parametrization from the other tests (and use only `html` as...

type:maintenance

I think it is actually better to switch to the established pre-commit.ci service. It will run our lint job, and do periodic update PRs for the `.pre-commit-config.yaml` config. Ref: https://pre-commit.ci/

type:maintenance
pre-commit

## Description Related issue: #698 ## Tasks - [x] decide about NOTICE - [x] remove swagger.scss - [ ] decide about the schema - [ ] decide about the purpose...

type:maintenance
status:hold
dependencies
python

### Rationale / Begründung Avoid redundant declaration of answers that may increase inconsistencies between of answers between related questions. For instance, if the questions on "legal situation of different countries...

type:feature-request
effort:moderate

### Description / Beschreibung https://github.com/rdmorganiser/rdmo/pull/1015 was faulty, currently the progress is not updated for text and textareas.

### Description / Beschreibung A certain question (is_collection, Checkboxes and Option) with checkboxes should show another conditional question when one of the checkboxes is selected. New project: When starting a...

type:bug

After having failed with my previous attempt to reduce testing time, I present this idea: Let's mock out `pypandoc.convert_text` when testing export views. Through pytest parametrization there are a couple...

type:maintenance

At the moment we have: - lint (already centrally managed) - test dev setup - test - end to end tests - coveralls completion - build python wheel - install...

type:maintenance

`build-and-inspect-python-package` or baipp is a solid solution to building python packages in CI pipelines. It does "inspection" as well, e.g. by doing the metadata checks we do, but it also...

type:maintenance
github_actions

Combine two conditions with a "and" (so far they are only combined with an "or"-connection)

effort:major
type:feature-request
priority:medium