Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itscodeninja/kanban

Kanban 看板 is a project management tool designed to help visualize and manage tasks. It offers a user-friendly interface for organizing work effectively.
https://github.com/itscodeninja/kanban

backbonejs bcrypt rspec ruby-on-rails

Last synced: 3 months ago
JSON representation

Kanban 看板 is a project management tool designed to help visualize and manage tasks. It offers a user-friendly interface for organizing work effectively.

Awesome Lists containing this project

README

        

KANBAN 看板
===========

Demo
----
Live demo hosted here on Heroku (database is reset daily):
[**LIVE DEMO**](http://kanban.seanomlor.com)

![Screenshot](https://github.com/hauntedhost/kanban/raw/develop/app/assets/images/screenshot.jpg)

Summary
-------
Built with Ruby on Rails on the backend as a JSON API for Backbone.js on the frontend.

Notes
-----
* Hand-rolled Rails user authentication with BCrypt
* Custom, nested Rails JSON templating with [Rabl](https://github.com/nesquena/rabl)
* Backbone models/collections with [Backbone-relational.js](http://backbonerelational.org/)
* Auto-updating comment timestamps with jQuery [timeago](http://timeago.yarp.com)
* Editable board, list and card titles with jQuery [JEditable](http://www.appelsiini.net/projects/jeditable)