-
Notifications
You must be signed in to change notification settings - Fork 2
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
OrcID Link Support #233
OrcID Link Support #233
Conversation
Add new OrcidLink component Update API to use JSONRPC2 param format Add ORCID tab to account page Add link creation workflow stub
Add OrcidLinkError component Update route for error handling
d8847d7
to
56f40c7
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.
Layout changes to keep everything visually aligned
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.
Layout changes to keep everything visually aligned
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.
Should be future-proof as/if/when we add more orcid features
src/features/account/Account.tsx
Outdated
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.
Added the three new tabs, also removed the tab state, as it is duplicated by the router. Used the router location to determine the active tab.
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.
Add support for viewing expired Policies
src/features/login/Policies.tsx
Outdated
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.
Add support for viewing expired Policies
Reviewed today in Ui meeting |
Merging! BE service is up in prod, and I confirmed this PR works with it. |
Some files have file-level gh comments explaining why they were modified.