[OSDEV-1867] SLC. Update Messy Data link to data cleaning service splash page#561
Conversation
…to the Data Cleaning Service splash page instead of the old Preparing Data page.
📝 WalkthroughWalkthroughThis pull request updates the Open Supply Hub project by modifying the navigation for the "Messy Data" link on the Contribute page. The release notes now include an entry detailing the change, and the code has been updated so that the Changes
Possibly related PRs
Suggested reviewers
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (11)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
React App | Jest test suite - Code coverage reportTotal: 33.09%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/react/src/util/constants.jsx (1)
1328-1333: Note: Consider updating hardcoded URL referenceThere's a hardcoded URL reference to the old "preparing-data" page in the list parsing error message. While not directly related to the main functionality of the "Messy Data" link, you might want to consider updating this reference for consistency, depending on whether the template is still located at the old URL or has also been moved.
- <a - href="https://info.opensupplyhub.org/resources/preparing-data" - target="_blank" - rel="noreferrer" - > - using OS Hub's template + <a + href={`${InfoLink}/${InfoPaths.contribute}`} + target="_blank" + rel="noreferrer" + > + using OS Hub's template
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
doc/release/RELEASE-NOTES.md(1 hunks)src/react/src/util/constants.jsx(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (13)
- GitHub Check: run-integration-test-code-quality
- GitHub Check: run-flake8-linter
- GitHub Check: run-fe-code-quality
- GitHub Check: run-eslint-linter-and-prettier-formatter
- GitHub Check: run-django-code-quality
- GitHub Check: run-dd-code-quality
- GitHub Check: run-countries-code-quality
- GitHub Check: run-contricleaner-code-quality
- GitHub Check: get-base-branch-fe-cov
- GitHub Check: get-base-branch-django-cov
- GitHub Check: get-base-branch-contricleaner-cov
- GitHub Check: get-base-branch-dd-cov
- GitHub Check: get-base-branch-countries-cov
🔇 Additional comments (2)
doc/release/RELEASE-NOTES.md (1)
74-74: Clear Documentation of the 'Messy Data' Link UpdateThis release note entry for OSDEV-1867 clearly explains that the 'Messy Data' link on the Contribute page now points to the Data Cleaning Service splash page instead of the old Preparing Data page. Please verify that this change is coordinated with any corresponding updates in the frontend (e.g., in the
InfoPaths.contributeconstant found insrc/react/src/util/constants.jsx) to ensure user navigation is consistent across the application.src/react/src/util/constants.jsx (1)
26-26: Update completed: Path points to data cleaning serviceThe
InfoPaths.contributevalue has been successfully updated from 'resources/preparing-data' to 'data-cleaning-service', which correctly implements the PR objective of redirecting the 'Messy Data' link to the new Data Cleaning Service splash page.
Dedupe Hub App | Unittest test suite - Code coverage reportTotal: 56.14%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Contricleaner App | Unittest test suite - Code coverage reportTotal: 98.91%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
|
Django App | Unittest test suite - Code coverage reportTotal: 80.65%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
…ash page (#561) [OSDEV-1867](https://opensupplyhub.atlassian.net/browse/OSDEV-1867) **SLC. Update Messy Data link to data cleaning service splash page** - Updated the 'Messy Data' link on the `Contribute` page and `List Upload` page to direct users to the `Data Cleaning Service splash` page instead of the old `Preparing Data` page. [OSDEV-1867]: https://opensupplyhub.atlassian.net/browse/OSDEV-1867?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ



OSDEV-1867 SLC. Update Messy Data link to data cleaning service splash page
Contributepage andList Uploadpage to direct users to theData Cleaning Service splashpage instead of the oldPreparing Datapage.