All Projects → agileseason → agileseason-v1

agileseason / agileseason-v1

Licence: MIT License
Kanban board for GitHub issues

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
CSS
56736 projects
HTML
75241 projects
coffeescript
4710 projects

Projects that are alternatives of or similar to agileseason-v1

React Trello Multiboard
React-Trello-Multiboard is a single-page application built with React displaying multiple cards of several Trello® boards and lists. The cards can be filtered by preferred team members.
Stars: ✭ 43 (+258.33%)
Mutual labels:  project-management, kanban, kanban-board
yoda
GitHub extension for agile project management, using the issues subsystem.
Stars: ✭ 86 (+616.67%)
Mutual labels:  project-management, kanban-board
KanbanView
CLI, API, Web Service and Kanban for Things 3
Stars: ✭ 64 (+433.33%)
Mutual labels:  kanban, kanban-board
react-kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 567 (+4625%)
Mutual labels:  kanban, kanban-board
rebacklogs
Re:Backlogs is an Open Source Project Management Tool.
Stars: ✭ 163 (+1258.33%)
Mutual labels:  project-management, kanban
general-interview-questions
Project Management Basics
Stars: ✭ 52 (+333.33%)
Mutual labels:  project-management, kanban-board
iguana
Iguana is an open source issue management system with a kanban board.
Stars: ✭ 39 (+225%)
Mutual labels:  project-management, kanban-board
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (+1000%)
Mutual labels:  management, kanban
backlog-board
This is Kanban Board connected to Backlog
Stars: ✭ 18 (+50%)
Mutual labels:  kanban, kanban-board
bzkanban
🔪 Kanban board for Bugzilla 5+
Stars: ✭ 39 (+225%)
Mutual labels:  project-management, kanban
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+1066.67%)
Mutual labels:  management, project-management
kanban-board-app
Kanban style task management board app
Stars: ✭ 118 (+883.33%)
Mutual labels:  kanban, kanban-board
Masterplan
MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
Stars: ✭ 221 (+1741.67%)
Mutual labels:  management, project-management
kanban-board
Single-click full-stack application (Postgres, Spring Boot & Angular) using Docker Compose
Stars: ✭ 138 (+1050%)
Mutual labels:  kanban, kanban-board
Farm
Zerocrat Core Engine
Stars: ✭ 207 (+1625%)
Mutual labels:  management, project-management
taiga-stats
Generate statistics from Taiga and produce burnup diagrams, CFDs, dependency graphs and more.
Stars: ✭ 40 (+233.33%)
Mutual labels:  kanban, kanban-board
latelier
L'atelier, a project management tool
Stars: ✭ 74 (+516.67%)
Mutual labels:  project-management, kanban
Projeny
A project and package manager for Unity
Stars: ✭ 656 (+5366.67%)
Mutual labels:  management, project-management
Toodles
Project management directly from the TODOs in your codebase
Stars: ✭ 963 (+7925%)
Mutual labels:  management, project-management
actionview-fe
ActionView front-end source code, based on Reactjs+Redux.
Stars: ✭ 63 (+425%)
Mutual labels:  kanban, kanban-board

Agile Season

Agile board for github issues with metrics

Join the chat at https://gitter.im/agileseason/agileseason Code Climate Codeship Status for agileseason/agileseason

[DEPRECATED] Not maintained

The first version of Agile Season reach End-Of-Life October 15th (2018).

If you are interested in this project you can try Agile Season II based on GitHub Apps without access to code.

v3 in development https://github.com/agileseason/agileseason


Board example

Features List

Kanban

Troubleshooting

  1. Why can't I see my Github organization's repositories?

Development

Getting Started

  1. Clone this repository git clone [email protected]:agileseason/agileseason.git ~/PROJECTS_DIR/agileseason

  2. Install pow and set up app cd ~/.pow && ln -s ~/PROJECTS_DIR/agileseason

  3. Create databases:

     $ psql -d postgres
     postgres=# create user agileseason_development with password 'agileseason';
     postgres=# alter user agileseason_development createdb;
     postgres=# create user agileseason_test with password 'agileseason';
     postgres=# alter user agileseason_test createdb;
     $ rails db:create
     $ rails db:migrate
    
  4. $ npm install --save react react-dom babelify babel-preset-react

  5. $ browserify -t [ babelify --presets [ react ] ] app/assets/javascripts/react/main.js -o app/assets/javascripts/react/bundle.js

  6. Run Sidekiq bundle exec sidekiq

  7. You will now have Agile Season running on http://agileseason.dev.

Dependencies

  1. psql
  2. node and browserify

Backup

  1. Add to ~/.zshrc rows export BACKUP_DROPBOX_API_KEY='...' and export BACKUP_DROPBOX_API_SECRET='...'
  2. Manually run cd ~/PROJECTS_DIR/agileseason/backup and RAILS_ENV='...' bundle exec backup perform --trigger rails_database --config-file ./config.rb
  3. Restore from a backup in production psql -U agileseason_production -d agileseason_production -f PostgreSQL.sql -h 127.0.0.1

License

The MIT License (MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].