golang-design/redir

Possible Improvements

Closed this issue · 6 comments

There are some possible improvements that could be done better for the future:

  • Visualize PV/UV over time Not interested ATM.
  • Backstage system that allows authenticated user to add alias directly from the web (or maybe just wrap ssh command) One can use ssh golangdesign redir ...
  • Multiple prefixes: /s /a /pkg, etc.
  • auto-create alias if VCS is valid
qcrao commented

Look forward to it!

Recently I discovered that I might want this feature:

  1. Access golang.design/s/alias
  2. If it does not exist, then try to access if github.com/golang-design/alias exists
  3. If github.com/golang-design/alias exists, then create the new alias into the database then return 200
  4. Otherwise, fall back to 404.

With release v0.3.0, the initial idea of improvements is finished. We can always open new issues if there are any new ideas. Close for now.

@qcrao Maybe interesting to you, I recently implemented the visualization:

Screenshot 2021-03-08 at 19 17 09

Maybe golang.design should use it.

Maybe golang.design should use it.

PR welcome