JoseBritto / Shorty

A simple url shortner
https://shorty.britto.tech/
GNU General Public License v3.0
0 stars 0 forks source link

1.0 Release #1

Open JoseBritto opened 5 months ago

JoseBritto commented 5 months ago

Must do:

JoseBritto commented 3 months ago

Idea: A portal for users to manage the links they create. Features:

  1. Number of clicks
  2. Disable/Delete Link (Warn & break the redirect for a few days before actually deleting)
  3. Edit destination link??? (Might not be an ideal security practice as we are not using any accounts)
  4. Refresh link/Extend expiration (upto a maximum)
  5. etc...

Workflow 1: Two links are created when generating a new link. One the shortened link and another for managing that link. (Don't make the UI messy). The second link isn't supposed to be a secret to be saved by the user to manage the short link later.

Workflow 2: Add a user login/account system. When the user is logged in, all generated links will be stored and the user can manage those links. There would be some kind of limits on number of links. Might need to store more data on the backend and handle email verification.