ecvdbdx / github-for-fashion

MIT License
0 stars 7 forks source link

Decentralized discovery #60

Open DavidBruant opened 7 years ago

DavidBruant commented 7 years ago

If the project had a centralized database, it'd be easy to find garments created by others. In our case, the garments are created by people independently without coordination.

It'd be nice if the tool could "track" which garments have been created/visited recently and update a centralized list of garments.

The solution is open for now. Maybe something based on analytics. Maybe not.

Bramvanosta commented 7 years ago

A possible solution might be using Google Analytics. We can send events using their API every time someone created a Repo using our website. We then send the username and repo to the event label ('username/repo').

Then if we can use the GA API to get the results, we can order garments by view, by newest, etc.

DavidBruant commented 7 years ago

See #69.

Keeping the issue open for now