Core Features
- Tracker Tab: Log weekly performance data. Data is grouped by player; click the `[+]` to expand and see all entries. A summary row at the bottom shows player averages.
- Image Uploads: In the "Image" column on the Tracker tab, upload a result image for each weekly entry. The image is stored in Supabase Storage.
- WeekEnd Dropdown: When adding a new row, select any of the past 52 weeks to backfill or correct data.
- Dashboard Tab: View analytics and charts based on the tracker data.
- Filters & Sorting: Use dropdowns to filter. For number columns, you can select 'equal', 'greater than', or 'less than'. Click headers to sort. Active filters are highlighted in yellow.
- Clear Filters: A "Clear Filters" button appears on the Tracker tab when filters are active.
- Data Persistence: All data is stored in Supabase.
Calculation Details
- Total Power: The sum of Hero, Drone, Building, Unit, Tech, and Overlord power.
- Total Score (0-100): A weighted score calculated as:
- Power Score (50pts): Total Power / 2,000,000.
- Kill Score (15pts): Kills / 100,000.
- Stage Score (10pts): Stages Completed / 50.
- Rank Score (25pts): Sum of scores for 5 rank categories, where each rank gives 0-5 points (Rank 1=5pts, Rank 6+=0pts).
- Tier: Assigned based on Total Score: Elite (≥85), Strong (≥70), Solid (≥55), Developing (<55).