No description
Find a file
Mork Swork ed6ff4fbf6 Add front page, nav rebuild, and CI workflow
- Home controller with hero and services sections
- Nav rebuilt on install: Home, Services, About, FAQ, Contact (CTA), Book An Appointment (CTA)
- Entrypoint uses IS_SETUP check so failed installs retry on restart
- Gitea Actions workflow builds and pushes multi-arch image to forge.quinefoundation.com

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 20:05:46 -07:00
.gitea/workflows Add front page, nav rebuild, and CI workflow 2026-05-14 20:05:46 -07:00
.idea Structure 2026-05-12 17:28:47 -07:00
.vscode File extensions 2026-05-08 22:56:06 -07:00
config/sync wip booking flow 2026-05-13 14:55:52 -07:00
docker Add front page, nav rebuild, and CI workflow 2026-05-14 20:05:46 -07:00
scripts wip booking flow 2026-05-13 14:55:52 -07:00
web Add front page, nav rebuild, and CI workflow 2026-05-14 20:05:46 -07:00
.gitignore Initial commit 2026-04-20 00:33:56 -04:00
build.sh fix build script 2026-05-14 15:07:02 -07:00
composer.json wip booking flow 2026-05-13 14:55:52 -07:00
docker-compose.yml wip booking flow 2026-05-13 14:55:52 -07:00
Dockerfile Structure 2026-05-12 17:28:47 -07:00
Makefile Structure 2026-05-12 17:28:47 -07:00
README.md wip booking flow 2026-05-13 14:55:52 -07:00

Riverside Patient Tracker

A Drupal-based appointment scheduling site for booking sessions between patients and practitioners.

Running locally

docker compose up --build

Admin login: admin / admin at /user/login

Makefile commands

make shell        # open a bash shell in the app container
make drush <cmd>  # run any drush command, e.g. make drush cr

Scripts

Seed provider availability

Populates provider_availability nodes for the next calendar month across all active providers, using randomised noise per provider.

make drush php-script scripts/seed_availability.php

Preview without saving:

SEED_DRY_RUN=1 make drush php-script scripts/seed_availability.php

Wipe existing availability for the month before seeding:

SEED_WIPE=1 make drush php-script scripts/seed_availability.php

Running the script twice without SEED_WIPE=1 will create duplicates.

Modules

  • FullCalendar View — interactive appointment calendar
  • Webform — patient booking forms
  • Symfony Mailer — transactional email