Commit Graph

15 Commits

Author SHA1 Message Date
cf0861f8f6 feat(csms): 添加 OCPP 鉴权 2026-03-16 16:53:39 +08:00
2de43d5fbb fix(csms): 添加缺失的chargePointId参数检查 2026-03-15 04:41:00 +08:00
d7b7ebfef9 Revert "feat(ocpp): 添加对WebSocket子协议的支持和缺失参数检查"
This reverts commit 216a8e118d.
2026-03-15 04:28:32 +08:00
216a8e118d feat(ocpp): 添加对WebSocket子协议的支持和缺失参数检查 2026-03-15 03:41:38 +08:00
f7ee298060 feat(charge-points): add pricing mode for charge points with validation
feat(pricing): implement tariff management with peak, valley, and flat pricing
feat(api): add tariff API for fetching and updating pricing configurations
feat(tariff-schema): create database schema for tariff configuration
feat(pricing-page): create UI for displaying and managing pricing tiers
fix(sidebar): update sidebar to include pricing settings link
2026-03-12 17:23:06 +08:00
02a361488b feat(api): add stats chart endpoint for admin access with time series data
feat(dayjs): integrate dayjs for date handling and formatting across the application
refactor(routes): update date handling in id-tags, transactions, users, and dashboard routes to use dayjs
style(globals): improve CSS variable definitions for better readability and consistency
deps: add dayjs as a dependency for date manipulation
2026-03-11 21:34:21 +08:00
4f9fbe13fd feat(csms): add setup routes and pages for initial user creation 2026-03-10 21:40:27 +08:00
2cb89c74b3 feat(dashboard): add transactions and users management pages with CRUD functionality
feat(auth): implement login page and authentication middleware
feat(sidebar): create sidebar component with user info and navigation links
feat(api): establish API client for interacting with backend services
2026-03-10 15:17:32 +08:00
4fce1c6bdd feat(ocpp): implement BootNotification, Heartbeat, and StatusNotification actions with database integration 2026-03-10 10:47:10 +08:00
0f47b3d382 feat(firmware): add OCPP schema and constants for charge point management 2026-03-10 10:14:39 +08:00
68d5c596b4 feat(auth): enhance user schema with role and ban features 2025-11-17 04:28:50 +08:00
86595c7639 feat(csms): add deployment script and database schema for user authentication 2025-11-17 03:34:51 +08:00
09c5ca1d3f chore(csms): try WebSocket support 2025-11-17 00:51:00 +08:00
4e4d72c0d6 chore: update server port to 3001 and remove unnecessary .gitkeep files 2025-11-16 23:27:25 +08:00
50de4383eb chore: init monorepo 2025-11-16 23:15:20 +08:00