Commit Graph

16 Commits

Author SHA1 Message Date
290a0c7bd7 feat(platform): harden governance and approval workflows
Some checks failed
ci / release-gate (push) Has been cancelled
2026-08-03 11:43:18 +08:00
fe594c9ef5 Refactor documentation:
Some checks failed
ci / release-gate (push) Has been cancelled
- Remove outdated development plan from `development-plan.md`.
- Update `operations.md` to include details on authorization cache configuration.
- Revise `quickstart.md` for clarity on local development setup and database initialization.
- Delete redundant `redis-authorization-cache.md`.
- Add new `tenant-provisioning.md` to document the process of setting up a tenant from an empty database.
2026-08-03 10:27:35 +08:00
ecf506df8a feat: complete tenant site provisioning flow 2026-08-01 17:27:51 +08:00
d58bcd97e9 feat: complete SaaS commercial delivery workflows 2026-08-01 15:26:21 +08:00
84c2b0b21d feat: strengthen P0 security and operations 2026-08-01 11:20:02 +08:00
7a73dcbd12 refactor: consolidate backend into modular monolith 2026-07-30 15:37:31 +08:00
30fd159041 feat: add Vite configuration for Tiku.PlatformAdmin.Web and update documentation
- Introduced Vite configuration files (vite.config.js, vite.config.ts, vite.config.d.ts) for the React frontend.
- Configured server proxy settings for API endpoints.
- Added Vitest configuration files (vitest.config.js, vitest.config.ts, vitest.config.d.ts) for testing.
- Updated architecture overview to reflect the separation of the platform admin frontend into its own React project.
- Modified quickstart documentation to guide users on starting the platform admin frontend.
2026-07-30 14:54:53 +08:00
d895e1da63 docs: rewrite documentation from current implementation 2026-07-30 13:30:24 +08:00
6db200a2fc feat(saas): implement marketplace and tenant onboarding 2026-07-29 13:58:59 +08:00
76606029e2 docs: 添加 SaaS 题库产品边界与后续接口路线文档链接 2026-07-29 11:34:47 +08:00
5c4de4b282 feat(security): complete capability messaging workflows 2026-07-29 11:21:15 +08:00
df88fa19cb feat(security): add distributed authorization foundation 2026-07-29 10:40:10 +08:00
c7f9a4e3c9 feat(auth): replace TOTP with phone-first login 2026-07-28 17:39:29 +08:00
5732df8886 docs: simplify migration documentation 2026-07-28 16:22:50 +08:00
b8d14e8a7e docs: add authentication hardening plan 2026-07-28 15:59:56 +08:00
5d2248efee feat: harden SaaS authentication and authorization 2026-07-28 12:15:51 +08:00