Skip to content
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

User story 4: As a user, I want to be able to customise the shortened link with something I can understand (Customise the Link). #4

Open
5 tasks
Motouom opened this issue Jul 10, 2024 · 0 comments
Labels
UserStory Userstories defined for the project

Comments

@Motouom
Copy link
Owner

Motouom commented Jul 10, 2024

1. Description:

  • 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

Loading

3. Wireframe

Image

4. Tickets:
Backend tickets:

Frontend tickets:

@Motouom Motouom added the UserStory Userstories defined for the project label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UserStory Userstories defined for the project
Projects
None yet
Development

No branches or pull requests

1 participant