All Projects → kaishuu0123 → rebacklogs

kaishuu0123 / rebacklogs

Licence: MIT license
Re:Backlogs is an Open Source Project Management Tool.

Programming Languages

ruby
36898 projects - #4 most used programming language
Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to rebacklogs

Openproject
OpenProject is the leading open source project management software.
Stars: ✭ 5,337 (+3174.23%)
Mutual labels:  project-planning, bug-tracker, issue-tracker, project-management, kanban, boards
Support
Agile project management integrated with GitHub
Stars: ✭ 373 (+128.83%)
Mutual labels:  agile, issue-tracker, project-management, kanban
kanboard
Kanban project management software
Stars: ✭ 6,484 (+3877.91%)
Mutual labels:  agile, self-hosted, project-management, kanban
Leantime
Leantime is a lean project management system for innovators. Designed to help you manage your projects from ideation to delivery.
Stars: ✭ 702 (+330.67%)
Mutual labels:  agile, project-management, kanban
Zentaopms
Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!​
Stars: ✭ 716 (+339.26%)
Mutual labels:  agile, self-hosted, project-management
Lavagna
Lavagna: issue tracker/project management tool
Stars: ✭ 527 (+223.31%)
Mutual labels:  issue-tracker, project-management, kanban
Masterlab
简单高效、基于敏捷开发的项目管理工具
Stars: ✭ 846 (+419.02%)
Mutual labels:  agile, project-management, kanban
kanban-board-app
Kanban style task management board app
Stars: ✭ 118 (-27.61%)
Mutual labels:  agile, kanban, task-management
Actionview
An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.
Stars: ✭ 1,357 (+732.52%)
Mutual labels:  issue-tracker, project-management, kanban
bzkanban
🔪 Kanban board for Bugzilla 5+
Stars: ✭ 39 (-76.07%)
Mutual labels:  agile, project-management, kanban
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (-87.12%)
Mutual labels:  agile, project-management, kanban
Mycollab
An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
Stars: ✭ 1,063 (+552.15%)
Mutual labels:  agile, project-management, kanban
Awesome Agile
Awesome List of resources on Agile Software Development.
Stars: ✭ 797 (+388.96%)
Mutual labels:  agile, kanban
Jitamin
🐼 Jitamin is a free software written in PHP, intended to handle the project management over the web. QQ群: 656868
Stars: ✭ 903 (+453.99%)
Mutual labels:  agile, kanban
Project Dashboard With Django
Agile Project Management dashboard with Django REST and Vue.js
Stars: ✭ 25 (-84.66%)
Mutual labels:  agile, project-management
react-native-dnd-board
A drag and drop Kanban board for React Native.
Stars: ✭ 41 (-74.85%)
Mutual labels:  kanban, task-management
Nextcloud Deck
📋 Android client for nextcloud deck app
Stars: ✭ 318 (+95.09%)
Mutual labels:  agile, kanban
Docker Taiga
Docker container for Taiga https://taiga.io
Stars: ✭ 14 (-91.41%)
Mutual labels:  agile, kanban
Planka
The realtime kanban board for workgroups built with React and Redux.
Stars: ✭ 944 (+479.14%)
Mutual labels:  agile, kanban
Tasks
Конфигурация "Управление задачами" с использованием библиотеки стандартных подсистем. Канбан доска. Загрузка изменений из хранилища 1с.
Stars: ✭ 163 (+0%)
Mutual labels:  agile, kanban

Re:Backlogs

GitHub release Docker Pulls

Re:Backlogs is an Open Source project management tool. It aims to be simple and easy to use Backlogs.

Japanese:README.ja.md

Screenshot

Demo

About this project

Similar Project or Software

What is Backlog(s)

The basic philosophy is based on redmine_backlogs. There are several terms related to Backlogs.

  • Backlogs
    • A place to store stories
    • Story will be added without being bound by existing Sprint.
  • Sprints
    • Basic unit that digests a story within a set period. Generally, it is separated by 2 weeks.
    • Add Story to Sprint from Backlogs and plan
  • Story
    • Represents the specific granularity to accomplish something
    • When using for software development, it is basic to write in the form of “can do”
    • For example, if you add a login function to a web application and implement a function that allows you to add comments, create the following story
      • Log in to the application
      • You can add comments as a logged-in user
  • Task
    • 1 Create multiple items in Story.
    • Here are the specific tasks to complete the story
    • For example, the following tasks can be considered to complete the above-mentioned story of “Login to application”.
      • Implementation
      • Code Review & Feedback
      • Testing

"Re:" Meaning

The original meaning of Re: means “reply” in email, It also includes the meaning of again, which is part of the prefix re-. I hope that the project management using Backlogs will spread again.

Install

Use docker-compose.yml

git clone https://github.com/kaishuu0123/rebacklogs

docker-compose up -d

Contribute

kaishuu0123 is Japanese, but just started learning English.

You can write issues and PRs in English or Japanese.

If you want to add a large feature, etc., it will be smooth if you create issue first and then discussion. Even if a big PR is suddenly thrown, it may be rejected at the concept stage.

Development instructions

Requirements

  • Ruby
  • bundler
  • Node.js
  • yarn

Setup

bundle install --path=vendor/bundle
yarn install

bundle exec rails db:create db:migrate

Run Re:Backlogs

# another window
bin/webpack-dev-server

# main window
bin/rails s

Development motivation

There are several.

  • Of course I want to create easy-to-use Backlogs
  • Aim to provide comprehensive OSS including document sites
  • I want to make my portfolio
    • To reflect the know-how accumulated so far in Re:Backlogs
  • I want to create a not SPA service using webpacker
    • Use an existing session mechanism that does not use JWT, and prepare an environment for developing modern front ends.

LICENSE

  • MIT
  • see LICENSE file
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].