iyanuashiri/meethub

refactor: Use real data for homepage statistics

開放

#38 建立於 2025年7月12日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (56 個分叉)auto 404
good first issuerefactor

倉庫指標

星標
 (464 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南