Early Action Protocols#2044
Merged
frozenhelium merged 3 commits intodevelopfrom Apr 27, 2026
Merged
Conversation
🦋 Changeset detectedLatest commit: fd26ab5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
dc47211 to
d46e199
Compare
b35db56 to
daefb58
Compare
daefb58 to
9125185
Compare
9125185 to
9bd3e1a
Compare
5c9a36b to
3a93ebf
Compare
3a93ebf to
d10a0db
Compare
d10a0db to
5ccc1bc
Compare
e52c062 to
4c88096
Compare
- Add EAP Application tab in account page
- Add EAP Registration Form
- Add simplified EAP form
- Add export for simplified EAP
- Add full EAP form
- Add full EAP export
- Add full EAP summary export
- Add Admin2 input component
- Add obsolete resolution modal for both EAP forms
- Add save and submit functionality in both EAP forms
- Add share functionality in both EAP forms and table
- Add revise button for creating new version
- Add utility function for for DateInput value for month and date type
- Add additional attachments modal in EAP table
- Add ExplanatoryNote component for modal Tootltip
- Add IconButton in InfoModal
- Update in Printable for export
- replace diff library to diff-match-patch
- new DiffTextOutput components
- update in PrintableDescription and PrintableLabel
- Make minor enhancements in various UI components
- Add form variant in Heading
- Add option to show border in container
- Restructure radio icon size
- Improve info popup icon size
- Add TextBadge component for text limit counter
- Update styling of TabLayout
- Update 'step' variant TabLayout to match the designs
- Add 'form' variant to Container
- Fix styling of info popup
- Update styling of InputLabel
frozenhelium
requested changes
Apr 27, 2026
Comment on lines
+5
to
+22
| Early Action Protocol (EAP) Forms & Views | ||
|
|
||
| - Add EAP Application tab to the account page | ||
| - Add EAP Registration form | ||
| - Add Simplified EAP form with export support | ||
| - Add Full EAP form with export and summary export support | ||
| - Add Admin2 input component | ||
| - Add obsolete resolution modal for both EAP forms | ||
| - Add save and submit for approval functionality for both EAP forms | ||
| - Add share functionality for both EAP forms and the EAP table | ||
| - Add revise button to create a new version | ||
| - Add additional attachments modal to the EAP table | ||
| - Add ExplanatoryNote component for modal tooltips | ||
| - Add IconButton to InfoModal | ||
| - Add utility function for DateInput value handling for month and date types | ||
| - Replace diff library with diff-match-patch in Printable export | ||
| - Add DiffTextOutput component for Printable export | ||
| - Update PrintableDescription and PrintableLabel components |
Member
There was a problem hiding this comment.
Suggested change
| Early Action Protocol (EAP) Forms & Views | |
| - Add EAP Application tab to the account page | |
| - Add EAP Registration form | |
| - Add Simplified EAP form with export support | |
| - Add Full EAP form with export and summary export support | |
| - Add Admin2 input component | |
| - Add obsolete resolution modal for both EAP forms | |
| - Add save and submit for approval functionality for both EAP forms | |
| - Add share functionality for both EAP forms and the EAP table | |
| - Add revise button to create a new version | |
| - Add additional attachments modal to the EAP table | |
| - Add ExplanatoryNote component for modal tooltips | |
| - Add IconButton to InfoModal | |
| - Add utility function for DateInput value handling for month and date types | |
| - Replace diff library with diff-match-patch in Printable export | |
| - Add DiffTextOutput component for Printable export | |
| - Update PrintableDescription and PrintableLabel components | |
| Implement Early Action Protocol (EAP) forms & exports | |
| - Add forms for EAP registration, Simplified EAP & Full EAP | |
| - Add pdf exports | |
| - With and without track change for Simplified EAP | |
| - With and without track change for Full EAP | |
| - Summary for Full EAP | |
| - Add EAP Application tab in account > my forms to list and track status of EAP | |
| - Create a workflow to maintain EAP lifecycle from registration to approval |
frozenhelium
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Early Action Protocol (EAP) forms, views, and supporting components to enable EAP registration, submission, and management workflows.
Addresses
Depends On
Changes
This PR Ensures:
console.logstatements meant for debugging