-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[HOLD BE] Remove 'Uncategorized' from the filters when theres no category #76840
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
base: main
Are you sure you want to change the base?
Conversation
Code Review SummaryI've completed a comprehensive review of this PR. The changes look good overall - the simplification from 'category:none,Uncategorized' to just 'none' is clean and consistent across all files. Positive Observations:
Overall Assessment:The PR successfully centralizes the empty category value handling and removes redundant logic. The changes are straightforward, well-tested, and maintain backward compatibility through backend handling. No blocking issues found. |
Codecov Report❌ Looks like you've decreased code coverage for some files. Please write tests to increase, or at least maintain, the existing level of code coverage. See our documentation here for how to interpret this table.
|
luacmartins
left a comment
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.
We have a few failing tests
Explanation of Change
We have moved the logic for
category:noneto the backend, so we no longer need to sendcategory:none,Uncatgorizedto the backend, we only need to sendnoneFixed Issues
https://github.com/Expensify/Expensify/issues/575024
Tests
Create a policy with categories
Create an expense with no category
Select category -> 'No Category' from the RHP
Ensure that
category:noneis put into the search bar, and returns the correct transactionsOffline tests
N/A
QA Steps
Same as test
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos