TorbatYar/backend/services
Mortezakoohjani 320d9cd547 Replace opaque company settings form with a real company profile page.
Users now fill legal name, national ID, economic code, address and contacts instead of generic setting key/value ops documents.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-26 18:37:50 +03:30
..
accounting Replace opaque company settings form with a real company profile page. 2026-07-26 18:37:50 +03:30
ai_assistant Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
communication Sync platform docs, infra, and module services with Accounting integration. 2026-07-25 22:35:23 +03:30
crm Ship CRM Core Platform (phases 6.0–6.3) with docs and prod deploy. 2026-07-24 20:32:00 +03:30
ecommerce Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
file_storage Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
hospitality Sync platform docs, infra, and module services with Accounting integration. 2026-07-25 22:35:23 +03:30
identity-access Keep accounting sessions alive with Keycloak lifespan and forced token refresh. 2026-07-24 16:29:36 +03:30
link_shortener Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
live_chat Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
loyalty Sync platform docs, infra, and module services with Accounting integration. 2026-07-25 22:35:23 +03:30
notification Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
restaurant Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
smart_messenger Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
sms_panel Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
sports_center Sync platform docs, infra, and module services with Accounting integration. 2026-07-25 22:35:23 +03:30
website_builder Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30
README.md Ship enterprise Accounting FE/API with CRUD parity and production wiring. 2026-07-24 15:26:43 +03:30

services/ — Backend Modules

This folder holds deployable backend services beyond Core.

Service Status Docs
identity-access/ Active README, module registry
accounting/ … others Scaffolded placeholders Per-service README + module registry

Architecture rules

  • Database-per-service with tenant_id on business tables.
  • Inter-service communication only via REST, Webhook, Async Event, Outbox/Inbox.
  • No direct cross-database queries.
  • Register modules/providers in docs when implementation starts.

Contracts: docs/reference/services-contracts.md
Boundaries: docs/architecture/module-boundaries.md