Commit Graph

7 Commits

Author SHA1 Message Date
Roman Chesnokov 7da9d9dae1 phase-3: BIT_FlightDeck CFE — HTTPService bfd_IntegrationAPI with 11 GET endpoints
- Configuration.xml: AddOn extension, prefix bfd_, compat Version8_3_14
- CommonModule bfd_IntegrationAPIHelpers (server, privileged): JSON response, ISO date parse, UUID, email extractor, limit parser
- HTTPService bfd_IntegrationAPI (rootURL=bfd-api): 11 templates
  - /v1/health, /v1/employees, /v1/works (+modified_since, +limit)
  - /v1/projects, /v1/stages, /v1/work_types, /v1/dictionaries
  - /v1/dept_history (+modified_since), /v1/project_register (+modified_since for MVP-3)
  - /v1/eva_mapping/projects, /v1/eva_mapping/clients (best-effort from BIT.RA registers)
- README with step-by-step instructions for 1C developer
- cfe-validate: 0 errors / 0 warnings (13/13 checks)
2026-05-14 19:27:15 +05:00
Roman Chesnokov c0e2856412 fix(compose): separate meta DBs for Metabase and Directus; replace NocoDB with Directus
- Metabase metadata → metabase_meta DB (was: shared bit_flight_deck.public, caused conflicts)
- NocoDB removed (Community Edition requires Enterprise plan for external PostgreSQL sources)
- Directus added → directus_meta DB (open-source, works with PG as source DB out of the box)
- Both metabase_user and directus_user get read access to bit_flight_deck schemas
- directus_user gets RW on core.identity_map, core.deal_team_member, core.employee
2026-05-14 19:01:01 +05:00
Roman Chesnokov 2b96f18435 phase-1: n8n.bigmadnekenny.ru subdomain added via CF API 2026-05-14 17:25:18 +05:00
Roman Chesnokov ba2059ae15 feat(phase-0,phase-2): bootstrap DB schemas + Metabase/NocoDB compose + work_types seed 2026-05-14 15:26:59 +05:00
Roman Chesnokov 7b282af5be docs: add PROJECT_GOAL (north star) + MVP-1 whitelists (employees, SD projects, forecast stages) 2026-05-13 20:02:27 +05:00
Roman Chesnokov ff1db85d7c plan: MVP-1 implementation plan with 10 phases, ~60 tasks 2026-05-13 19:47:53 +05:00
Roman Chesnokov 76f9a1ccfa Initial spec: MVP-1 workload + drafts for MVP-2/3/4 + Subsystem D 2026-05-13 19:42:17 +05:00