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
The user have to see detailed analytics about the performance of his shortened link.
He has to be able to track the number of clicks, referral sources, device information (e.g., IP address, browser, location, number of clicks, OS version) and geographic data for each shortened link. private link page
The Personal Links page will contain:
- The date of creation.
- The topic.
- The long link.
- The short link.
- The edit, delete, and copy options.
- single link analysis
- Any actions performed (if the user edited, deleted, or created a link).
- A QR code.
Sequence Diagram
sequenceDiagram
participant User
participant Frontend
participant Server
participant Database
User->>Frontend: Request link analytics
Frontend->>Server: Fetch link analytics data
Server->>Database: Retrieve link performance data
Database->>Server: Return link performance data
Server->>Frontend: Send analytics data
Frontend->>User: Display analytics
Description
private link page
- The date of creation.
- The topic.
- The long link.
- The short link.
- The edit, delete, and copy options.
- single link analysis
- Any actions performed (if the user edited, deleted, or created a link).
- A QR code.
Sequence Diagram
Frontend
Backend
The text was updated successfully, but these errors were encountered: