Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

zimzat/gay-city-reservations

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gay City Health Project Appointment Reservations

Working with a local non-profit group to create a calendar appointment reservation system, this project accesses their existing Google Calendar appointments and displayed available times to end-users. It also assists administrators by automatically emailing reservation reminders or providing a list of upcoming phone reminder reservations.

The front-end display design was modified by the client to suit their site design.

Key files of interest, beyond a standard Zend Framework v1 + Base Shell setup:

┌── application
│   ├── configs
│   │   └── installation.example.ini
│   ├── models
│   │   └── Calendar.php
│   └── modules
│       └── default
│           └── controllers
│               └── ReservationController.php
└── scripts
    └── jobs
        └── EmailReservationReminders.php

There are a number of things that could, and should, be done differently if this project were to grow in size or scope. For example:

  • The Calendar model could be split into two: an underlying API access object and a Public interface.
  • Better encapsulation of configuration parameters from the global Config object.

About

Public interface to fill in Google Calendar reservation slots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published