Motouom / PackIt

A Link Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Story 2 : As a user , I want to see detailed analytics about the performance of my shortened links (Link Analytics)

Motouom opened this issue · comments

  1. Description

    • 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.
  2. 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
Loading
  1. Wireframe

Image

  1. Tickets