UniEvents organizes academic, sporting, and cultural events across multiple universities and their faculties. You can discover events through the home page, a dedicated explore view, university and faculty pages, or by combining search filters and keyword queries. This guide covers every discovery surface available to attendees.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Edfermachado/proyectoSistemas/llms.txt
Use this file to discover all available pages before exploring further.
Home Page
The home page at/ is the primary discovery surface and contains four key sections:
Hero Carousel
A full-width hero banner that highlights upcoming or promoted content at the top of the page.
Featured Events
Events where
isFeatured = true in the database are surfaced here. These are hand-picked by faculty administrators to spotlight high-priority events.Faculty Selector
An interactive row of faculty tenants. Clicking a faculty navigates to
/events?faculty={slug} to pre-filter the explore page.Trending Universities
A curated section of universities with the most active event schedules, linking through to their dedicated university pages.
Events Explore Page
Navigate to/events to see all publicly visible events across every university and faculty. The page is a server-rendered grid that accepts URL query parameters for filtering and searching:
| Parameter | Example | Description |
|---|---|---|
faculty | ingenieria-uca | Filter by faculty slug or UUID. Resolved via findTenantBySlugOrId. |
category | academico | Filter by category slug or UUID. Resolved via findCategoryBySlugOrId. |
q | conferencia | Keyword search across event title and description fields (case-insensitive ILIKE). |
faculty and category filters as hidden fields when you type a new keyword query.
0, FREE, or GRATIS). Clicking Detalles navigates to the full event detail page.
University Pages
All Universities — /universities
The universities listing page shows every registered university with its name, logo, and description. Click Ver Facultades on any university card to navigate to that university’s dedicated page.
University Detail — /universities/[slug]
Each university has a detail page at /universities/{slug} (also accessible via the university’s UUID). This page lists all the faculties (tenants) that belong to the university. Each faculty card links directly to the filtered events explore page:
Faculties Page
Navigate to/faculties to see all faculty tenants across all universities in a single view. Each faculty belongs to one university and one category (e.g. academic, sports, cultural).
Event Detail Page
Navigate to/events/[slug] to view the full details for a specific event. The page resolves the event by its URL-friendly slug first, falling back to the UUID if no slug is set.
The right-hand ticket card displays:
Date & Time
The event date formatted in long Spanish locale, plus a start–end time range calculated from
date + duration (minutes).Venue
The space name and its seating capacity from the linked
spaces record.Price
Displayed as GRATIS for free events or the numeric price for paid events.
Register Button
Shows Inscribirse Ahora (free) or Comprar Entrada (paid) for logged-in users. Unauthenticated visitors see a Inicia Sesión para Registrarte prompt linking to
/login.