-
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-07-24] [Closed & Archived] Pass in ReportNameValuePairs to isArchived #45323
Comments
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Pujan92 ( |
Triggered auto assignment to @dylanexpensify ( |
We're on a pretty tight timeline so please only post a proposal if you're able to work on a PR today. This should be a relatively straightforward change but please ask if there's any questions. |
@srikarparsi It is so straightforward. I can work on the PR now 🎀👀🎀 |
Current assignee @srikarparsi is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Pass in ReportNameValuePairs to isArchived. What is the root cause of that problem?New change. What changes do you think we should make in order to solve the problem?Just pass I'm available to open a PR quickly. |
Awesome, that would be great, thanks @DylanDylann |
@Pujan92, sorry for the assignment, I can review this PR when @DylanDylann creates it. Do you have an ETA @DylanDylann? |
Give me 2 hours for both implementation and testing |
Cool, two things for testing.
![]()
|
@srikarparsi Should we keep the report's state and status condition in isArchivedRoom function. IMO, we can remove the report's state and status if BE fully complete, but now I think we still need to keep the report's state and status condition |
Yes, let's keep it there for now as a fallback. |
Please give me one more hour. There are many places that need to be updated |
@srikarparsi The PR is ready for review |
Woot! |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.7-8 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-07-24. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Payment coming up! |
Payment summary:
Please request/apply! |
I have reviewed the PR and reviewer checklist so can I have any compensation? |
Thanks @dylanexpensify I applied to the job post 👍 |
Payment Summary
BugZero Checklist (@dylanexpensify)
|
@suneox please apply to! |
Triggered auto assignment to @puneetlath ( |
@puneetlath I'm heading OOO now until 5th of August! Waiting for @suneox to apply and @DylanDylann to accept! TY! I owe ya one! |
Hi @dylanexpensify I have applied this job https://www.upwork.com/jobs/~0158d0455594dee8e1 |
@suneox can you complete the checklist? Offers are out to @suneox and @DylanDylann. Waiting for both to accept. Please ping me on this issue when you have. |
@puneetlath Thank you, I have accepted an offer and I will complete the zero checklist in few hours |
BugZero Checklist:
|
Great thanks. @suneox has been paid. @DylanDylann please ping me here when you've accepted the contract and we can close this out. |
@puneetlath I did, thanks 🙏 |
All paid. Thanks everyone! |
Background:
We're changing how we detect if a report is archived. Before, we were using the report's
state
andstatus
which are in the report onyx collection. Now, we want to use a report'sisArchived
property which is in the reportNameValuePairs onyx collection.Request:
We need to pass in reportNameValuePairs wherever isArchivedRoom is called. This has already been done for the ReportFooter which can be used as an example. (Look at ReportScreen.tsx and ReportFooter.tsx changes).
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @dylanexpensifyThe text was updated successfully, but these errors were encountered: