https://github.com/udistrital/cumplidos_cliente
:heavy_check_mark: Check: Cliente de cumplidos de CPS
https://github.com/udistrital/cumplidos_cliente
administrativa cps
Last synced: 3 months ago
JSON representation
:heavy_check_mark: Check: Cliente de cumplidos de CPS
- Host: GitHub
- URL: https://github.com/udistrital/cumplidos_cliente
- Owner: udistrital
- Created: 2019-07-08T14:22:39.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-16T15:01:51.000Z (4 months ago)
- Last Synced: 2026-02-16T22:13:29.770Z (4 months ago)
- Topics: administrativa, cps
- Language: JavaScript
- Homepage:
- Size: 5.44 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cumplidos_cliente
El aplicativo tiene la funcionalidad de ser un gestor de los cumplidos de los diferentes contratistas, en dicho aplicativo los contratistas realizan el proceso de subir los documentos respectivos a sus tareas del mes o periodo designado.
El supervisor realizara una revisión detallada de los informes de cada contratista bajo su supervisión, el supervisor en el aplicativo podra devolver documentos para su corrección o aprobarlos.
Seguido de la aprobación del supervisor, el ordenador podrá aprobar los documentos para el respectivo pago del contratista.
### Tecnologías Implementadas y Versiones
* [Angular JS](https://angularjs.org/)
* [Bootstrap 3](https://getbootstrap.com/docs/3.3/)
* [Angular JS generator](https://github.com/fabianLeon/oas)
* [Node.js en la versión estable](https://nodejs.org/en/)
### Variables de Entorno
```shell
# En Pipeline
SLACK_AND_WEBHOOK: WEBHOOK de Slack Grupo ci-covid-serverles
AWS_ACCESS_KEY_ID: llave de acceso ID Usuario AWS
AWS_SECRET_ACCESS_KEY: Secreto de Usuario AWS
```
### Ejecución del Proyecto
instalar paquetes necesarios
```bash
# requerimientos
npm install -g grunt-cli bower yo generator-karma generator-oas
```
Clonar el proyecto del repositorio de git
```bash
# clone the project
git clone https://github.com/udistrital/cumplidos_cliente.git
# enter the project directory
cd cumplidos_cliente
```
Iniciar el servidor en local
```bash
# install dependency
npm install
bower install
# start server
npx ng serve
```
### Ejecución Dockerfile
```bash
# Does not apply
```
### Ejecución docker-compose
```bash
# Does not apply
```
### Ejecución Pruebas
Pruebas unitarias powered by Jest
```bash
# run unit test
npm run test
# Runt linter + unit test
npm run test:ui
```
## Estado CI
| Develop | Relese 0.0.1 | Master |
| -- | -- | -- |
| [](https://hubci.portaloas.udistrital.edu.co/udistrital/cumplidos_cliente) | [](https://hubci.portaloas.udistrital.edu.co/udistrital/cumplidos_cliente) | [](https://hubci.portaloas.udistrital.edu.co/udistrital/cumplidos_cliente) |
## Licencia
[This file is part of cumplidos_cliente.](LICENSE)
cumplidos_cliente is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (atSara Sampaio your option) any later version.
cumplidos_cliente is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with cumplidos_cliente. If not, see https://www.gnu.org/licenses/.