-
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-7864 - Task phases functionailty #949
Merged
Merged
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 283ba6a
|
- Pull phase data into Constants graphql - Update test wrapper to handle and report errors - Allow for more customization on common modal
…s well as fixing their tests - Updating search with new Phase data - Fixing tests in reports - Updating settings test with new Phase data - Update tools to use new phase hooks
…t status and phase data.
- Show default views if no flows saved - Reset to default views modal
- Mass actions - Task row
dr-bizz
force-pushed
the
MPDX-task-phases-new
branch
from
June 4, 2024 20:26
a8858b7
to
8016eeb
Compare
dr-bizz
changed the title
Task phases functionailty
MPDX-7864 - Task phases functionailty
Jun 4, 2024
dr-bizz
added
the
On Staging
Will be merged to the staging branch by Github Actions
label
Jun 4, 2024
dr-bizz
added
the
Preview Environment
Add this label to create an Amplify Preview
label
Jun 11, 2024
Preview branch generated at https://MPDX-task-phases-new.d3dytjb8adxkk5.amplifyapp.com |
I broke the Task action in this commit 729441d - fixing now |
* String conversion is unnecessary * drop will not be called if canDrop returns false
[MPDX-8256, MPDX-8255, MPDX-8259] Fix contact flows bugs
* Add phase grouping of statuses * Refactor code * Fix contact name overflowing on other text
canac
approved these changes
Oct 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
On Staging
Will be merged to the staging branch by Github Actions
Preview Environment
Add this label to create an Amplify Preview
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 pull request integrates the Task phases functionality into the MPDX application. The update encompasses several areas, including task initialization, contact management, and coaching updates.
Authors: @caleballdrin & @dr-bizz
Detailed Changes
Initialization
Contacts
Tasks
Coaching
Testing
Note on Branch Change
Due to the high number of commits (140) on the previous branch "MPDX-task-phases" and the resulting merge conflicts from multiple code changes, I had to move to a new branch "MPDX-task-phases-new." This new branch was created to make it easier to create and review new commits without the complexities of resolving numerous conflicts.
This approach should provide a clearer and more manageable review process.
Checklist: