roadmap
roadmap copied to clipboard
DCC/UC3 collaboration for a data management planning tool
Allow individuals to be able to use an API to upload answers to DMP questions (for those that are scripting and git minded). This would allow individuals to use scripting...
Currently the selection of parts to download to a document are general. It would be nice to be able to select specific individual questions for download to a document. This...
# Description The `/contact-us` page features a "contact us" form. After clicking "Submit", an email should be delivered to the value assigned to `ContactUs.mailer_to`. However, there are scenarios where a...
# Summary The following identifies two areas of the custom date range functionality in the usage statistics UI that could benefit from improvements to better align with how data is...
# Summary The following identifies two key issues affecting the accuracy of usage statistics for users and plans. Both of these issues stem from how stats are currently aggregated by...
we have many form views with `
Currently, there is no way to tell from the API whether a specific plan is awaiting feedback or not. The only way to know if someone has requested feedback on...
Fixes (Issue exists downstream: https://github.com/portagenetwork/roadmap/issues/1006) Changes proposed in this PR: - Include email confirmation status as an editable attribute on the `/super_admin/users/:id` path.  ![Screenshot from 2025-07-04...
We came across an issue in with the Org Links Validator last week that was being caused by an edge case. The issue is that the `k` variable referenced in...
Changes proposed in this PR: - https://github.com/DMPRoadmap/roadmap/pull/3516 adds a lot of test coverage within `spec/features/questions/conditions_questions_spec.rb` and `spec/controllers/answers_controller_with_conditional_questions_spec.rb`. This PR attempts to refactor those files by applying DRY principles. - `spec/support/helpers/conditional_questions_helper.rb`...