-
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
[Attendee Tracking] Create 'UpdateMoneyRequestAttendees' command to replace 'EditMoneyRequest' #49326
Comments
I don't have much progress to share, but I made a start on this issue today. |
I need to halt again to deal with the HybridApp release fire again. I have WIP PRs for the Auth and Web-E changes. |
I'm pretty much finished with the HybridApp fire and helping with a smaller fire for someone OOO. Will be continuing with this soon |
@Julesssss Huh... This is 4 days overdue. Who can take care of this? |
PRs in progress |
Making progress on the Web-E and Auth PRs. For my reference, here is the test JSON I need to mock the client param. |
I'm currently building the new command logic. Will be continuing on this tomorrow and for the rest of the week. |
Today I dealt with a an issue where the client wouldn't pass the attendees data. I also had to take a step back and figure out which data structure to use in Auth. Tomorrow I will continue with the following logic:
|
I completed the above logic today and passed attendees are persisted to the DM. Next I need to create the system action. Current task is to figure out why the updated action wasn't detected: I may need to do this: |
I have got the system action mostly working. Also, I realised I need the cast the attendees to an array before passing it back to client, or to the 'update recent attendees NVP' logic. I'll continue with this tomorrow. |
As mentioned here, the project will be held for a bit. This issue is close to completion though and I'll get it merged first. I have the backend PRs in draft review: |
Auth PR tests have been created and I'm just waiting on a query timing issue. |
Auth PR is in review. The new query has been timed and automated tests have been added. |
Auth PR merged, Web-E PR just needs an automated test before it can be submitted |
Web-E shows that a couple of Onyx fields are not returned from Onyx. I'm not yet sure whether this can wait until the feature is picked back up, or if I should resolve this now and delay other priorities... |
In order to move forward I am holding the Web-E PR. THe changes aren't too complex and should be easy to bring up to date once the Attendee Tracking feature is being worked on again. This 'create new command' issue can be closed as the Auth command is merged and has been deployed. |
Problem
The client functionality is working on the feature branch. With our backend changes also deployed we can now focus on hooking them up. But questions have been raised about the request method.
We need to create a separate UpdateMoneyRequestAttendees command for the NewDot client. This will then need to be used by the client.
We also need to ensure recent attendee logic is passed payerAccountID from front-end.
Solution
Create the command, hook up front-end
The text was updated successfully, but these errors were encountered: