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 2 : As a user , I want to see detailed analytics about the performance of my shortened links (Link Analytics) #2

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

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

2 participants