BRAVO68WEB/url-minify

[BACKEND] Prevent duplicate alias creation

BRAVO68WEB opened this issue · 9 comments

Prevent create creation of duplicate alias creating.

Approach :-

  1. For /minify/add :- Check database if auto generated alias if present or not. If present regenerate.
  2. For /minify/add/custom :- Add an additional endpoint /minify/alias/:alias/status
    Here check in database if already present, if yes return {"success": "false"} else {"success": "true"}

Hello sir,
I'M HIGHLY INTERESTED TO SOLVE THIS ISSUE!

Ok go ahead

@Nanzzie What's your progress?

@Nanzzie Any progress?

Or shall I assign?

is it still unresolved? If yes, then i would like to try.

@Danko-chan PR under review. Lets See

You may create Issues if you want to contribute