Tomasz Misiukiewicz
Tomasz Misiukiewicz
Opened first PR https://github.com/Expensify/App/pull/52182, now I'll move to work on the properties that have some references in the codebase but do not seem to be a part of `Report`
Opened another PR to remove `isPolicyExpenseChat`. Also turned the list from the last comment into checklist to track the progress of the cleanup
Opened last PR with unused properties. The two remaining on the list are: - `displayName` Found two places where it's being used, but I don't see any of my reports...
@shubham1206agra yeah they are used to calulate the display name for LHN, but they are not stored in Onyx
> Also, @TMisiukiewicz do we log if someone tries to set an Onyx field that isn't part of the report Onyx type? And if not, could we? I think we...
Opened https://github.com/Expensify/App/pull/52395. I removed `errors` property entirely and moved `displayName` to `OptionData` type as it is generated for LHN options on client-side
As discussed earlier on Slack, I am starting to work on moving the keys that are not returned from `OpenApp` to `reportMetadata`. For now, I identified the following keys: -...
Hi, can I get assigned to this issue please? Is it possible to make this issue more generic so I can link the rest of the remaining issues, or create...
@stephanieelliott I think "Improve filtering performance in remaining search pages" would be good. The list of the pages affected with this change: - Invite to the room page - Assign...
@stephanieelliott from discussion above I feel like it's easier to have separate issues for each PR, could you please create them for: - Invite to chatroom page - Task -...