Skip to content

Backlog is a web app that prioritizes task list designed for people with many tasks and have sporadic time to accomplish those tasks. The way Backlog works is that it sorts the person’s tasks based on a combination of urgency, estimated work time and priority of the task. The application keeps track of the user’s progress on a certain task and s…

License

Notifications You must be signed in to change notification settings

yuanb10/backlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backlog

Backlog is a web app that prioritizes task list designed for people with many tasks and have sporadic time to accomplish those tasks. The way Backlog works is that it sorts the person’s tasks based on a combination of urgency, estimated work time and priority of the task. The application keeps track of the user’s progress on a certain task and suggests a task to work on for any given duration that the user can spare. This decreases mental overhead when choosing between tasks to do as well as keep track of their overall activity.

Testing resources:

Jasmine Tutorial

Doctor Llama's Velocity Tutorial

Run without Velocity(testing):

VELOCITY=0 meteor

Run with Velocity(testing):

JASMINE_SERVER_UNIT=1 meteor

Reset the local database:

meteor reset

Set heroku branch to master:

git checkout heroku
git fetch origin
git reset --hard origin/master

Delete branch:

git push origin --delete <branchName>

About

Backlog is a web app that prioritizes task list designed for people with many tasks and have sporadic time to accomplish those tasks. The way Backlog works is that it sorts the person’s tasks based on a combination of urgency, estimated work time and priority of the task. The application keeps track of the user’s progress on a certain task and s…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.4%