An open API service indexing awesome lists of open source software.

https://github.com/kirqe/tm-assignment

simple task manager sample app(aasm, rspec, capybara and weird routes structure)
https://github.com/kirqe/tm-assignment

aasm demo-app ruby-on-rails

Last synced: 29 days ago
JSON representation

simple task manager sample app(aasm, rspec, capybara and weird routes structure)

Awesome Lists containing this project

README

          

# task manager assignment

[![Build Status](https://travis-ci.org/railsr/tm-assignment.svg?branch=master)](https://travis-ci.org/railsr/tm-assignment)

![condecoverage](public/src/codecoverage.png)

1. `rake fake_data` to add fake tasks and users
2. `rake db:seed` to add admin and demo user with a few tasks

![User dashboard](public/src/user_dash.png)