Simple todo app where we can save our tasks.
Features:
-
Every visitor has his own model(guest.rb) record stored in session
-
Guest model has many task(todo.rb) records
-
Visitor has ability to CRUD task
-
Visitor can't access to other visitors task records
-
Bootstrap views
-
Visitor can change task attribute(status)
-
Some templates are render by AJAX
-
Guest model expire after 24 hours
-
Authentication system (Devise)
-
User has ability to share tasks with other users
Upcoming features:
- Add pagination (Kaminari)