good first issuerefactor
Metriche repository
- Star
- (464 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
The HomePageView in meethub/accounts/views.py uses hardcoded numbers for stats like "Total Events" and "Total Groups". Let's update the view to query the database for these numbers.
Acceptance Criteria:
- Remove the hardcoded numbers from get_total_events, get_total_groups, etc.
- Implement the actual database queries to get these counts.
- The homepage displays the correct, dynamic statistics.