Skip to content

Exported CSV data: Checkmarks.csv, meanings of the values in the 2nd Column #1157

Answered by iSoron
gt7599a asked this question in Help & FAQ
Discussion options

You must be logged in to vote

Here is a complete description of each possible value:

/**
* Value indicating that the habit is not applicable for this timestamp.
*/
const val SKIP = 3
/**
* Value indicating that the user has performed the habit at this timestamp.
*/
const val YES_MANUAL = 2
/**
* Value indicating that the user did not perform the habit, but they were not
* expected to, because of the frequency of the habit.
*/
const val YES_AUTO = 1
/**
* Value indicating that the user did not perform the habit, e…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by iSoron
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants