Implement appeal form flow with dynamic pages, integrate punishment selection, and add username retrieval logic. Update API schema and enhance auth.service for username handling.

This commit is contained in:
2025-08-05 23:11:38 +02:00
parent 737b26a6c7
commit ae1e972438
8 changed files with 229 additions and 40 deletions
+6
View File
@@ -22,6 +22,10 @@ tags:
description: Retrieves information about the staff team
- name: particles
description: All actions related to particles
- name: forms
description: All actions shared between forms
- name: appeals
description: All action related to appeals
paths:
/api/team/{team}:
$ref: './schemas/team/team.yml#/getTeam'
@@ -53,6 +57,8 @@ paths:
$ref: './schemas/login/login.yml#/RequestNewUserLogin'
/api/login/userLogin/{code}:
$ref: './schemas/login/login.yml#/UserLogin'
/api/login/getUsername:
$ref: './schemas/login/login.yml#/GetUsername'
/api/files/save/{filename}:
$ref: './schemas/particles/particles.yml#/SaveFile'
/api/files/save/{uuid}/{filename}: