10,000 hours to mastery! 10K tracks your habits, goals, activities or anything that you want. It's said that it takes 10,000 hours to achieve mastery in anything.
Task Entity
[ Task: {
title: "Task title",
index: 0,
creationDate: NSDate,
sessions: [
Session, Session, Session...
],
tags: [
Tag, Tag, Tag...
]
}]
Session Entity
[ Session: {
startDate: NSDate,
endDate: NSDate
}]
Tag Entity
[ Tag: {
name: "health"
}]