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.
# 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
instalar paquetes necesarios
# requerimientos
npm install -g grunt-cli bower yo generator-karma generator-oas
Clonar el proyecto del repositorio de git
# clone the project
git clone https://github.com/udistrital/cumplidos_cliente.git
# enter the project directory
cd cumplidos_cliente
Iniciar el servidor en local
# install dependency
npm install
bower install
# start server
npx ng serve
# Does not apply
# Does not apply
Pruebas unitarias powered by Jest
# run unit test
npm run test
# Runt linter + unit test
npm run test:ui
Develop | Relese 0.0.1 | Master |
---|---|---|
This file is part of cumplidos_cliente.
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/.