#TLT SIgn-in app
Description: An iOS app that allows students to sign into SI sessions with their smartphone.
- Technology stack: This iOS version of the app is done all in Xcode which integrates with github. The code is primarily in swift. This is a standalone project.
- Status: Currently working on version 1.0 (beta).
##Screenshot
Needs Xcode 7 or higher and Swift 2 or higher. To install Xcode you need an Intel-based Mac running Mac OS X Snow Leopard or later. Parse is needed for the backend.
##Getting Started
If you want to completely fork the project:
-
Download Xcode from Mac app store.
-
Fork this repository and clone to desktop
-
Open TLT_SIgn_in_app.xcodeproj with Xcode.
###Usage
-
If first time user input firstname, lastname, and ID number. Then input current SI firstname and lastname.
-
Click submit. If SI data moves to tableview then the process is complete. If not, read/dismiss the error popup and reinput data. Tableview and user info will save to core data. Design overview.
The android version is just an app with a webview of this webpage
The online android web view form and iOS app will make sure:
-
The user typed something in the text fields
-
What the user typed is in the correct format
-
The SI name that the user typed in exists in the database
-
The user has internet connection and can successfully update the parse database
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.
Also, check out Gitter to communicate with other contributors and to find support.
Instructions on how to CONTRIBUTE.
##License
See the MIT LICENSE file for license rights and limitations.
