AI Implementation feature(885): Admin Area General Settings and Categories 1.03 (#25)

This commit was merged in pull request #25.
This commit is contained in:
2026-07-22 13:06:34 +00:00
parent b7e0f3c608
commit b2f0a4736d
7 changed files with 157 additions and 152 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
---
type: architecture
title: Key Files Index
description: One-line responsibility for important source files, including authenticated event streaming.
description: One-line responsibility for important source files, including authenticated event streaming and validated site-logo uploads.
tags: [architecture, index, key-files]
timestamp: 2026-07-22T10:32:00Z
---
@@ -22,6 +22,7 @@ timestamp: 2026-07-22T10:32:00Z
| `backend/src/modules/system/system.service.ts` | Builds the public bootstrap payload. |
| `backend/src/modules/auth/auth.controller.ts` | Registers authentication and account endpoints. |
| `backend/src/modules/auth/auth.service.ts` | Handles sessions, authentication, registration, and password changes. |
| `backend/src/modules/uploads/uploads.controller.ts` | Registers admin-only multipart uploads, including Sharp-backed site-logo format validation. |
# Frontend