Commit Graph

6 Commits

Author SHA1 Message Date
hpd840321 db2cb1966c docs: add visitor floor policy user guide and implementation log
- 功能清单与使用手册:23项功能清单、策略配置说明、部署运维、22项验收检查表

- 实施操作日志:9阶段操作流水、commit清单、关键文件索引、103服务器全库备份记录

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-05-26 09:27:57 +08:00
huangping f7c042ca8f docs: component-org 上线日志分析报告与楼层策略触发优化方案 2026-05-10 15:32:44 +08:00
hpd840321 73dc34ec2c fix: update DDL policy_type DEFAULT from INTERSECT_ALLOWLIST to REPLACE_ALLOWLIST
- organization_tenant_visitor_floor_policy.sql: DEFAULT REPLACE_ALLOWLIST
- tenant_visitor_floor_policy.sql: @deprecated marker + DEFAULT fix
- Align DDL schema with V2 replacement semantics
2026-05-10 06:43:15 +08:00
hpd840321 03752480a4 feat: normalize policy data (REPLACE_ALLOWLIST), add org-side DDL to release bundle, add release plan
- Update release script: include org-side active DDL/seed + deprecation README
- Normalize seed SQL: policy_type=REPLACE_ALLOWLIST, uniform remark format
- Add version release plan and naming conventions spec
- Disable elevator-side tenant_visitor_floor_policy (V2 no longer queries it)
2026-05-10 01:14:03 +08:00
hpd840321 42c4a9fd6b docs: mark elevator-side tenant policy SQL as deprecated, add guangfa visitor floor design
- Deprecate elevator-side tenant_visitor_floor_policy SQL files
  (V2 queries only component-organization library)
- Add guangfa 28F visitor floor design spec (table-driven approach A)
- Add complete database ER diagram (14 DBs, 537 tables)
- Add implementation plan for guangfa visitor floor policy
- Code walkthrough docs for visitor floor policy analysis
2026-05-09 23:56:12 +08:00
hpd840321 7b2bd307f1 Initial commit: reorganized source tree
- backend/: 13 Maven modules (cw-elevator-application, cloudwalk-cloud, intelligent-cwoscomponent, ninca-crk, etc.)
- frontend/: 4 Vue projects (elevator-front, cwos-portal, alarm-front, front_acs) + decompiled + scripts
- scripts/: build, test-env, tools (Docker Compose, service templates, API parity)
- docs/: AGENTS.md, superpowers specs, architecture docs
- .gitignore: standard Java/Maven exclusions

Moved from legacy maven-*/ root layout to backend/ organized structure.
2026-05-09 09:56:45 +08:00