[PR #99] [MERGED] Feature/registration traceability #100

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

📋 Pull Request Information

Original PR: https://github.com/detleph/server/pull/99
Author: @Flexla54
Created: 12/28/2022
Status: Merged
Merged: 1/3/2023
Merged by: @Flexla54

Base: devHead: feature/registrationTraceability


📝 Commits (8)

  • 1f86b12 updated the db schema and team controller
  • fb19438 fixed bugs
  • 823f995 added function to delete unverified teams
  • 17163a7 moved deleteUnverifiedTeams to event router
  • 5925a53 formatted code
  • bbdd5d9 fixed in pr requested changes
  • 7ce9cdf updated getTeams with query params
  • da4c1a5 removed debug logger

📊 Changes

3 files changed (+198 additions, -154 deletions)

View changed files

📝 prisma/schema.prisma (+146 -145)
📝 src/Controllers/team.controller.ts (+44 -8)
📝 src/Routes/event.routes.ts (+8 -1)

📄 Description

covers all requirements from #87


🔄 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/99 **Author:** [@Flexla54](https://github.com/Flexla54) **Created:** 12/28/2022 **Status:** ✅ Merged **Merged:** 1/3/2023 **Merged by:** [@Flexla54](https://github.com/Flexla54) **Base:** `dev` ← **Head:** `feature/registrationTraceability` --- ### 📝 Commits (8) - [`1f86b12`](https://github.com/detleph/server/commit/1f86b1277193fdf95f6f87374960852360846877) updated the db schema and team controller - [`fb19438`](https://github.com/detleph/server/commit/fb1943828333e02856e304e9c828cfb50f086c9a) fixed bugs - [`823f995`](https://github.com/detleph/server/commit/823f9958a49cc00c189878b14f0b6a70be3f9dd4) added function to delete unverified teams - [`17163a7`](https://github.com/detleph/server/commit/17163a776f87bee41059407a814197508b0d41a7) moved deleteUnverifiedTeams to event router - [`5925a53`](https://github.com/detleph/server/commit/5925a534fac68c50bde29c4acee48ee935840b71) formatted code - [`bbdd5d9`](https://github.com/detleph/server/commit/bbdd5d9aa4b5ec284f0f401ef33501049864b89e) fixed in pr requested changes - [`7ce9cdf`](https://github.com/detleph/server/commit/7ce9cdf32b1509c4f99316c63ac5b0bfcc754795) updated getTeams with query params - [`da4c1a5`](https://github.com/detleph/server/commit/da4c1a55451f160e23818942b5e1b1a637a2ef53) removed debug logger ### 📊 Changes **3 files changed** (+198 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `prisma/schema.prisma` (+146 -145) 📝 `src/Controllers/team.controller.ts` (+44 -8) 📝 `src/Routes/event.routes.ts` (+8 -1) </details> ### 📄 Description covers all requirements from #87 --- <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:07 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: detleph/server#100