-
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
Implement signing field groups and assigned groups #273
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
DNLGTM!
@@ -18,18 +18,40 @@ enum SignerType { | |||
USER_LIST | |||
} | |||
|
|||
enum SignatureBoxFieldType { |
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.
Text box?
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.
LGTM
Refactor our signature model to implement groups.
There are now field groups and assigned groups. Field groups represent a grouping of fields on a form template to be assigned to a single individual, position, department, or list of individuals. Field groups are found in each form template.
When creating a form instance, new assigned groups are created based off of the field groups on the associated form template. Each assigned group must have one of individual, position, department, or list of individuals who can sign for the group of fields.
Description
Refactors frontend to work with new schema (still has lots of WIP to support different signer types)
Refactors DB model for groups
Refactors seeding script
Motivation and Context
Need to support groups of signatures.
Closes [#]
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: