other modifications days ago
This commit is contained in:
60
frontend-web-free/workflow_table_part.txt
Normal file
60
frontend-web-free/workflow_table_part.txt
Normal file
@@ -0,0 +1,60 @@
|
||||
|
||||
Label menú Type Description Rute Archivo Menu Vendor Cómo se accede
|
||||
Home PAGE /VendorDashboard src/pages/VendorDashboard.jsx Sí Menú (roleNavigationMap)
|
||||
Home Customize OPERATION Customize vendor dashboard No Button Dashboard
|
||||
Orders PAGE /VendorOrders src/pages/VendorOrders.jsx Sí Menú (roleNavigationMap)
|
||||
Orders List Events OPERATION No Desde VendorOrders
|
||||
Orders Event Detail PAGE /EventDetail src/pages/EventDetail.jsx No Table / Actions --> Mouse Over (View)
|
||||
Orders Edit Event PAGE /EditEvent src/pages/EditEvent.jsx No Table / Actions --> Mouse Over (Edit)
|
||||
Orders Update Event (ALL) OPERATION No Table / Actions --> Mouse Over (Edit)--> Edit Event
|
||||
Orders Smart Assign COMPONENT src/components/events/SmartAssignModal.jsx No Table / Actions --> Mouse Over (Smart Assign)
|
||||
Orders Update Event (ONLY SHIFT) OPERATION No Table / Actions --> Mouse Over (Smart Assign) --> Assign Staff
|
||||
Service Rates PAGE /VendorRates src/pages/VendorRates.jsx Sí Menú (roleNavigationMap)
|
||||
Service Rates AI Price Check OPERATION No Button: AI Price Check
|
||||
Service Rates New Card COMPONENT src/components/rates/RateCardModal.jsx No Button: + New Card
|
||||
Service Rates Create Card OPERATION No New Card --> Create Custom Rate Card
|
||||
Service Rates Edit Card OPERATION No Custom Rate Cards --> Mouse Over a card (Rename)
|
||||
Service Rates Delete Card OPERATION No Custom Rate Cards --> Mouse Over a card (Delete)
|
||||
Invoices PAGE /Invoices src/pages/Invoices.jsx Sí Menú (roleNavigationMap)
|
||||
Invoices List Invoice OPERATION No Desde Invoices
|
||||
Invoices Invoice Detail PAGE /InvoiceDetail src/pages/InvoiceDetail.jsx No Table / Actions --> View
|
||||
Invoices Create Invoice PAGE /Invoiceeditor No Button: + Create Invoice --> Open Invoice Editor
|
||||
Invoices Create Invoice OPERATION No Button: Create Invoice
|
||||
Schedule PAGE /Schedule src/pages/Schedule.jsx Sí Menú (roleNavigationMap)
|
||||
Schedule View Schedule OPERATION Visualiza un calendario con eventos/shifts. No Desde Schedule
|
||||
Staff Availability PAGE /StaffAvailability src/pages/StaffAvailability.jsx Sí Menú (roleNavigationMap)
|
||||
Staff Availability View Staff Availability OPERATION Visualiza la disponibilidad y utilización del staff. No Desde Staff Availability
|
||||
Workforce PAGE /StaffDirectory src/pages/StaffDirectory.jsx Sí Menú (roleNavigationMap)
|
||||
Workforce List Staff OPERATION Visualiza la lista de miembros de staff del vendor. No Desde StaffDirectory
|
||||
Workforce Add Staff OPERATION Añade un nuevo miembro de staff. No Button: Add New Staff
|
||||
Workforce Edit Staff OPERATION Edita un miembro de staff existente. No Click en un miembro de staff en la lista
|
||||
Onboard Staff PAGE /StaffOnboarding src/pages/StaffOnboarding.jsx Sí Menú (roleNavigationMap)
|
||||
Onboard Staff Initiate Onboarding OPERATION Inicia un proceso de onboarding de 4 pasos para nuevo staff. No Desde StaffOnboarding
|
||||
Onboard Staff Create Staff OPERATION Crea un nuevo registro de staff al completar el onboarding. No Último paso del Wizard: Botón 'Complete'
|
||||
Onboard Staff Navigate to WorkforceDashboard OPERATION Redirige al dashboard del staff tras completar el onboarding. No Automático tras completar
|
||||
Team PAGE /Teams src/pages/Teams.jsx Sí Menú (roleNavigationMap)
|
||||
Team View Team OPERATION Visualiza el equipo aislado del vendor, miembros, hubs, etc. No Desde Teams
|
||||
Team Invite Member OPERATION Abre un modal para invitar un nuevo miembro al equipo. No Button: Invite Member
|
||||
Team Create Hub OPERATION Abre un modal para crear un nuevo hub (ubicación). No Button: Create Hub
|
||||
Team Edit Member OPERATION Abre un modal para editar los detalles de un miembro. No Botón 'Edit' en la tarjeta/fila del miembro
|
||||
Team Deactivate/Activate Member OPERATION Cambia el estado de un miembro del equipo. No Botones en la tarjeta/fila del miembro
|
||||
Team Manage Favorites OPERATION Añade/quita staff de la lista de favoritos del equipo. No Pestaña 'Favorites'
|
||||
Team Manage Blocked OPERATION Añade/quita staff de la lista de bloqueados del equipo. No Pestaña 'Blocked'
|
||||
Task Board PAGE /TaskBoard src/pages/TaskBoard.jsx Sí Menú (roleNavigationMap)
|
||||
Task Board List Tasks OPERATION Visualiza las tareas del equipo del vendor en un tablero Kanban. No Desde TaskBoard
|
||||
Task Board Create Task OPERATION Abre un diálogo para crear una nueva tarea. No Button: Create Task
|
||||
Task Board Update Task Status OPERATION Cambia el estado de una tarea arrastrándola entre columnas. No Drag & Drop entre columnas
|
||||
Task Board View Task Details OPERATION Abre un modal para ver/editar detalles de una tarea. No Click en una tarjeta de tarea
|
||||
Compliance PAGE /VendorCompliance src/pages/VendorCompliance.jsx Sí Menú (roleNavigationMap)
|
||||
Compliance View Certifications OPERATION Visualiza las certificaciones del staff, filtrando por estado. No Desde VendorCompliance
|
||||
Compliance Add Certification OPERATION Abre un diálogo para añadir una certificación individual. No Button: Add Certification
|
||||
Compliance Bulk Import Certifications OPERATION Abre un diálogo para importar múltiples certificaciones en bloque. No Button: Bulk Import
|
||||
Communications PAGE /Messages src/pages/Messages.jsx Sí Menú (roleNavigationMap)
|
||||
Communications View Conversations OPERATION Visualiza una lista de conversaciones existentes. No Desde Messages
|
||||
Communications View Message Thread OPERATION Visualiza los mensajes de una conversación seleccionada. No Seleccionar una conversación de la lista
|
||||
Communications Send Message OPERATION Envía un mensaje en la conversación activa. No Componente MessageInput
|
||||
Communications Create New Conversation OPERATION Abre un diálogo para iniciar una nueva conversación (individual o grupal). No Button: New Conversation
|
||||
Leads PAGE /Business src/pages/Business.jsx Sí Menú (roleNavigationMap)
|
||||
Leads List Businesses OPERATION Visualiza un directorio de clientes/partners de negocio. No Desde Business
|
||||
Leads Add Business OPERATION Abre un modal para crear un nuevo cliente/partner de negocio. No Button: Add Business
|
||||
Leads Edit Business OPERATION Edita un cliente/partner de negocio existente. No Click en 'Edit' en una BusinessCard
|
||||
Reference in New Issue
Block a user