cern-sis / issues-inspire

0 stars 0 forks source link

Decision should be visible on the UI instanlty #553

Closed drjova closed 3 weeks ago

drjova commented 1 month ago

When a user makes a decision in the UI (e.g., clicking "Accept"), the backend processes the request and returns a response. If the backend returns a 200 OK status, indicating that the action was successful, the UI should immediately update the state to reflect this decision. Specifically, once the backend confirms the action, the UI should:

Acceptance Criteria:

TECH NOTES: Backend

Frontend