-
Notifications
You must be signed in to change notification settings - Fork 152
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
Fixes date picker alignment and date value not showing up while editing on task details page #1260
Fixes date picker alignment and date value not showing up while editing on task details page #1260
Conversation
@Ayushsanjdev is attempting to deploy a commit to the RDS-Team Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please upload a video, there should be extension link in the end date
Uploaded @Achintya-Chatterjee inside screenshot, please let me know any misunderstandings |
updated latest test coverage too. |
@vinit717 , refactored that nested code. |
@vinit717 updated test screenshot:
|
Can you increase index file and taskdate file test coverage |
Ok will work on it 👍 |
Updated coverage for date test component from 50 to 100. @vinit717 , working on index file |
@vinit717 updated test cases coverage ^ |
Can you please put this feature behind feature flag |
@vinit717 updated feature flag |
Can you update the video for feature flag |
@vinit717 updated feature flag video in screen shot section |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well
Date: 15-09-2024
Developer Name: Ayush Sanj
Issue Ticket Number
Description
Saving...
updated after saving the task.Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1
Screen.Recording.2024-09-17.at.12.17.55.AM.mov
with extension icon:
Screen.Recording.2024-09-20.at.2.44.05.AM.mov
with feature dev flag toggle:
Screen.Recording.2024-10-04.at.9.58.49.PM.mov
Test Coverage
Screenshot 1
Additional Notes
Found some states in parent component unnecessarily prop drilled which could have been used in details component. so refactored it. To show the input field, I put it in details component to be shown with isEditing + isUserAuthorised. Updated test cases for same. New addition:
Saving...
Loader to show on save while saving task.