Skip to content
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(ABP 5) Add the ABP 5 web form #373

Merged
merged 138 commits into from
Apr 23, 2024
Merged

feat(ABP 5) Add the ABP 5 web form #373

merged 138 commits into from
Apr 23, 2024

Conversation

charmcitygavin
Copy link
Collaborator

@charmcitygavin charmcitygavin commented Feb 8, 2024

Purpose

This PR adds the ABP 5 web form to the application.

Linked Issues to Close

https://qmacbis.atlassian.net/browse/OY2-26329

Approach

Repeating subsections

In order to avoid repeated code, I created a subsection function that returns the subsection form and handles custom titles, descriptions, header slots, and name prefixes for the data.

There is also a new subsection parameter for sections to change the style to a gray background. This may be refactored into a separate component in a future ticket.

Dependencies within FormGroup

This PR also adds a DependencyWrapper to slots with dependency properties to ensure that Select menus with child Input components show and hide as expected.

Assorted Notes/Considerations/Learning

In Figma, there are optional subsections with checkboxes in the headers toward the bottom of the form. We are going to discuss these sections with HCD and determine whether or not we can use the existing Checkbox component coupled with the existing child logic rather than create a new component. If we do decide to create a new subheader component with a checkbox included, we will create an additional ticket.

There is also an additional ticket for examining and creating the "Collapse" functionality of subheaders.

# Conflicts:
#	src/services/api/webforms/index.ts
Copy link
Contributor

🎉 This PR is included in version 1.5.0-val.32 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @val status: READY PR is ready for review type: FEAT Submit new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants