Commit Graph

3 Commits

Author SHA1 Message Date
29843bb5e5 refactor(group): Refactor grouping to add logic and optimize validation rules.
- Remove direct database operations and use groupRepository instead.
- Use notifyStore to unify notification messages.
2025-10-15 14:34:59 +08:00
8988766d09 feat(node): Implements node group selection functionality
- Introduces the Group entity and groupRepository
- Adds a new database utility function, getDatabase, to centrally retrieve database instances
- Removes the loading state and skeleton screen logic from nodeList to simplify the page structure
- Updates dependencies and adds the zod library for data validation
2025-10-15 12:53:51 +08:00
edb026e6ed feat(node): Implements node management functionality
- Adds a new node table structure
- Configures routing to support dynamic groupId parameter passing
2025-10-14 17:22:34 +08:00