Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
| --------------------------------------- | ------------------------------------- |
| ![S3React](./readme/demo/Deployment/S3_React_Deployed.png) | ![S3PubliLink](./readme/demo/Deployment/S3_Website_Deployed.png) |

| Database Backup CLI Script Run | Database Backup Cronjob |
| --------------------------------------- | ------------------------------------- |
| ![DBCLIScriptRun](./readme/demo/Deployment/Database_backup_CLI.png) | ![DBCronjob](./readme/demo/Deployment/Database_backup_cronjob.png) |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Enhance image alt text for improved accessibility and clarity.

The alt text for these images is too brief. Use more descriptive text, e.g., “Screenshot of Database Backup CLI Script execution” and “Demonstration of Database Backup Cronjob setup,” to improve accessibility.

Suggested change
| ![DBCLIScriptRun](./readme/demo/Deployment/Database_backup_CLI.png) | ![DBCronjob](./readme/demo/Deployment/Database_backup_cronjob.png) |
| ![Screenshot of Database Backup CLI Script execution](./readme/demo/Deployment/Database_backup_CLI.png) | ![Demonstration of Database Backup Cronjob setup](./readme/demo/Deployment/Database_backup_cronjob.png) |


| Database Backup Script Code | Database Backup S3 |
| --------------------------------------- | ------------------------------------- |
| ![DBScriptCode](./readme/demo/Deployment/Database_backup_script.png) | ![DBBackupS3](./readme/demo/Deployment/Database_backup_S3.png) |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Enhance image alt text and align ![DBBackupS3] with its header.

Use descriptive alt texts like “Code snippet for the database backup script” and “View of S3 bucket with database backups,” and adjust the DBBackupS3 alt to exactly match its header for clarity.

Suggested change
| ![DBScriptCode](./readme/demo/Deployment/Database_backup_script.png) | ![DBBackupS3](./readme/demo/Deployment/Database_backup_S3.png) |
| ![Code snippet for the database backup script](./readme/demo/Deployment/Database_backup_script.png) | ![Database Backup S3](./readme/demo/Deployment/Database_backup_S3.png) |


<br>

#### To test the website, here are some initial default data stored in the database:
Expand Down
Binary file added readme/demo/Deployment/Database_backup_CLI.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 readme/demo/Deployment/Database_backup_S3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading