Skip to content

Commit 1097669

Browse files
authored
Refine technology shift description in case study
Clarified the technology shift description and adjusted wording for consistency.
1 parent e755137 commit 1097669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/en-case-studies/commerce-platform-modernization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ The most important new areas of work include:
255255

256256
In practice, this means Comers is no longer only a modernized monolith with several new modules. It is an actively evolving operational platform where new features and new types of consumers are connected through explicit contracts instead of direct access to older application logic.
257257

258-
This stage also marks a technology shift for the platform as a whole, not only for the AI layer. The legacy application remains based on PHP/Yii2, while new backend services and future extracted domain microservices are being designed primarily around Node.js / TypeScript / NestJS / Fastify. This includes `comers-core-api`, the BFF, MCP, the gateway, and planned domain extractions such as `orders` or `messages`.
258+
This stage also marks a technology shift for the platform as a whole, not only for the AI layer. The legacy application remains based on PHP/Yii2, while new backend services and future extracted domain microservices are being designed primarily around Node.js / TypeScript / NestJS / Fastify. This includes `comers-core-api`, the BFF, MCP, the gateway, and planned domain extractions, including `orders` and `messages`.
259259

260260
The frontend direction is split intentionally: the main SPA direction remains Angular-based, while selected micro-frontend surfaces, such as the current AI chat UI, can be built with React/Vite. Specialized runtime components, such as ChatKit, may use separate technologies like Python when that better fits their role.
261261

0 commit comments

Comments
 (0)