Skip to content
judeKim edited this page May 9, 2013 · 13 revisions

Check List

collection name : clists

property data type mandatory default comment
uuid uuid O
id_origin uuid O '' origin list id
id_parent uuid O '' parent list id
title string O
description string
tag string for fulltext search
priority int O 1 higher is important
owner uuid O
deleted boolean O false
shared boolean O false

Check Item

collection name : citems

property data type mandatory default comment
uuid uuid O
id_clist uuid O check list id
id_origin uuid O '' origin check item id
id_parent uuid O '' parent check item id
title string O
description string
tag string for fulltext search
due date timestamp
notification ?
priority int O 1
ctype string buy, estimate, travel, sell etc..
status string O R R(eady), C(ancel), F(inish)

Clone this wiki locally