Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Data model

frankrousseau edited this page Apr 2, 2012 · 8 revisions

Document

Each data are stored as JSON document.

Note

Each note has following fields:

  • creationDate: date
  • lastModificationDate: date
  • title: string
  • content: string
  • tags: list(string)
  • tagParent: string

Tree

Fields:

  • struct: object
  • objectTypes: string

Exemple of structure representation (coffescript):

technic:
  code:
    tutorial: false
    python:
      web: false
    ruby: false
cooking:
  dessert: false
  maindishes: false
todo: false
Clone this wiki locally