kai-oswald / ASE

URL Shortener built with NodeJS
http://localhost:8001
MIT License
3 stars 0 forks source link

Idea: Tracking/Stats for Links #4

Closed TrAnn3l closed 7 years ago

TrAnn3l commented 7 years ago

A nice to have feature would be the tracking of the shortened URL for Users. We could show some kind of graph, with views per day or sth . like that.

kai-oswald commented 7 years ago

Also: stats of how many links have been shortened by our service (see bit.ly)

DTobii commented 7 years ago

I would use a new Datamodel for stats. We also should use a new controllers and routes file? For graphs maybe we can use https://github.com/valor-software/ng2-charts? Or has anyone other suggestions? I never used a framework for graphs in angular...

TrAnn3l commented 7 years ago

Duplicated to #13