Giter Site home page Giter Site logo

kata-babysitter's Introduction

Babysitter Kata

Background

This kata simulates a babysitter working and getting paid for one night. The rules are pretty straight forward.

The babysitter:

  • starts no earlier than 5:00PM
  • leaves no later than 4:00AM
  • gets paid $12/hour from start-time to bedtime
  • gets paid $8/hour from bedtime to midnight
  • gets paid $16/hour from midnight to end of job
  • gets paid for full hours (no fractional hours)

Feature

As a babysitter
In order to get paid for 1 night of work
I want to calculate my nightly charge

Implementation

This is an iOS implementation using the MVVC design framework. The UI and user interaction are handled by the CalendarViewController (the View in the MVVC) and additional UITableViewCell subclasses, namely: ActionTableViewCell and TimeTableViewCell.

Business logic and data representation are handled by CalendarViewModel (the ViewModel in the MVVC). Core Data operations are delegated to the CoreDataAPI class.

The WorkModel (NSManagedObject subclass) is the Model in the MVVC. It represents the nightly Babysitting work.

The user may toggle the UIControlSwitch to save/delete a Babysitting work. Total hours and total pay are then calculated and saved to Core Data.

When the app is restarted, saved Babysitting works should be displayed in the calendar.

Cloning

Open a Terminal and clone the repository. There is no need to fetch Cocoapod dependencies as they are already included in the repository.

$git clone https://github.com/jovito-royeca/kata-babysitter.git

Running

Go to the directory where you cloned the repository. Open the Xcode workspace file. Once the Xcode workspace is opened, you may run the default scheme.

$cd kata-babysitter
$open Babysitter.xcworkspace

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.