Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions developer-guide/codebase-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ AMRIT follows a **loosely coupled architecture**, where each module functions in
* **UI to API Communication**: Angular applications interact with backend services via REST APIs, using `HttpClient` for communication.
* **Mobile App to API Communication**: Android apps consume the same APIs used by the UI modules, enabling uniform behavior across platforms.
* **Shared Components**: Common-UI and Common-API are reusable components shared across multiple modules, ensuring consistency.
* **Common-UI note for first-time contributors**: Common-UI is a shared dependency used by many AMRIT UI products and is commonly added as a Git submodule. It should be treated as shared infrastructure rather than as a standalone product application. Before starting a UI repository locally, check whether it depends on Common-UI or other shared components.

***

Expand Down