-
Notifications
You must be signed in to change notification settings - Fork 165
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
Fix/issue 918 - Status Site - Feature flag to remove redundant task status tabs #923
Fix/issue 918 - Status Site - Feature flag to remove redundant task status tabs #923
Conversation
…rger devices and Select dropdown task filter for smaller devices are removed Signed-off-by: Aneena John Xavier <[email protected]>
- Fixed failing test cases for seacrch button handler and input search param handling test cases on tasks pages - Removed test cases corresponding to tabs component. - Removed unneccesary import and variables corresponding to Tabs component in TasksContent.tsx - css classes removed for the same in tasks scss module Signed-off-by: Aneena John Xavier <[email protected]>
Signed-off-by: Aneena John Xavier <[email protected]>
Someone is attempting to deploy a commit to the RDS-Team Team on Vercel. A member of the Team first needs to authorize it. |
Signed-off-by: Aneena John Xavier <[email protected]>
Signed-off-by: Aneena John Xavier <[email protected]>
…n single click on test Signed-off-by: Aneena John Xavier <[email protected]>
Please add test coverage report or screenshot. |
Please find the complete report below: |
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.
test coverage stats
Can you add a feature flag to show the secondary dropdown? Because we did not discuss it with @ankurnarkhede and @iamitprakash (Tejas) to remove it. |
…tatus into fix/issue-918-remove-redundant-tab-section
…tatus into fix/issue-918-remove-redundant-tab-section
…github.com/aneenajohn/website-status into fix/issue-918-remove-redundant-tab-section
…tatus into fix/issue-918-remove-redundant-tab-section
… into fix/issue-918-remove-redundant-tab-section
…tatus into fix/issue-918-remove-redundant-tab-section
- The secondary dropdown will be rendered on UI only with feature flag (ie) when dev is passed as true in queryparam `?dev=true` - Updated task container css to compensate for the width reduction when the secondary status tab is removed. - Test cases updated to test the secondary tabs only when dev is true Signed-off-by: Aneena John Xavier <[email protected]>
Signed-off-by: Aneena John Xavier <[email protected]>
…tatus into fix/issue-918-remove-redundant-tab-section
…tatus into fix/issue-918-remove-redundant-tab-section
…t render secondary tabs Signed-off-by: Aneena John Xavier <[email protected]>
…tatus into fix/issue-918-remove-redundant-tab-section
…title and desc should not with same values case Signed-off-by: Aneena John Xavier <[email protected]>
@shubhamsigdar1 / @sahsisunny / @iamitprakash Please review |
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.
please add proper PR desc
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.
Want to know you taken latest pull from develop because my pr got merged #960
@shubhamsigdar1, Yes latest pull from develop is taken into this working branch |
Updated now, please check |
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.
Also, please actively get this PR merged as this PR is a blocker for all the tasks regarding task card enforcement.
Signed-off-by: Aneena John Xavier <[email protected]>
Signed-off-by: Aneena John Xavier <[email protected]>
…ve conflicts in the early stages
Signed-off-by: Aneena John Xavier <[email protected]>
Issue: #918 - Remove redundant second task status filter by tabs
Description:
There are two ways to filter the tasks based on task status on Tasks Page as shown below.
Anything you would like to inform the reviewer about:
Dev Tested:
Is Under Feature Flag:
Images/video of the change:
Large Screens Before:
Small Screens Before:
Video Reference:
After:
remove-secondary-task-tabs.mp4
Follow-up Issues (if any)
NA