Commit Graph

25 Commits

Author SHA1 Message Date
c6715c2e35 feat: enhance router views functionality and permissions
- Added new router views schema and types for better structure and type safety.
- Implemented CRUD operations for router views including listing, updating, retrieving, and deleting views.
- Introduced permission checks to ensure users can only access and modify their own views.
- Updated prompts route to include additional permission checks for updating and retrieving prompts.
- Refactored common query tests to align with new configurations.
- Organized route imports for better maintainability.
2025-12-31 17:55:13 +08:00
8731801b52 feat(container): add CRUD operations for container management
- Implemented routes for listing, retrieving, updating, and deleting containers.
- Added ContainerModel with necessary fields and methods for data handling.
- Created utility functions for fetching container data by ID.

feat(page): enhance page management with CRUD and publish functionality

- Developed routes for managing pages, including listing, updating, and deleting.
- Integrated caching and zip file generation for page exports.
- Added publish functionality to manage app versions and file uploads.

feat(prompts): implement prompt management with CRUD operations

- Created routes for listing, updating, and deleting prompts.
- Added pagination and search capabilities for prompt listing.

test: add common query utilities and prompt tests

- Implemented common query utilities for API interactions.
- Added tests for prompt listing functionality.
2025-12-30 13:28:50 +08:00
7370f649c4 update 2025-12-29 23:09:06 +08:00
fe7863fbb8 update 2025-12-06 18:48:46 +08:00
2a55f2d3ef remove mark 2025-12-04 10:31:37 +08:00
7b415f5ca8 feat: add listener 2025-06-07 12:08:54 +08:00
64c70ce527 temp 2025-03-25 00:38:41 +08:00
74a484718a code clear 2025-03-22 23:06:03 +08:00
d947043a16 config 2025-03-14 01:41:53 +08:00
efef48a1b0 feat: add minio list detect 2025-03-13 02:32:28 +08:00
84edde385e clear: old code 2025-02-18 18:10:02 +08:00
c00bfcf011 bump 2024-12-07 02:05:55 +08:00
40f42ca89b feat: add dynamic app 2024-11-22 02:13:12 +08:00
dc69b95f39 update new way 2024-11-17 01:35:05 +08:00
7ec8a001de remove webpack 2024-11-14 19:47:50 +08:00
6021aca4ba feat: add packages for edit 2024-10-29 01:09:36 +08:00
477ad00d86 feat: 新增app管理和文件管理 2024-10-06 20:10:20 +08:00
8436b0462a feat: some add auth 2024-10-02 00:22:54 +08:00
bd38ad2eaa feat: add chat message 2024-10-01 00:47:14 +08:00
962d89ff29 添加用户 2024-09-28 16:43:59 +08:00
718322ae47 feat: add agent 2024-09-27 23:03:30 +08:00
25c055b490 feat: add neo4j 2024-09-25 14:02:45 +08:00
a8f80abc88 暂存 2024-09-20 22:04:27 +08:00
0571863839 feat: add container page api 2024-09-18 23:12:30 +08:00
0a9e5c1d4f feat: add Container and Page Module 2024-09-17 01:59:48 +08:00