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 5: As a user, I want to be able to have a QR code for my shortened links (QR Code Generation) #5

Open
3 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

i) Description:

  • Users will be able to input a long URL into the link shortening service and receive a shortened URL. Additionally, the service will
    provide an option to generate a high-quality QR code for the shortened URL
  • The QR code will be displayed on the user interface, and users will have the ability to download the QR code image

ii) Sequence Diagram :

  sequenceDiagram 
    participant User
    participant Frontend
    participant Backend
    participant Database

    Backend->>Database: Retrieve shortened link information
    Database-->>Backend: Return shortened link information
    Backend->>Backend: Generate QR code for the shortened link
    Backend->>Frontend: Send generated QR code
    Frontend->>User: Display the QR code and provide a download option
Loading

iii) Wire Frame

Image

iv) Tickets:
Backend:

Frontend:

@Motouom Motouom added UserStory Userstories defined for the project and removed UserStory Userstories defined for the project labels 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