Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (4 loc) · 855 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 855 Bytes

Prototype Peck application

This app was created by STPL to be deployed to Williams college to provide calendaring services through a mobile application. It's design is a useful starting point, but the new application will be built largely from scratch using updated technologies and techniques as well as new UX design concepts.

The app is designed in a singleton pattern, with the AppDelegate holding the information crucial throughout the app. It contacts the API, also created by STPL, through a series of hard-coded web addresses that the singleton inherits. Each view within the app has its own associated class, making modifications difficult, but the relationship between everything relatively straightforward.

Aaron has spent a lot of time looking through the app, so if you have any qestions about how it operates he may be able to assist.