-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e827279
commit f32ec05
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Additional notes | ||
# Notas adicionales | ||
|
||
Before deploying the dashboard, make sure to: | ||
Antes de desplegar el dashboard, asegúrate de: | ||
|
||
- Ensure that a user account with the appropriate permissions | ||
is created in the database. This allows access control and | ||
ensures that each user can interact with the dashboard as | ||
expected. | ||
- Verificar que se haya creado una cuenta de usuario con los permisos adecuados | ||
en la base de datos. Esto permite el control de acceso y | ||
asegura que cada usuario pueda interactuar con el dashboard como | ||
se espera. | ||
|
||
- Verify that the backend server is running and accessible. | ||
The dashboard relies on the server for data retrieval | ||
and updates, so a live connection is essential for full | ||
functionality. | ||
- Verificar que el servidor backend esté funcionando y sea accesible. | ||
El dashboard depende del servidor para la recuperación de datos | ||
y actualizaciones, por lo que una conexión en vivo es esencial para su funcionalidad completa. |