roadmap
roadmap copied to clipboard
DCC/UC3 collaboration for a data management planning tool
Updated app to Rails 7.1
**What version of the DMPRoadmap code are you running? (e.g. v4.0.9)** Good evening, everyone. I'm implementing the orcid sandbox, in the testing environment https://t-pgd.ibict.br, but I receive the error below....
Changes proposed in this PR: - Addresses the following edge-case: https://github.com/DMPRoadmap/roadmap/pull/3407#issuecomment-2192201540 - In addition to applying `.squish` to the user-inputted search term, `.strip` is applied as well. For example, if...
Please complete the following fields as applicable: **What version of the DMPRoadmap code are you running? (e.g. v2.2.0)** - `v4.1.1` **Description** - Throughout the db, there are many columns within...
Changes proposed in this PR: - `app/models/org.rb` - Updated the query logic for `scope :with_template_and_user_counts`. It is now significantly faster (see table at bottom of description). - `app/views/paginable/orgs/_index.html.erb` - Updated...
Rails UJS is deprecated and will be removed in Rails 7.2 : https://edgeguides.rubyonrails.org/7_2_release_notes.html#action-view-removals It is used in a lot of places, mainly to create links & buttons that uses POST...
Some relatively minor changes that provide significant performance improvements: - Add an index to the `settings` table - Update queries on the plans_controller and answers_controller.
Some tables contain fields that are not sortable or searchable, but language in the tool suggests that you should be able to. We should also implement sort across all fields/tables...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Please complete the following fields as applicable: **What version of the DMPRoadmap code are you running? (e.g. v2.2.0)** `v4.2.0` (`"tinymce": "^6.4.1"`) **Description** - The following console warnings are visible with...