Commit Graph

40 Commits

Author SHA1 Message Date
524de66ad3 fix(csms): fix lint errors, clean up imports and improve code formatting 2026-03-19 21:28:48 +08:00
ff5b92986f Unify charge point command channel status 2026-03-18 15:45:01 +08:00
dee947ce3e feat(csms): add system settings management for OCPP 1.6J heartbeat interval 2026-03-17 01:42:29 +08:00
cf0861f8f6 feat(csms): 添加 OCPP 鉴权 2026-03-16 16:53:39 +08:00
4885cf6778 refactor: 移除重复的 tariff-schema 导出 2026-03-16 15:27:40 +08:00
654a2a66d9 feat(csms): 充电桩添加 deviceName 字段,区别于 identifier 用于区分设备 2026-03-16 13:43:46 +08:00
0118dd2e15 feat(web): 添加拓扑图页面和相关组件
feat(csms): 添加获取当前连接状态的API
feat(csms): 添加获取当前活动OCPP WebSocket连接的接口
deps(web): 添加@xyflow/react依赖
2026-03-16 12:59:05 +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
8f3b2fd6e2 Revert "feat(boot-notification): 添加超时处理和日志记录以增强引导通知的持久性"
This reverts commit 8a537e80e3.
2026-03-15 04:28:32 +08:00
8a537e80e3 feat(boot-notification): 添加超时处理和日志记录以增强引导通知的持久性 2026-03-15 04:23:13 +08:00
216a8e118d feat(ocpp): 添加对WebSocket子协议的支持和缺失参数检查 2026-03-15 03:41:38 +08:00
83e6ed2412 feat(transactions): add transaction detail page with live energy and cost estimation
feat(transactions): implement active transaction checks and idTag validation
feat(id-tag): enhance idTag card with disabled state for active transactions
fix(transactions): improve error handling and user feedback for transaction actions
2026-03-13 11:51:06 +08:00
88a80d2268 feat(transactions): add live energy and estimated cost to transaction data 2026-03-12 17:38:49 +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
9f92b57371 feat: add card skins support 2026-03-12 13:19:46 +08:00
d49c80cc05 style(auth): fix comment and return value in getParentDomain function 2026-03-12 00:48:52 +08:00
8d0164208d feat(auth): update cookie prefix and default cookie attributes for better security 2026-03-12 00:36:00 +08:00
f753550d44 fix(csms): fix comment and return value in getParentDomain function 2026-03-12 00:27:21 +08:00
fb0d135a79 feat(auth): implement cross-subdomain cookie support with dynamic domain resolution 2026-03-12 00:16:27 +08:00
103c86e14d feat(auth): add support for cross-subdomain cookies and improve environment variable handling 2026-03-11 23:39:14 +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
73f0c6243a feat(web): add remote start transaction feature and QR code scanning for charging 2026-03-11 18:09:00 +08:00
9bdeea8a12 feat(web): add user ID and name to transaction details for better tracking 2026-03-11 12:09:15 +08:00
f74939917b feat(csms, web): add charge point status and error code to charge point details, hide the connector 0 from connectors view 2026-03-11 11:00:16 +08:00
984274bfb7 feat(stats): enhance admin and user statistics with additional metrics for revenue and user count 2026-03-10 23:37:49 +08:00
9cc0e75293 feat(settings): enhance Passkey management with inline add and rename functionality 2026-03-10 23:17:32 +08:00
d3d25d56d8 feaeet: add passkeys support 2026-03-10 22:46:51 +08:00
4f9fbe13fd feat(csms): add setup routes and pages for initial user creation 2026-03-10 21:40:27 +08:00
b9c0f3025c feat: RBAC controlling 2026-03-10 17:59:44 +08:00
f803a447b5 feat(web): charge point details page 2026-03-10 16:12:38 +08:00
08cd00c802 feat(api): add create and update functionality for charge points with registration status 2026-03-10 15:48:03 +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