-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2024-03-14] [Wave8] [Simplified Collect] Fetch collect workspace data when opening settings #36801
Comments
Triggered auto assignment to @muttmuure ( |
the solution still needs to be discussed |
Thanks for creating this! Seems like the proposed solution is the way to go here. Is there any other ongoing discussion? |
Not in Slack, but I think it stemmed from this PR #36324 and testing |
What are the next steps here? |
I'll work on the PRs to implement |
@luacmartins can we get going on this with tags out the door? |
Yes, we got the PR to do this for tags merged yesterday. I'll get started on the other ones. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.48-0 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-03-14. 🎊 |
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Skipping the payment summary for this issue since all the assignees are employees or vendors. If this is incorrect, please manually add the payment summary SO. |
👋 Confirming we need to pay @s77rt for this PR review here do we? |
Yes! Assigned them to the issue |
Offer sent! |
Accepted! Thanks! |
Paid! |
Part of wave8 cc @luacmartins @trjExpensify
Problem
At the moment, we load category or tags data for a policy either:
This leaves us with with case when user can navigate to settings of a workspace they are admin of after signing i without navigating to any open report that would load the categories or tags. Since opening the category workspace page for example at the moment does not call any API command, we do not load the categories and for the user it looks like as if the workspace had no categories
Solution
Possible solution:
Create
OpenWorkspaceCategoryPage
andOpenWorkspaceTagsPage
commands (similarly for other policy pages), that will be READ API commands fetching the workspace categories or tags respectively. These API commands would take policyID as paramThe text was updated successfully, but these errors were encountered: