Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/factbox/kanban
:pushpin: Manageable user stories plugin for factbox
https://github.com/factbox/kanban
factbox kanban scrum user-stories userstory
Last synced: 5 days ago
JSON representation
:pushpin: Manageable user stories plugin for factbox
- Host: GitHub
- URL: https://github.com/factbox/kanban
- Owner: factbox
- License: mit
- Created: 2018-09-05T23:25:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T01:05:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T12:49:04.416Z (3 months ago)
- Topics: factbox, kanban, scrum, user-stories, userstory
- Language: Ruby
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-starred - factbox/kanban - :pushpin: Manageable user stories plugin for factbox (others)
README
# Kanban
That is a plugin to work with user stories in factbox.
## Installation
Add this line to your factbox's Gemfile:```ruby
gem "kanban", git: "https://github.com/factbox/kanban"
```If you want use locally:
```ruby
gem 'kanban', path: 'path_to_dir/kanban'
```So, in factbox root you can:
```bash
$ bundle install
$ rails g install kanban
```This will create some migrations, so you should run:
```bash
$ rails db:migrate
```