Motouom / PackIt

A Link Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User story 6 : As a user , I want to be able to view and manage all of my shortened links in one central location (User link Management)

nancymuyeh opened this issue · comments

1. Description

  • The User Link Management feature will provide users with a centralized interface where they can view and manage all their shortened links
  • This feature includes functionalities to view details of each link, edit link properties, delete links, and track analytics for each link

2. Sequence Diagram

sequenceDiagram
     participant User
     participant Frontend
     participant Backend
     participant Database

   User->>Frontend: Manage user's shortened links
   Frontend->>Backend: Fetch user's shortened links
   Backend->>Database: Retrieve the user's shortened links
   Database->>Backend: Return user's shortened links
   Backend->>Frontend: Send the user's shortened link
   Frontend->>User: Display the user's shortened link
Loading

3. Wireframe
Image

  1. Tickets
  • Backend tickets:

  • #23

  • Frontend tickets:

  • #24

  • #25