[PR #58] [CLOSED] Add statistics #83

Closed
opened 2026-09-04 00:22:03 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/detleph/server/pull/58
Author: @stephan418
Created: 5/30/2022
Status: Closed

Base: feature-endpointsHead: feature-statistic


📝 Commits (3)

  • 048c76e added basic visit counter
  • 7ce037e changed statistics to request-driven
  • cdcf0bd in statistic: changed file name, add orderBy

📊 Changes

4 files changed (+55 additions, -4 deletions)

View changed files

📝 prisma/schema.prisma (+8 -2)
src/Controllers/statistic.controller.ts (+31 -0)
src/Routes/statistic.routes.ts (+12 -0)
📝 src/app.ts (+4 -2)

📄 Description

Should this be merged and if yes, should there be any changed in order to accomodate our privacy policy and guidlines?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/detleph/server/pull/58 **Author:** [@stephan418](https://github.com/stephan418) **Created:** 5/30/2022 **Status:** ❌ Closed **Base:** `feature-endpoints` ← **Head:** `feature-statistic` --- ### 📝 Commits (3) - [`048c76e`](https://github.com/detleph/server/commit/048c76e28f7aff42ca895b4ec28ab1d25c47d170) added basic visit counter - [`7ce037e`](https://github.com/detleph/server/commit/7ce037ef77756497dd09028242d3ad34dfd4f663) changed statistics to request-driven - [`cdcf0bd`](https://github.com/detleph/server/commit/cdcf0bd21e5fa51fe870807a7661e42d4b080e0c) in statistic: changed file name, add orderBy ### 📊 Changes **4 files changed** (+55 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `prisma/schema.prisma` (+8 -2) ➕ `src/Controllers/statistic.controller.ts` (+31 -0) ➕ `src/Routes/statistic.routes.ts` (+12 -0) 📝 `src/app.ts` (+4 -2) </details> ### 📄 Description Should this be merged and if yes, should there be any changed in order to accomodate our privacy policy and guidlines? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:22:03 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: detleph/server#83