Skip to content

Commit

Permalink
add milestone tags in specs
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <lrq3000@gmail.com>
  • Loading branch information
lrq3000 committed Jul 29, 2021
1 parent 56a2baa commit 4c8dbed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/circalog-format-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ String of variable length. Additional description for the tag. Very helpful for

Blob field with variable length to store JSON formatted data. Stores additional data that the user may be able to specify in the app or data from imports from other sleep diary formats that cannot fit elsewhere.

For tags, this could store an option "milestone", which would describe if the tag should be displayed as a whole-day start or end of a milestone (ie, a vertical line in the sleep graph to delimit the period before the milestone and after).

### Table: tag

Junction table to create a many-to-many connection between `event`s and `tag_type`s. Stores all selected tags for a given `event`.
Expand Down

0 comments on commit 4c8dbed

Please sign in to comment.