Test application for JoinQuipper.
- Ruby 1.9.3-p125
- Ruby on Rails 3.2.3
- Testing with RSpec + Capybara
- Search with Ransack
- Twitter bootstrap
- HAML and SASS
- Deployed in Heroku
- As a user, I want to create a task so that I will not forget something to do.
- As a user, I want to create a task with a deadline so that I will not miss the deadline.
- As a user, I want to edit a task so that I can change a task after I created it.
- As a user, I want to mark a task as done so that I can distinguish incomplete tasks from complete ones.
- As a user, I want to see all tasks which didn't meet deadline as of today.
- As a user, I want to delete a task so that I can remove task which is not a task any more.
- As a user, I want to see tasks list ordered by created date
- As a user, I want to see tasks list ordered by deadline