No description
- Elixir 86.9%
- HTML 11.1%
- JavaScript 1.6%
- CSS 0.4%
| assets | ||
| config | ||
| lib | ||
| priv | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
| renovate.json | ||
Feather
A habit tracker, designed for extensibility but with sensible defaults.
Trackers
In feather, you create trackers for things like eating well, excercising, taking supplements or your general mood. A tracker has one of a few input types:
- Tally: Simply counting an occurrence, like 'Doing yoga', 'Going for a walk'
- Range: Tracking a value on a predefined scale, like 'Mood' or 'Tension'
- Value: Tracking a value with free input plus a unit, like 'Drinking Water'
- Pick list (To be implemented): Tracking an occurrence with a set of predefined values
- Timer (To be implemented): Tracking the time it takes to complete something
A tracker also has a few options for analysing and reporting
Inspiration
- Loop Habits
- Daily Nomie
Backend
Tracker
- Name/Label
- Slug/Tag
- Input Type
- Range
- Tally
- Value + Unit
- Pick List
- (Timer)
- (Combo)
- Measure by
- Count
- Average
- Default Value
- Affects
- Mind
- Body
- Soul
- Positivity
- Good
- Bad
- Neutral