Git Product home page Git Product logo

summer-swift's Introduction

Regent College Summer App

Experience summer at Regent College

Swift Version License PRs Welcome

Screenshots

Today Courses Events EventsDetail

TodayiPad EventsiPad

Features

  • Course and lecturer details
  • FAQ
  • Events
  • What's happening today
  • Multiple sessions per event/course
  • Add events to calendar
  • Directions
  • Search and filter events
  • Search and filter courses
  • Announcements
  • Share to social media
  • Today extension for lock screen
  • WatchKit
  • Internationalization and localization

Architecture

MVC/MVVM

"Isolate complexity" - Steve McConnell, Code Complete

  • Model: Data, including the means to instantiate from source; in this case it is Firestore NSDictionary.
  • ViewModel: Data formed for specific view purposes. Only show data from the model that the view actually needs. Combine and massage fields with presentation logic.
  • DocumentStore (aka repository): Data CRUD (create, read, update, delete). This service is injected into the ViewControllers, sets them as its delegate, and tells them when it has updates with documentsDidUpdate().
  • DetailViewControllers and TableViewCells: A view with injected ViewModel(s).
  • ViewController: Everything else. Use extensions to separate concerns.

Requirements

  • iOS 10.3+
  • Xcode 9.3

Installation

  1. Clone
  2. run 'pod install'
  3. Get a GoogleServices-Info.plist from the Firestore Setup
  4. Populate Firestore with some courses and lecturers
  5. Customize Settings.swift
  6. Build

Contribute

Check the LICENSE file for more info on contributing to summer-swift.

Meta

Cam Tucker โ€“ [email protected]

Distributed under the MIT license. See LICENSE for more information.

summer-swift's People

Contributors

camerontucker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.