Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
ada:howto:sicoferp:factory:new-migracion-sicoferp:front [2025/01/29 20:38] 192.168.175.129 |
ada:howto:sicoferp:factory:new-migracion-sicoferp:front [2025/06/25 19:52] (actual) 192.168.175.164 |
||
---|---|---|---|
Línea 1: | Línea 1: | ||
====== Arquitectura Front ====== | ====== Arquitectura Front ====== | ||
- | + | ==== Menu ==== | |
- | **//ARQUITECTURA CLIENTE-SERVIDOR DISTRIBUIDO CERTIFICADO PARA MICROFRONTENDS// | + | |
- | ** | + | |
- | + | ||
- | ===== Menu ===== | + | |
* [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:primeros|Primeros pasos]] | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:primeros|Primeros pasos]] | ||
Línea 20: | Línea 16: | ||
* [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:parametrosistema|Pantallas de parametros del sistema]] | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:parametrosistema|Pantallas de parametros del sistema]] | ||
* [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:update|Actualización de Angular]] | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:update|Actualización de Angular]] | ||
+ | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:estilos-sistema-diseño|Estilos sitema de diseño]] | ||
+ | |||
+ | === MicroFrontend === | ||
+ | |||
* [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:configuracion-microfrontend |Configuración MicroFrontend]] | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:configuracion-microfrontend |Configuración MicroFrontend]] | ||
- | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:configuracion-libreria-encriptacion |Configuración librería de encriptación]] | + | |
+ | === Librerías === | ||
* [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:configuracion-libreria-UI-sicof |Configuración librería UI Sicof]] | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:configuracion-libreria-UI-sicof |Configuración librería UI Sicof]] | ||
+ | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:configuracion-libreria-encriptacion |Configuración librería de encriptación]] | ||
+ | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:limpieza-cache-condicionado |Configuración limpieza caché por despliegue]] | ||
+ | |||
+ | === Clases Reutilizables === | ||
+ | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:base-component|Base component]] | ||
+ | |||
+ | === Repositorios === | ||
+ | |||
+ | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:convenciones-crear-repositorios-GitLab | Convenciones para crear repositorios en GitLab]] | ||
+ | * [[ada:howto:sicoferp:factory:new-migracion-sicoferp:front:nombrado-de-ramas-git | Nombrado de ramas en git y convenciones para commits]] | ||
+ | |||
+ | ARQUITECTURA CLIENTE-SERVIDOR DISTRIBUIDO CERTIFICADO PARA MICROFRONTENDS | ||
{{:ada:howto:sicoferp:factory:new-migracion-sicoferp:1.png?650|}} | {{:ada:howto:sicoferp:factory:new-migracion-sicoferp:1.png?650|}} | ||
Línea 76: | Línea 90: | ||
<code> | <code> | ||
+ | |- public | ||
+ | |- css | ||
+ | |- images | ||
+ | |- favicon | ||
|- src/ | |- src/ | ||
|- app/ | |- app/ | ||
|- layout/ | |- layout/ | ||
- | |- api/ | + | |- components |
- | |- config/ | + | |- layout-dashboard |
- | |- service/ | + | |- layout-form |
- | |- shared/ | + | |- layout.routes.ts |
- | |- api/ | + | |- pages |
- | |- components/ | + | |- components |
- | |- service/ | + | |- models |
- | |- directives/ | + | |- services |
- | |- models/ | + | |- pages.routes.ts |
- | |- onecomponents/ | + | |- shared/ |
- | |- footer/ | + | |- components |
- | |- nav-bar/ | + | |- models |
+ | |- modules | ||
|- app-component.css | |- app-component.css | ||
|- app-component.html | |- app-component.html | ||
Línea 97: | Línea 115: | ||
|- app-config.ts | |- app-config.ts | ||
|- app-routes.ts | |- app-routes.ts | ||
- | |- assets/ | ||
|- environments/ | |- environments/ | ||
|- environment.dev.ts | |- environment.dev.ts | ||
Línea 103: | Línea 120: | ||
|- environment.qa.ts | |- environment.qa.ts | ||
|- environment.ts | |- environment.ts | ||
- | |- favicon.ico | ||
|- index.html | |- index.html | ||
|- main.ts | |- main.ts | ||
|- styles.scss | |- styles.scss | ||
- | |- test.ts | ||
- | |||
</code> | </code> | ||