matthiassiegel / todo

A really simple Rails task management app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To do

A really simple Rails task management app.

Features

  • Shows open and completed tasks
  • Add new task, with name and description
  • Move tasks up/down to sort by priority
  • Description can be updated
  • Delete tasks, or mark as completed

Based on Rails 3.2 and SQLite3 and Twitter Bootstrap. Hacked together within a couple of hours.

Installation

  1. Set it up like you normally set up Rails apps
  2. Run the migrations

Screenshots

Add new task

Add new task

Task list and description

Task list and description

Wishlist

  • Drag and drop re-ordering of tasks
  • Group tasks as subtasks of others
  • Add tests

Copyright

Copyright (c) 2012 Matthias Siegel. See LICENSE for details.

About

A really simple Rails task management app.

License:MIT License


Languages

Language:Ruby 60.0%Language:JavaScript 40.0%