Skip to content

sekmo/uberlist

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Welcome to Uberlist!

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

Todo

  • Refactor endpoints to have /projects/42/tasks and /tasks as well, for loose tasks (in-tray tasks)
  • Use acts_as_list and jQuery UI sortable for tasks and projects

Installation

Run:

bundle
bin/rails db:create db:migrate
bin/rails s

App is running at localhost:3000.

Test

Run:

bin/rails db:create db:migrate RAILS_ENV=test
bundle exec rspec

Code Status

Build Status

License

UberList is released under the MIT License.

About

A Rails application for managing your personal tasks!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published