-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: enable old and new data dictionary for VA #1613
Feat: enable old and new data dictionary for VA #1613
Conversation
Please find the detailed integration test report here Please find the ci env pod logs here |
2eee479
to
87c9fe7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run linter, I'm seeing this error:
AtlasDataDictionaryContainer.tsx
35:3 error propType "dataDictionaryVersion" is not required, but has no corresponding defaultProps declaration react/require-default-props
and
Unnecessary 'else' after 'return'.eslintno-else-return
Also flagged an issue with prop name title
87c9fe7
to
54d8b50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Link to JIRA ticket if there is one: https://ctds-planx.atlassian.net/browse/VADC-1519
Improvements
Both apps are available under the same /analysis/AtlasDataDictionary location.
ProtectedContent
wrapper for one of the Data dictionary options since /analysis wrapper is already protected (seedata-portal/src/index.jsx
Lines 274 to 291 in 7d03acf
Deployment changes
dataDictionaryVersion
that can be set to "new" or something else. If "new", then the new data dictionary component is loaded. This is a temporary solution until we have fully deprecated the old one.