mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
No description
Because the 'sortTask' operation uses a 'from' index and a 'to' index as parameters, the server needs to check if these indices are valid before performing the client's request. If the task ID doesn't match the task at the 'from' index, then it's clear that the client was looking at a preened list of todos (everything except more-than-3-days-old-non-quest completed tasks). In that case, try to recalculate the indices before continuing. |
||
|---|---|---|
| archive | ||
| common | ||
| database_reports | ||
| dist | ||
| keys/google | ||
| migrations | ||
| tasks | ||
| test | ||
| website | ||
| .bowerrc | ||
| .buildpacks | ||
| .codeclimate.yml | ||
| .gitignore | ||
| .nodemonignore | ||
| .nvmrc | ||
| .travis.yml | ||
| bower.json | ||
| config.json.example | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| EXTENDEDCHANGELOG.md | ||
| Gruntfile.js | ||
| gulpfile.js | ||
| karma.conf.js | ||
| LICENSE | ||
| newrelic.js | ||
| package.json | ||
| Procfile | ||
| protractor.conf.js | ||
| README.md | ||
| register-handlers.js | ||
| VAGRANT.md | ||
| vagrant.sh | ||
| Vagrantfile.example | ||
| validate-commit-msg.js | ||
| validate-commit-msg.spec.js | ||
Habitica

Habitica is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.
We need more programmers! Your assistance will be greatly appreciated.
For an introduction to the technologies used and how the software is organised, refer to Contributing to Habitica - "Coders (Web & Mobile)" section.
To set up a local install of Habitica for development and testing, see Setting up Habitica Locally, which contains instructions for Windows, *nix / Mac OS, and Vagrant.
Then read Guidance for Blacksmiths for additional instructions and useful tips.