Giter Site home page Giter Site logo

gauthier12 / rebacklogs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaishuu0123/rebacklogs

0.0 0.0 0.0 4.01 MB

Re:Backlogs is an Open Source Project Management Tool.

Home Page: https://rebacklogs.saino.me/

License: MIT License

Dockerfile 0.77% Ruby 42.10% JavaScript 12.38% CSS 6.11% Vue 25.91% HTML 12.73%

rebacklogs's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.