iyanuashiri/meethub

refactor: Use real data for homepage statistics

オープン

#38 opened on 2025/07/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (56 件のフォーク)auto 404
good first issuerefactor

Repository metrics

Stars
 (464 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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:

  1. Remove the hardcoded numbers from get_total_events, get_total_groups, etc.
  2. Implement the actual database queries to get these counts.
  3. The homepage displays the correct, dynamic statistics.

コントリビューターガイド