Skip to content

Commit

Permalink
add dpas project
Browse files Browse the repository at this point in the history
  • Loading branch information
francoborrelli committed Apr 22, 2024
1 parent bf2f321 commit e2e6955
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 1 deletion.
Binary file added public/images/projects/dpas/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/dpas/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/constants/cv/personalProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,31 @@ export const TFD = {
],
} as Song;

export const DPAS = {
name: 'DPAS_NAME',
artist: 'DPAS_ARTIST',
length: 'DPAS_LENGTH',
type: ProjectTypesEnum.WEB,
description: 'DPAS_DESCRIPTION',
imageUrl: getProjectPath('dpas/logo.png'),
link: 'https://sistema.accionsocialspb.org.ar/ingresar',
youtube: 'https://www.youtube.com/@DPASSPB',
skills: [tags.React, tags.Django, tags.Postgres, tags.Docker, tags.SASS],
images: [
getProjectPath('dpas/1.png'),
getProjectPath('dpas/2.png'),
getProjectPath('dpas/3.png'),
getProjectPath('dpas/4.png'),
getProjectPath('dpas/5.png'),
getProjectPath('dpas/6.png'),
getProjectPath('dpas/7.png'),
getProjectPath('dpas/8.png'),
getProjectPath('dpas/9.png'),
getProjectPath('dpas/10.png'),
getProjectPath('dpas/11.png'),
],
} as Song;

export const CalmCovid = {
name: 'CALM_COVID_NAME',
artist: 'CALM_COVID_ARTIST',
Expand Down Expand Up @@ -397,6 +422,7 @@ export const PersonalProjects = {
GralStores,
TFD,
CalmCovid,
DPAS,
AuthoringTool,
QwertyLandingPage,
MasEfectivo,
Expand Down
9 changes: 8 additions & 1 deletion src/i18n/en/cv/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,18 @@ const GRAL_TASKS_MOBILE = {
GRAL_TASKS_MOBILE_DESCRIPTION: `The application allows teams to instantly receive construction and repair tasks scheduled for the street (which were previously assigned from a web system). This ensures smooth and accurate communication between the office and the field, optimizing task execution.\nThrough the integration of geolocation functions, team members can visualize assigned tasks on a map, facilitating route planning and travel optimization.\nThe application enables teams to track progress by marking tasks as completed, uploading photos of the work done, and listing materials used. Additionally, users have the ability to add relevant observations for a detailed record of each task.\nOne of the standout features of this application is its integration with AppCenter, which utilizes CodePush to automatically push updates to teams. This ensures they are always using the latest version of the application without manual intervention.\nTo enhance attendance management for teams, a facial recognition system using AWS Rekognition Liveness Detection was implemented. This functionality ensures precise and secure verification of workers' presence at the workplace.`,
};

// Global Object
const DPAS = {
DPAS_NAME: 'Affiliation System',
DPAS_ARTIST: 'Dirección provincial de acción social',
DPAS_LENGTH: '2021',
DPAS_DESCRIPTION:
'The affiliation system is a web application developed for the Provincial Directorate of Social Action of the province of Buenos Aires, Argentina. The application aims to facilitate the management of affiliates and the services they receive.',
};

export const PROJECTS = {
// Projects
...TFD,
...DPAS,
...RUKIR,
...LOTTIE,
...GO4CLIC,
Expand Down
9 changes: 9 additions & 0 deletions src/i18n/es/cv/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,20 @@ const GRAL_TASKS_MOBILE = {
GRAL_TASKS_MOBILE_DESCRIPTION: `La aplicación permite a las cuadrillas recibir en la calle de manera instantánea las tareas de obra y reparación que tienen programadas (las cuales fueron asignadas previamente desde un sistema web). Esto asegura una comunicación fluida y precisa entre la oficina y el campo, optimizando la ejecución de las tareas.\nMediante la integración de funciones de geolocalización, los miembros de la cuadrilla pueden visualizar las tareas asignadas en un mapa, lo que facilita la planificación de rutas y la optimización de los desplazamientos.\nLa aplicación permite a las cuadrillas registrar el avance del trabajo al marcar las tareas como completadas, cargar fotos del trabajo realizado y listar los materiales utilizados. Además, los usuarios tienen la posibilidad de añadir observaciones pertinentes para un registro detallado de cada tarea.\nUna de las características destacadas de esta aplicación es su integración con AppCenter, que utiliza CodePush para enviar actualizaciones automáticas a las cuadrillas. Esto garantiza que siempre estén utilizando la última versión de la aplicación, sin necesidad de intervención manual.\nPara mejorar la gestión del presentismo de las cuadrillas, se implementó un sistema de reconocimiento facial utilizando el servicio AWS Rekognition Liveness Detection. Esta funcionalidad garantiza una verificación precisa y segura de la presencia de los trabajadores en el lugar de trabajo.`,
};

const DPAS = {
DPAS_NAME: 'Sistema afiliatorio',
DPAS_ARTIST: 'Dirección provincial de acción social',
DPAS_LENGTH: '2021',
DPAS_DESCRIPTION:
'El sistema afiliatorio es una aplicación web desarrollada para la Dirección Provincial de Acción Social de la provincia de Buenos Aires, Argentina. La aplicación tiene como objetivo facilitar la gestión de los afiliados y los servicios que reciben.',
};

// Global Object

export const PROJECTS = {
// Projects
...TFD,
...DPAS,
...RUKIR,
...LOTTIE,
...GO4CLIC,
Expand Down

0 comments on commit e2e6955

Please sign in to comment.