-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[$500] [Wave 6: Tags] Allow for multiple levels of tags on workspace requests #33983
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01f8d7e73e93a9b90b |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @sobitneupane ( |
Hi, I’m Michael (Mykhailo) from Callstack and I would like to work on this issue. |
Thanks @rezkiy37! Let me know if you have any questions and if there's any updates you'd like to see on the back-end that we overlooked. |
Job added to Upwork: https://www.upwork.com/jobs/~0131596ecedabdad1c |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @thesahindia ( |
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. |
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. |
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. |
This issue has not been updated in over 15 days. @allroundexperts, @rezkiy37 eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
@allroundexperts, @rezkiy37, this Monthly task hasn't been acted upon in 6 weeks; closing. If you disagree, feel encouraged to reopen it -- but pick your least important issue to close instead. |
I reviewed #34983 and am eligible for payment I think. Can someone please check? |
Triggered auto assignment to @Christinadobrzyn ( |
|
Triggered auto assignment to Design team member for new feature review - @dubielzyk-expensify ( |
@Christinadobrzyn Can we pay @allroundexperts for his review? |
Yes! Payouts due:
|
Thank you!! |
Hi @Christinadobrzyn! |
hi! @allroundexperts Thanks for letting me know! The payment summary has been updated to be paid through NewDot. Let me know if you need anything else. |
I think we can close this? @allroundexperts does that sound good? |
Yep. Good to close! |
$500 approved for @allroundexperts |
Part of the Wave 6: Tags project
Main issue: #32828
Doc section: N/A (Orignal tags doc is here: https://docs.google.com/document/d/1eXGKhdUP98f6RUVYpRzxLi49El9Rizeqq-EYjrF24tU/edit)
Project: https://github.com/orgs/Expensify/projects/73
Feature Description
We already support multiple levels of tags on policies in Expensify and within our workspaces. Our current code assumes you have a single tag list. We need to update it to juggle the potential for multiple tags. Thankfully, from there, the rest of the framework is already in place. We will do this by:
${iouType}/new/tag/${reportID}
->${iouType}/new/tag/0/${reportID}
create/${iouType}/tag/${transactionID}/${reportID}/
->create/${iouType}/tag/0/${transactionID}/${reportID}/
r/:threadReportID/edit/:field
->r/:threadReportID/edit/:field/0
tag1:tag2:tag3
. The Expensify API already understands this format.tag
key fromgetTransactionDetails
, we should split the tag by the colon delimiter and display each in it's corresponding index.policyTags_
OnyxKey:Manual Test Steps
independentTags.csv
cc @amyevans @rezkiy37 @waterim @puneetlath
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: