Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
thomasspiesser edited this page Oct 14, 2014 · 2 revisions

Welcome to the toptask wiki!

Model:

  1. abstract class in client to hold the data for one task. data is task.title, task.items, task.topten
  2. task.items is a list of items with item.name, item.checked, item.checkcount, item.date
  3. table view displays the data in the class object
  4. class filled with data from local database

local DB:

  1. find appropriate data storage method (SQLite, Core Data, etc)
  2. translate DDP message to update local data
Clone this wiki locally