-
Notifications
You must be signed in to change notification settings - Fork 2
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
Application logic update on frontend #122
Comments
There is also an issue while accepting an offer and it fails some validation, the button to accept is hidden under an exception |
Getting offers from 3rd api should be working now on the backend. I need to check if accepting offer works. |
It is still an issue |
Can you give more details about it? |
I've fixed it, it should be solved now. |
Thank you, I think the createOrder in api.tsx is not sending company in json but don;t know why |
Fixed, thanks for noticing it. |
I noticed that you changed getorders enpoint. I wanted to differentiate order request and orders. Is it possible to make exactly the same table but using get orders/requests? so two tables for orders in total. |
Ok, so I can split current "Bank Offer Requests" to new "Bank Offer Requests" (waiting for decision, approved, cancelled) and "Bank Orders" (confirmed, picked up, delivered, cannot deliver). |
just use get orders for one and get orders/requests for the other. But revert get orders to previous version first
The get orders/request triggers very important call for retrieving orders from lecturerAPI |
The baronomat api should be working now |
It seems like everything is working. Can we add some more default values for the inquiryPage? |
The text was updated successfully, but these errors were encountered: