5 Commits

Author SHA1 Message Date
834c81289f
Delete scripts/guestbook.db
Remove guestbook.db from repository

- Deleted guestbook.db, a binary SQLite database file, from the repo.
- Added guestbook.db to .gitignore to prevent storing environment-specific binaries.
- This change enhances security and keeps the repository clean by not tracking generated files.
2025-04-02 08:05:08 -06:00
Steve Dogiakos
79bbb02388 Updated guestbook_export.py so that the export 2025-04-01 22:17:18 -06:00
Steve Dogiakos
581a96d634 Lint and update docker-compose.yml
- Fixed port variable interpolation to use ${PORT:-8000} for a default value.
- Updated volume configuration to use a named volume (guestbook_data) mounted at /data.
- Improved YAML formatting for clarity.
2025-04-01 21:53:25 -06:00
Steve Dogiakos
4ba6a77ff2 Add dynamic comment field display
- Hide comment field by default.
- Add JavaScript to reveal comment field when first name, last name, and location have at least 3 characters.
- Update form instructions to inform users about the comment field.
2025-04-01 19:19:28 -06:00
Steve Dogiakos
b51f88344d Created guestbook_export.py which is tailored specifically toward exporting for MailChimp 2025-04-01 18:48:04 -06:00