This website requires JavaScript.
Explore
Help
Sign In
SyntaxSquad
/
DADProject
Watch
4
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
3
Releases
Wiki
Activity
Implement Public Statistics API endpoint
#79
New Issue
Closed
opened
2025-12-29 14:49:13 +00:00
by
KZix
· 0 comments
KZix
commented
2025-12-29 14:49:13 +00:00
Owner
Copy Link
Copy Source
GET /api/statistics/public
Acceptance Criteria:
The endpoint is accessible without authentication.
Response format (JSON): { "total_players": 120, "total_games": 500, "active_games": 5 }.
No user emails or personal IDs are exposed.
(Optional) Implement caching (e.g., 5-10 mins) to avoid database overload.
**GET /api/statistics/public** ## Acceptance Criteria: - [ ] The endpoint is accessible without authentication. - [ ] Response format (JSON): { "total_players": 120, "total_games": 500, "active_games": 5 }. - [ ] No user emails or personal IDs are exposed. - [ ] (Optional) Implement caching (e.g., 5-10 mins) to avoid database overload.
KZix
added this to the
Bisca - API
project
2025-12-29 14:49:13 +00:00
KZix
added the
api
stats
labels
2025-12-29 14:50:16 +00:00
KZix
moved this to To Do in
Bisca - API
on
2025-12-29 14:50:26 +00:00
KZix
self-assigned this
2025-12-29 14:50:48 +00:00
KZix
added the
feature
label
2025-12-29 14:54:34 +00:00
KZix
moved this to In Progress in
Bisca - API
on
2025-12-29 15:31:42 +00:00
KZix
added reference
feature/api-stats
2025-12-29 15:33:33 +00:00
KZix
moved this to Done in
Bisca - API
on
2025-12-30 11:41:44 +00:00
KZix
closed this issue
2025-12-30 11:42:09 +00:00
Sign in
to join this conversation.
feature/api-stats
Branches
Tags
Clear current reference
master
hotfix/websockets
hot-fix/fixing-games-history
develop
na/comment-removal
fix/single-player
feature/bestof-series-interface
na/matches-home-page
feature/admin-platform
fix/websocket-errors
feature/websockets-game-continue
feature/coin-purchase
bugfix/matches-transactions
na/fix-histories
feature/api-adminstats-transactions
feature/api-stats
feature/api-admin-user-endpoint
feature/account-deletion
feature/matches-api-endpoints
na/change-project-base
init
Clear current reference
No results found.
Labels
Clear labels
admin
Admin-only functionality
api
REST API related
auth
This label is related to the authentication of the webapp
bug
Bug fix
coins
Coin system and transactions
enhancement
Enhancement to existing feature
feature
New feature implementation
gameplay
Game logic and rules
payment
Payment gateway integration
stats
Statistics and leaderboards
ui
Frontend/user interface
user-management
User profile, accounts, admin functions
websockets
WebSocket/real-time related
No labels
api
feature
stats
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Bisca - API
Done
Assignees
Clear assignees
AfonsoCMSousa
(Afonso Clerigo Mendes de Sousa)
Edd
FernandoJVideira
KZix
No Assignees
KZix
1 Participants
Notifications
Subscribe
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SyntaxSquad/DADProject#79
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
SyntaxSquad/DADProject
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
GET /api/statistics/public
Acceptance Criteria: