Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.73 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.73 KB

ArgumentClockView

A PaintCode-based ClockView iOS app written in Swift 4. Demo only.

iOS 11.0+ Swift4

Overview

Notes

Features

  • Feature: Will eventually be used to show time and state information of arguments in process.
  • Feature: Blah blah blah

Prototype Clock View

  • @IBInspectable Vars: Int hours, minutes, seconds
  • Scalable Center Filling

Prototype Argument State Diagram

  • @IBInspectable Vars: Int agreement and disagreement colors.
  • Discussion View Will eventually segue to Discussion record in detail in a modal view. Allow creating, reorganizing, updating, and deleting Sentences in the Discussion.
  • Proposal View blah blah
  • Test for Consensus blah blah ... These features will invite a user to record a discussion in real time and click into detail of what and when the points were made in the state diagram.

Data Model

  • TBD. developing separately.

Known Issues

  • The Model and the JSON parser are not yet working.
  • The UI is very briefly prototyped for stateless interactions.

Third party APIs and Libraries used by the project

  • none

License

  • see LICENSE file.
  • This is a demonstration app for purposes of showing interactive PaintCode Views

Version

  • Version 0.01

Tests

Compiles, runs, and passes tests on iOS 11 only, Xcode 9.2

Contact

Don Sleeter

Build Requirements

  • Xcode 9.0
  • Swift 4.0
  • iOS 11.0 or later