Compare commits

..

22 Commits

Author SHA1 Message Date
Codex 0efb2acf89 chore: move git repository to project root 2026-06-16 01:46:06 +08:00
Codex f9a35cbaa9 fix: improve mobile responsive layout 2026-06-16 01:33:18 +08:00
Codex 1682827150 Update teacher profiles and record summaries 2026-06-16 01:09:51 +08:00
Codex ea203c4195 fix: require manual summary fields before registration 2026-06-15 16:35:46 +08:00
Codex 0f854cc185 feat: add summary registration and deletion review 2026-06-15 16:23:06 +08:00
Codex 771220c9d6 feat: improve summary review layout 2026-06-15 15:11:12 +08:00
Codex b3f857d8c0 fix: preserve source body for missing summaries 2026-06-15 14:53:01 +08:00
Codex 158a476124 docs: rename app directory in docs 2026-06-15 14:21:50 +08:00
Codex c9d4ff88df docs: update vps root directory name 2026-06-15 14:18:36 +08:00
Codex bf38afeb1f chore: set compose project name 2026-06-15 13:54:46 +08:00
Codex c6edbcfa80 chore: unify education management naming 2026-06-15 12:38:25 +08:00
Codex b9468c7485 refactor: split app structure 2026-06-15 12:24:49 +08:00
Codex e15c931e91 feat: add course summary search 2026-06-15 12:08:04 +08:00
yangdawei f8af553dd3 docs: correct course summary import path 2026-06-15 11:28:21 +08:00
yangdawei 21141786ff feat: ingest course summaries on vps 2026-06-15 11:22:52 +08:00
Codex 3d5db45131 chore: rename app to xsk education manager 2026-06-14 21:14:10 +08:00
Codex 5af80a456b feat: add admin console and review workflow 2026-06-14 21:13:23 +08:00
Codex e83e742ff9 chore: add gitea backup hook 2026-06-14 21:10:59 +08:00
Codex 2f4a572d5f chore: add maintenance workflow 2026-06-13 23:26:51 +08:00
Codex d0f66c5e50 feat: add date and time sorting controls 2026-06-13 23:26:17 +08:00
Codex af6cec50cf 添加数据备份和快捷查询优化 2026-06-12 02:50:15 +08:00
Codex a18ef4fc42 初始化新时空数据应用 2026-06-12 02:11:47 +08:00
39 changed files with 26 additions and 4 deletions
+12 -4
View File
@@ -1,14 +1,22 @@
# Top-level runtime data and backups
data/
archives/
# Local env files
.env
.env.*
!.env.example
*.log
__pycache__/
app/.env
app/.env.*
!app/.env.example
# Python caches and local tooling
**/__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
data/
backups/
*.log
.DS_Store
View File
+14
View File
@@ -0,0 +1,14 @@
.env
.env.*
!.env.example
*.log
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
data/
backups/
.DS_Store
View File
View File
View File
View File
View File
View File
View File
View File