From 389d6a543d815dc8148f88ab1d83d3152d396219 Mon Sep 17 00:00:00 2001 From: "fabio.d.mota" Date: Tue, 14 May 2024 00:50:28 +0100 Subject: [PATCH] feat(frontend): Add new Field on negotiation catalog --- frontend/.env | 2 ++ frontend/public/index.html | 2 +- .../NavigationBar/UserInformation/UserInfo.js | 18 ++++++++++++++---- .../NegotiationPage/NegotiationPage.js | 19 +++++++++++++++++-- 4 files changed, 34 insertions(+), 7 deletions(-) diff --git a/frontend/.env b/frontend/.env index 06c2b5e1..3e887b7d 100644 --- a/frontend/.env +++ b/frontend/.env @@ -18,3 +18,5 @@ REACT_APP_DELETE_REPORTS=/api/dashboard/deleteReport REACT_APP_GET_USER_BPDM_GATES=/api/dashboard/getAllUserBPDMGates? REACT_APP_DELETE_RATINGS=/api/dashboard/deleteRating REACT_APP_GET_COMPANY_USERS=/api/dashboard/getUserFromCompany? +REACT_APP_GET_QUERY_CATALOG=/api/negotiation/queryCatalog? +REACT_APP_POST_TRIGGER_NEGOTIATION=/api/negotiation/triggerNegotiation? \ No newline at end of file diff --git a/frontend/public/index.html b/frontend/public/index.html index 3c864d33..8e1f9510 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -6,7 +6,7 @@