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
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
i) Description:
provide an option to generate a high-quality QR code for the shortened URL
ii) Sequence Diagram :
iii) Wire Frame
iv) Tickets:
Backend:
Frontend:
The text was updated successfully, but these errors were encountered: