-
Notifications
You must be signed in to change notification settings - Fork 5
Feat/display license type #562
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/display license type #562
Conversation
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.
Nice job. Just an FYI that we're going to have some merge conflicts between this and ticket #521 - they both touch that same area of the PrivilegeCard.
@jlkravitz This is ready for your review. |
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.
One question- otherwise looks good!
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.
@isabeleliassen good to merge!
Requirements List
Description List
LicenseCard
andPrivilegeCard
components to have license number and privilegeId, added icon when desired and added occupation abbreviationLicenseIcon
component and use that rather than svg assetLicense
modelTesting List
yarn test:unit:all
should run without errors or warningsyarn serve
should run without errors or warningsyarn build
should run without errors or warningsLicenseeDashboard
andLicenseeDetail
page and confirm that LicenseCard and PrivilegeCard match designsCloses #437