BitTim / VexTrack

A companion app for Valorant with the ability to track match related data and provide predictions and visualisations about your performance
GNU General Public License v3.0
2 stars 0 forks source link

Rework data handling for contracts #63

Closed BitTim closed 1 year ago

BitTim commented 1 year ago

Instead of duplicating the data for contracts as suggested by #42, an approach similar to seasons should be implemented:

When an admin creates a new contract, there is no need for a cloud function anymore, since the client pulls all contract meta data at startup und creates the corresponding user data if not existing.

Because of this, #42 will now be dropped