Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 990 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 990 Bytes

Join Quipper test

Test application for JoinQuipper.

Features

  • 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

Implemented user stories

  • 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