dorm-social-room-manager / dsrm-frontend

front-end part of the dorm social rooms manager project
0 stars 0 forks source link

connect register form with backend #20

Closed kaczor6418 closed 1 year ago

kaczor6418 commented 1 year ago

Description

GIVEN user want to register WHEN the user submits the form. THEN submit button should display progress component inside AND The request should be sent to the backend with JSON payload object described by UserRequestDTO structure.

WHEN registration was successful THEN the user should be redirected to /dashboard.

WHEN registration was unsuccessful, THEN snack bar with error should be shown.

Resources