Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide description of delta_text #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ A Goal object includes everything about a specific goal for a specific user, inc
* `fullroad` (array): Like `roadall` but with the nulls filled in.
* `rah` (number): Road value (y-value of the bright line of the yellow brick road) at the akrasia horizon (today plus one week).
* `delta` (number): Distance from the yellow brick road to today's datapoint (`curval`).
* `delta_text` (string): Deprecated.
* `delta_text` (string): Deprecated. The amounts you need to do get 1, 2, and 3 days of safety buffer, e.g. "✔ +2 +6"
* `safebuf` (number): The integer number of safe days. If it's a beemergency this will be zero.
* `safebump` (number): The absolute y-axis number you need to reach to get one additional day of safety buffer.
* `id` (string of hex digits): We prefer using user/slug as the goal identifier, however, since we began allowing users to change slugs, this id is useful!
Expand Down