generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 161
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: added modal for updating task progress and task percentage. #1290
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
…de a task update before modifying progress percentage. - Restrict progress updates to tasks with status In Progress only. - Addressed the issue where users could update progress without providing updates or changing task status. - Ensures better task tracking and accountability.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
10 tasks
Achintya-Chatterjee
requested review from
vinit717,
yesyash,
prakashchoudhary07,
iamitprakash,
joyguptaa,
tejaskh3,
rishirishhh and
sumitd94
December 3, 2024 15:08
Resolves an issue where the task update modal's styling was reverting to default styles after submitting progress updates. The implementation now maintains consistent styling throughout the update process by properly managing the props on modal state and preventing unintended style resets.
VinuB-Dev
reviewed
Dec 4, 2024
VinuB-Dev
reviewed
Dec 4, 2024
VinuB-Dev
reviewed
Dec 4, 2024
Reimplements the progress bar in task details section to be visible in both default and dev mode, while ensuring updates are only possible through the task update modal. Progress bar now maintains a read-only state in the details view while remaining interactive in the modal.
rishirishhh
previously approved these changes
Dec 5, 2024
iamitprakash
previously approved these changes
Dec 5, 2024
* fix: failing tests accroding to the component change * test(TaskUpdateModal): add unit tests for TaskUpdateModal component - Test rendering of modal in open and closed states - Verify functionality of close button - Ensure correct props are passed to ProgressContainer and ProgressForm - Mock dependencies (Modal, ProgressContainer, ProgressForm) for isolation - Validate display of current date * fix: test cases after the component gets changed * fix: improve test coverage for TaskUpdateModal component
iamitprakash
dismissed stale reviews from rishirishhh and themself
via
December 5, 2024 22:08
b79f4d9
iamitprakash
approved these changes
Dec 6, 2024
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.
Date:
30th November, 2024
Developer Name: @Achintya-Chatterjee
Issue Ticket Number
Description
Added modal for updating task progress and percentage
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1
Screen.Recording.2024-12-05.at.04.02.45.mp4
Test Coverage
Screenshot 1
Additional Notes