feat: implement wiki and submission management services with corresponding database schema and API endpoints
Build and Release / release (push) Successful in 2m3s

This commit is contained in:
2026-05-27 18:00:30 +07:00
parent 79cf5caa0b
commit e35f67e26b
16 changed files with 462 additions and 265 deletions
+45
View File
@@ -106,6 +106,8 @@ definitions:
items:
$ref: '#/definitions/history-api_internal_dtos_request.GeometryEntitySnapshot'
type: array
project:
$ref: '#/definitions/history-api_internal_dtos_request.ProjectSnapshot'
replays:
items:
$ref: '#/definitions/history-api_internal_dtos_request.BattleReplaySnapshot'
@@ -213,6 +215,20 @@ definitions:
- content
- verify_type
type: object
history-api_internal_dtos_request.EntityLabelCandidate:
properties:
id:
type: string
name:
type: string
time_end:
type: number
time_start:
type: number
required:
- id
- name
type: object
history-api_internal_dtos_request.EntitySnapshot:
properties:
base_hash:
@@ -309,6 +325,10 @@ definitions:
items:
type: string
type: array
entity_label_candidates:
items:
$ref: '#/definitions/history-api_internal_dtos_request.EntityLabelCandidate'
type: array
entity_name:
type: string
entity_names:
@@ -320,6 +340,17 @@ definitions:
geometry_preset:
type: string
id: {}
line_label:
type: string
point_label:
type: string
polygon_label:
type: string
source:
enum:
- inline
- ref
type: string
time_end:
type: number
time_start:
@@ -378,6 +409,10 @@ definitions:
items:
type: integer
type: array
geometry:
items:
type: integer
type: array
id:
type: string
operation:
@@ -417,6 +452,16 @@ definitions:
required:
- token_id
type: object
history-api_internal_dtos_request.ProjectSnapshot:
properties:
id:
type: string
title:
type: string
required:
- id
- title
type: object
history-api_internal_dtos_request.ResetPasswordDto:
properties:
is_send_email: