BitTim / Valolink

A companion app for Valorant that builds on the foundational concepts of VexTrack but offers a lot of new features
GNU General Public License v3.0
1 stars 0 forks source link

Implement tracking of owned agents per user #1

Closed BitTim closed 5 months ago

BitTim commented 5 months ago

Agent rewards should be locked and the visual appearance of the card should be blurred and desaturated. Instead of the progress bar, a button with the Agent unlock price in Kingdom Credits should be displayed.

Whether the user has unlocked the agent or not should be tracked in the Appwrite database.

~Unlocking an agent will cause an activity event to be created in the Appwrite Database as well.~

An option to re-lock the agent if unlocked by accident should be available.

BitTim commented 5 months ago

A better option will be to use either Appwrite or Supabase instead of Firebase because of future pricing. This is why I will use Appwrite instead. I will update the issue shortly

BitTim commented 5 months ago

Activity will be part of a future issue