Skip to content

Commit d8bb690

Browse files
committed
Align web app README with bilingual portal
1 parent 6c5d7a9 commit d8bb690

2 files changed

Lines changed: 70 additions & 6 deletions

File tree

src/apps/ums.web-app/README.es.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Consola Web de UMS
2+
3+
> Idioma: [English](./README.md) | [Español](./README.es.md)
4+
5+
UMS Web Console es el portal React 18 para la experiencia administrativa de User Management System. Es el frontend principal para operadores y administradores que gestionan tenants, autorizacion, configuracion, aprobaciones y flujos de auditoria.
6+
7+
## Enlaces Rapidos
8+
9+
| Necesidad | Abrir esto |
10+
|---|---|
11+
| README raiz | [Resumen del repositorio](../../../README.md) |
12+
| Portal documental en ingles | [docs/README.md](../../../docs/README.md) |
13+
| Portal documental en espanol | [docs/README.es.md](../../../docs/README.es.md) |
14+
| Portal de arquitectura | [docs/architecture/index.es.md](../../../docs/architecture/index.es.md) |
15+
| Portal de gobernanza | [docs/governance/index.es.md](../../../docs/governance/index.es.md) |
16+
17+
## Vista General
18+
19+
| Area | Decision |
20+
|---|---|
21+
| Runtime | React 18 + Vite + TypeScript |
22+
| Estado y datos | Zustand, TanStack Query |
23+
| Estilos | Tailwind CSS |
24+
| Proposito | Portal administrativo para operadores y tenants de UMS |
25+
26+
## Flujo Local
27+
28+
Todos los comandos tecnicos deben ejecutarse desde `src/`.
29+
30+
```bash
31+
cd src
32+
npm install
33+
npx nx run app-web:dev
34+
```
35+
36+
## Notas
37+
38+
- Este README del modulo debe mantenerse corto y facil de navegar.
39+
- El detalle de producto y arquitectura vive en `docs/`.
40+
- La documentacion bilingue debe mantenerse sincronizada con el espejo en ingles.

src/apps/ums.web-app/README.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,40 @@
11
# UMS Web Console
22

3-
Welcome to the **App Web** index. Here you will find the technical and governance documentation related to this module.
3+
> Language: [English](./README.md) | [Español](./README.es.md)
44
5-
**[Back to Main README](../../../README.md)**
5+
UMS Web Console is the React 18 portal for the User Management System administrative experience. It is the primary frontend for operators and administrators who manage tenants, authorization, configuration, approvals, and audit workflows.
66

7-
React 18 SPA for the User Management System administrative portal.
7+
## Quick Links
88

9-
Built with Vite, Zustand, TanStack Query, and Tailwind CSS.
9+
| Need | Open this |
10+
|---|---|
11+
| Root README | [Repository overview](../../../README.md) |
12+
| English documentation portal | [docs/README.md](../../../docs/README.md) |
13+
| Spanish documentation portal | [docs/README.es.md](../../../docs/README.es.md) |
14+
| Architecture portal | [docs/architecture/index.md](../../../docs/architecture/index.md) |
15+
| Governance portal | [docs/governance/index.md](../../../docs/governance/index.md) |
1016

11-
## Commands
17+
## At a Glance
18+
19+
| Area | Choice |
20+
|---|---|
21+
| Runtime | React 18 + Vite + TypeScript |
22+
| State and data | Zustand, TanStack Query |
23+
| Styling | Tailwind CSS |
24+
| Purpose | Administrative portal for UMS operators and tenants |
25+
26+
## Local Workflow
27+
28+
All technical commands should be run from `src/`.
1229

1330
```bash
31+
cd src
1432
npm install
15-
npx nx run apps-web:dev
33+
npx nx run app-web:dev
1634
```
35+
36+
## Notes
37+
38+
- This module README stays short and navigable.
39+
- Product and architecture detail belongs in `docs/`.
40+
- Bilingual documentation should remain synchronized with the Spanish mirror.

0 commit comments

Comments
 (0)