-
Notifications
You must be signed in to change notification settings - Fork 1
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
MPDX-7984 Creating Appeals Detail Page Structure #972
Closed
Closed
Conversation
This file contains 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
Bundle sizes [mpdx-react]Compared against 3475d73
|
My main improvements were: - Using Formik instead of State - Not waiting got statuses and tags to load in before rendering the form, and showing skeletons.
…appealId/flows/contactId
… on Contacts & Tasks.
remove local apollo setting
dr-bizz
force-pushed
the
MPDX-7948-creating-appeal-details-pages
branch
from
June 28, 2024 20:34
3db4914
to
150ef32
Compare
dr-bizz
force-pushed
the
MPDX-7948-rebuilding-the-ui
branch
from
July 1, 2024 13:50
3f10ca1
to
3c2975b
Compare
…ontext so the components know which context to call.
…tead of appealContacts as contacts has more filtering options.
…f appealID, listView and contactId). This was breaking AppealsContext.tsx
… creating the Tools contact components.
…d of AppealContacts
…rom contacts to reduce code maintenance.
I need to fix things on this PR, so this isn't ready for a review |
…s and similar tests. I've added better tests and more of them.
…ppeals/appealId/flows/contactId
…nents from contacts to reduce code maintenance.
…nents from contacts to reduce code maintenance.
New PR Here- #984 |
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.
Description
This PR creates the Appeals Detail page structure, including the ListHeader and filters. The page setup allows opening a contact drawer within the appeal details page and includes basic List and Flows pages with filtering functionality.
Changes
[appealId]
page to[[...appealId]]
for comprehensive path capturing.Checklist: