Skip to content

Commit 0a3b190

Browse files
committed
feat(images): add new images and descriptions for bus tracking application
1 parent 2c996b2 commit 0a3b190

File tree

6 files changed

+25
-0
lines changed

6 files changed

+25
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

public/images/busuni-tracker/app-view-buss-route.webp renamed to public/images/bus-uni-tracker/app-view-buss-route.webp

File renamed without changes.

src/constants/projects/bus-uni-tracker.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,29 @@ export const BUS_UNI_TRACKER: IBaseProject = {
5050
description: "Artículo de investigación publicado sobre la tecnología LoT LoRaWAN.",
5151
},
5252
],
53+
images: [{
54+
src: "/images/busuni-tracker/app-home.webp",
55+
alt: "Pantalla Principal",
56+
description: "Vista principal de la aplicación mostrando el mapa y la ubicación en tiempo real del bus universitario."
57+
},
58+
{
59+
src: "/images/busuni-tracker/app-view-buss-route.webp",
60+
alt: "Vista de Ruta del Bus",
61+
description: "Interfaz detallada que muestra la ruta actual del bus, incluyendo paradas y trayecto en el mapa del campus."
62+
},
63+
{
64+
src: "/images/busuni-tracker/app-edit-route.webp",
65+
alt: "Edición de Ruta",
66+
description: "Panel de administración para crear y modificar las rutas del bus, permitiendo definir paradas y trayectos."
67+
},
68+
{
69+
src: "/images/busuni-tracker/app-edit-busses.webp",
70+
alt: "Gestión de Buses",
71+
description: "Interfaz para la gestión de la flota de buses, incluyendo registro y asignación de dispositivos IoT."
72+
},
73+
{
74+
src: "/images/busuni-tracker/app-edit-drivers.webp",
75+
alt: "Gestión de Conductores",
76+
description: "Panel para el registro y gestión de conductores, incluyendo asignación de rutas y horarios."
77+
}]
5378
};

0 commit comments

Comments
 (0)