-
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
172 feature reconfigure form signing approving and category logic #178
172 feature reconfigure form signing approving and category logic #178
Conversation
…into 172-feature-reconfigure-form-signing-approving-and-category-logic
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -120,6 +122,7 @@ export const AuthProvider = ({ children }: any) => { | |||
login, | |||
logout, | |||
}), | |||
// eslint-disable-next-line react-hooks/exhaustive-deps |
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.
So many overrides 🫠
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.
:fear:
…g form instance as approved
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.
🚀
@@ -120,6 +122,7 @@ export const AuthProvider = ({ children }: any) => { | |||
login, | |||
logout, | |||
}), | |||
// eslint-disable-next-line react-hooks/exhaustive-deps |
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.
:fear:
Description
Update useForm hook to set todo, pending, and completed forms correctly:
Todo
Pending
Completed
Update frontend to reflect needs approval status.
Motivation and Context
Reduce confusion of those categories and make it consistent with what client wants.
Closes [#172]
How has this been tested?
Created, signed, and approved forms with various edge cases.
Screenshots (if appropriate):
Types of changes
Checklist:
Additional Context
This change assumes that we can only assign a user to sign a form once.