Stats Multi Selector Filter#222
Conversation
|
@its-me-abhishek If we want to keep the |
|
@its-me-abhishek Made the changes |
|
Please fix the conflicts |
|
@its-me-abhishek Fixed Plz merge it as this file is changing to much |
…into feat/percentage-tracker
its-me-abhishek
left a comment
There was a problem hiding this comment.
Upon reviewing again, i think that this approach it a bit too much of work or is overengineered, for a simple feature to display project progress. IMO it would be better if while filtering projects, etc. we can simply turn that array into a map, that tracks the completed/total tasks ratio for each project, and displays at along with the project name, inside the old filter.
|
@its-me-abhishek Yes this can be done but the issue is we will face UI issues in giving gap btw the Project Name and the Tracker Percent and to give gap we have to again modify 1-2 lines of the multi selection component |
|
Sounds about right, this shall be doable with the same Component, some small CSS fixes, and another optional Prop-that passes down the completion Percentage, etc. Hence closing this PR for now. |
Description
Filter dropdowns now show task progress (e.g., "Test 01 0/1 0%") with styled completion stats, implemented via a specialized wrapper component without modifying shared UI components.
Checklist
npx prettier --write .(for formatting)gofmt -w .(for Go backend)npm test(for JS/TS testing)Additional Notes