-
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
[Feature] Add merchant
and date
fields to manual requests
#23245
Comments
Triggered auto assignment to @CortneyOfstad ( |
Triggered auto assignment to Design team member for new feature review - @shawnborton ( |
Hey. It's Lucas from Callstack. Happy to work on that feature! |
Thanks @lukemorawski ! |
Hey @lukemorawski as this is a high priority for us I've switched the priority to |
Oh and by the way @lukemorawski the Auth PR changes are now in production! |
@Beamanator Hey Alex. Got the UI ready, but need a hint on plugin in to the real data source. Where should I look for those |
Awesome @lukemorawski ! |
@Beamanator yeah, thanks I can see that collection in Onyx and those new fields there. The problem is I can't see the a new transaction there upon creating a new money request. Perhaps I'm doing something wrong? Could please provide the user path to that screen? (sorry, I'm still a bit new to the app and it's data flow) |
Yeah good question @lukemorawski ! So you don't see the |
No, I can see them. It's just when I'm creating a new money request, that new transaction is not yet stored in Onyx. That's why I can't access it and display those new fields. |
Sorry not sure who's not being clear 😅
So you do or don't see some transaction data in Onyx? 😅 |
Looks like we have a resolution in slack, sorry for the miscommunication :D |
The proposal is in callstack internal review |
Thanks for the update @lukemorawski - would you mind letting us know when you estimate a PR will be up for this? 🙏 |
@Beamanator should be ready today |
ProposalPlease re-state the problem that we are trying to solve in this issue.We want to add new fields to the money request page - What changes do you think we should make in order to solve the problem?We need to add a simple bool state flag to the What alternative solutions did you explore? (Optional)None. money.request.mov |
@lukemorawski so far that's looking great! One question, more for @MariaHCD and @Gonals and @shawnborton - when a user clicks the "Show more" button, I think we want it to disappear so they can't re-hide the other fields (merchant & date), right? |
@MariaHCD OK. no worries. Will update that. |
Amazing, thanks @lukemorawski ! I think you're good to raise the PR whenever you can, as that tiny change we discussed above should be quick to implement 👍 🙏 |
Wooo! We're getting close to finishing this one, nice work! Now let's blast past that finish line! 🏁 💨 |
This issue has not been updated in over 15 days. @shawnborton, @Beamanator, @CortneyOfstad, @lukemorawski 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! |
Adding @situchan since they reviewed the PR 👍 @CortneyOfstad I'm not sure how the automation didn't work for this, but the PR was deployed to production two weeks ago 😅 So we're just waiting for payment here 👍 |
I'll take this on for Cortney! Payment coming |
@situchan confirm for me if you're paid in NewDot? |
Payment summary:
Upwork job. Please apply! |
I am using upwork. Can you please send offer? |
Sent invite! |
Offer sent! |
payment sent, contract closed! ty! |
Front-end changes for this project issue: https://github.com/Expensify/Expensify/issues/295259
Currently we only show "To", "Amount", and "Description" fields for each manual request. We're in the process of also gathering "merchant" & "date" info for each request, so let's show that in the manual request confirm page:
In the near future, we'll have two new properties in
transaction
data:merchant
- the original merchant data, cannot be modifiedmodifiedMerchant
- if the user modifies the merchant field, we'll set that data here>
like other push-to-page fieldsNote: Needs this Auth PR to get to prod so we get merchant data in onyx transaction key: https://github.com/Expensify/Auth/pull/8325Other note: We won't be needing Onyx at all of this 😅 (sorry for the confusion)
The text was updated successfully, but these errors were encountered: