You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to customize the shortened link with something I can understand.
I want the customization process to be simple and intuitive.
2. Sequence Diagram
sequenceDiagram
participant U as User
participant F as Frontend
participant B as Backend
participant D as Database
U->>F:Enters desired back-half for the link
F->>B:Sends back-half to the backend
B->>D:Verifies back-half with the db
D->>D:Verifies back-half and update the short link with back-half
D->>B:New short link
B->>F:New short kink and confirmation message(Short link has been updated successfuly)
F->>U:Display new short link and confirmation message
1. Description:
2. Sequence Diagram
3. Wireframe
4. Tickets:
Backend tickets:
Frontend tickets:
The text was updated successfully, but these errors were encountered: