• Stars
    star
    170
  • Rank 222,112 (Top 5 %)
  • Language
    Ruby
  • License
    MIT License
  • Created almost 5 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Re:Backlogs is an Open Source Project Management Tool.

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

More Repositories

1

erd-go

Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.(convert to dot file)
Go
124
star
2

vscode-erd

An extension for Visual Studio Code to preview erd(.er) files
TypeScript
48
star
3

chibines

NES emulator & NSF Player written in Go.
Go
15
star
4

chibisnes

SNES emulator written in Go. (based on LakeSNES)
Go
10
star
5

blockdiag-api

blockdiag API server and livepreview ui.
JavaScript
10
star
6

graphviz-dot.js

dot (graphviz) command implement by javascript (single binary)
JavaScript
8
star
7

ot-es.js

ot-es.js is realtime collaborative editing javascript library. ot.js exported as ES modules.
JavaScript
7
star
8

markdown-it-drawio-viewer

draw.io Viewer for markdown-it
JavaScript
6
star
9

HelenOS

HelenOS 0.5.0 (copy from http://www.helenos.org/download)
C
5
star
10

chibigb

GameBoy emulator written in Go. (based on Gearboy)
Go
4
star
11

rack-webdav

WebDAV for Rack
Ruby
4
star
12

markdown-it-blockdiag

blockdiag for markdown-it.
JavaScript
4
star
13

pukiwiki2markdown

pukiwiki syntax to markdown syntax converter
PHP
4
star
14

rails5.1-react-reactstrap-example

Ruby
3
star
15

task-board

Tiny Task Management System (Rails5 API mode + webpacker + Angular6)
Ruby
3
star
16

react-backlog

React Backlog (like Redmine's Backlog)
JavaScript
2
star
17

cors-reverse-proxy

Simple reverse proxy for CORS issue.
Go
2
star
18

simple-webterminal

simple web terminal (implemented by ruby)
JavaScript
1
star
19

my-canvas-games-sandbox

My canvas games sandbox
JavaScript
1
star
20

awesome_event

パーフェクト Ruby on Rails 練習用レポジトリ
Ruby
1
star
21

chip-8-with-dear-imgui

CHIP-8 emulator by Go and Dear ImGUI
Go
1
star
22

mruby-readline

C
1
star
23

onetab2markdown

OneTab URL list to markdown
Ruby
1
star