https://github.com/kujenga/wso_ios
iPhone app for Williams Student Online
https://github.com/kujenga/wso_ios
Last synced: 2 months ago
JSON representation
iPhone app for Williams Student Online
- Host: GitHub
- URL: https://github.com/kujenga/wso_ios
- Owner: kujenga
- Created: 2014-05-05T04:28:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T04:13:40.000Z (about 11 years ago)
- Last Synced: 2025-01-24T12:45:39.780Z (4 months ago)
- Language: Objective-C
- Size: 15.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WSO iPhone Application
This app is intended to be a replacement for the existing application on the App store, which now crashes on open on my phone.
## Features
It is planned to implement the following functionality in a tab-based layout
* Home: a feed of all the Announcements, Exchange, Lost+Found, Jobs, and Rides
* Search: Allows for easy searching of the Williams Facebook
* Map: provides a google maps representation of the campus, since google maps has better annotation of building names and paths around campus than Apple maps does
* *trak: provides access to both Factrak and Dormtrak## To-do
* implement a login screen and store user login data persistently
* figure out API access (see just below)
* implement search bar functionality, with proper behavior for the keypad, auto-search after a certain number of letters, linking prototype person cells with the code, etc.
* implement search for *trak, create and link prototype cells relevant for reviews in each case.## API Access
Need to talk with WSO people about how to interact with servers, can probably use same protocols as the existing app.