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 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) #3

Open
3 tasks
nancymuyeh opened this issue Jul 10, 2024 · 0 comments
Labels
UserStory Userstories defined for the project

Comments

@nancymuyeh
Copy link
Collaborator

nancymuyeh commented Jul 10, 2024

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
@Motouom Motouom added the UserStory Userstories defined for the project label Jul 10, 2024
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