-
Notifications
You must be signed in to change notification settings - Fork 0
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
Permit Tracker - Status description modal #197
Conversation
frontend/src/utils/enums/housing.ts
Outdated
DENIED = 'Denied', | ||
GRANTED = 'Granted', | ||
PENDING = 'Pending', |
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.
I think pending can be removed now?
please match what kyle has gone with in PR-198
please match kyle's constants/enums for AuthorizationStatus
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.
See wilson's PR-199 for the PermitAuthorizationStatusDescriptions enum as well
1ec53eb
to
67713d3
Compare
Description
Permit Tracker - Status description modal
Types of changes
New feature (non-breaking change which adds functionality)
Checklist
Further comments