Botffy / BubiStats

Stats and data visualizations of your Bubi usage
https://bubistats.hu/
GNU General Public License v3.0
0 stars 0 forks source link

Rethink folder structure #40

Open Botffy opened 3 years ago

Botffy commented 3 years ago

Currently mostly everything is just in the src root (except totally reusable components like TimeAgo).

@egkrly proposed a feature based system, and we do have multiple independent features:

ride-service.ts doesn't really play nice with this, especially since it reads and writes firestore data and also calculates celebrations (which it shouldn't). But it can be split into a "read rides from firestore" and "write ride to firestore" service.