Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/itscodeninja/kanban
- Owner: itscodeninja
- License: mit
- Created: 2024-08-17T16:19:30.000Z (5 months ago)
- Default Branch: develop
- Last Pushed: 2024-08-17T16:22:01.000Z (5 months ago)
- Last Synced: 2024-10-10T04:42:50.433Z (3 months ago)
- Topics: backbonejs, bcrypt, rspec, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)