rebacklogs

Re:Backlogs is an Open Source Project Management Tool.

Stars
170
Forks
17
Open issues
45
Closed issues
0
Last release
almost 4 years ago
Last commit
almost 4 years ago
Watchers
170
Total releases
18
Total commits
138
Open PRs
36
Closed PRs
80
Repo URL
Platform
License
mit
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About

Re:Backlogs

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

Japanese:README.ja.md

  • Re:Backlogs
    • Screenshot
    • Demo
    • About this project
      • Similar Project or Software
      • What is Backlog(s)
      • "Re:" Meaning

    • Install

      • Use docker-compose.yml

    • Contribute
    • Development instructions

      • Requirements
      • Setup
      • Run Re:Backlogs

    • Development motivation
    • LICENSE
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
Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.