UberList is a Rails application that lets you crete projects and organize your tasks!
Demo at https://uberlist.sekmo.cc
Current data models:
- User - Authentication is managed by Devise
- Project - You do like making projects, right?
- Task - it's shallow-nested under projects
- Refactor endpoints to have
/projects/42/tasksand/tasksas well, for loose tasks (in-tray tasks) - Use
acts_as_listand jQuery UIsortablefor tasks and projects
Run:
bundle
bin/rails db:create db:migrate
bin/rails sApp is running at localhost:3000.
Run:
bin/rails db:create db:migrate RAILS_ENV=test
bundle exec rspecUberList is released under the MIT License.