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 general performance of all his shortened link.
He has to be able to track the number of clicks, device information (e.g., IP address, browser, location, number of clicks, OS version) and geographic data for each shortened link. Analysis page
The Analysis page will contain:
- When the user clicks on the "Analysis" link, it will bring them to the Analysis page.
- The Analysis page will contain:
- A graph showing the number of clicks per day and their performance.
- Information about the top performing day, including the number of clicks.
- The total number of clicks the user has received.
- The top performing location and clicks.
- A breakdown of the different locations (countries) with the number of clicks and percentage.
- A bar chart showing the clicks on different devices.
- The ability to filter the analysis by specific dates.
Blocker User Story 2 : As a user , I want to see detailed analytics about the performance of my shortened links (Link Analytics) #2
Sequence Diagram
sequenceDiagram
participant User
participant Frontend
participant Server
participant Database
User->>Frontend: Request general link analytics
Frontend->>Server: Fetch the general link analytics
Server->>Database: Query general link performance data
Database-->>Server: Return general link performance date
Server-->>Frontend: Send general link analytics
Frontend-->>User: Display general link analytics
Description
Analysis page
- When the user clicks on the "Analysis" link, it will bring them to the Analysis page.
- The Analysis page will contain:
- A graph showing the number of clicks per day and their performance.
- Information about the top performing day, including the number of clicks.
- The total number of clicks the user has received.
- The top performing location and clicks.
- A breakdown of the different locations (countries) with the number of clicks and percentage.
- A bar chart showing the clicks on different devices.
- The ability to filter the analysis by specific dates.
Blocker User Story 2 : As a user , I want to see detailed analytics about the performance of my shortened links (Link Analytics) #2
Sequence Diagram
Frontend
Backend
The text was updated successfully, but these errors were encountered: