Re:Backlogs alternatives and similar software solutions
Based on the "Project Management" category.
Alternatively, view Re:Backlogs alternatives based on common mentions on social networks and blogs.
-
Phabricator
Effective June 1, 2021: Phabricator is no longer actively maintained. -
gitbucket
A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility -
OpenProject
OpenProject is the leading open source project management software. -
Gitolite
Hosting git repositories -- Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features. -
Redmine
Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp -
Taiga
Agile project management platform. Built on top of Django and AngularJS -
goodwork
Self hosted project management and collaboration tool powered by TALL stack -
Bonobo Git Server
Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info. -
Leantime
Leantime is a lean project management system for non-project managers. Designed to help you manage your projects from ideation to delivery. -
UVDesk
UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features. -
ZenTao
Zentao is a lifecycle management for agile projects and open source! -
Tuleap
Tuleap is a Free & Open Source Suite to improve management of software developments and collaboration. With a single web-based solution, project managers, developers & quality managers can easily build, deploy software projects. -
Git WebUI
A standalone local web based user interface for git repositories -
The Bug Genie
The Bug Genie is a friendly project management and issue tracking tool -
Klaus
docker run klaus / pip install klaus — the first Git web viewer that Just Works™. -
Trac
Trac is an enhanced wiki and issue tracking system for software development projects (mirror) -
Phproject
A high performance full-featured project management system -
Titra
titra - modern open source project time tracking for freelancers and small teams -
Lazylead
Eliminate the annoying work within ticketing systems (Jira, GitHub, Trello). Allows automating (without admin access) daily actions like tickets fields verification, email notifications by JQL/GQL, meeting requests to your (or teammates) calendar. -
Kallithea
Source code management system that supports two leading version control systems, Mercurial and Git, with a web interface. -
ProjeQtOr
A complete, mature, multi-user project management system with extensive functionality for all phases of a project. -
sorcia
Sorcia is a minimalist web frontend for Git repositories with fine-grained user access controls, multiple themes to choose based on your taste and many more. -
Pagure
A lightweight, powerful, and flexible git-centric forge with features laying the foundation for federated and decentralized development. -
RhodeCode
RhodeCode is an open source platform for software development teams. It unifies and simplifies repository management for Git, Subversion, and Mercurial. -
SCM Manager
The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Re:Backlogs or a related project?
README
Re:Backlogs
Re:Backlogs is an Open Source project management tool. It aims to be simple and easy to use Backlogs.
Screenshot
Demo
- https://rebacklogs.saino.me/
- this is a demo site, there is a possibility that data may disappear suddenly. Please use for testing
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 all licence references and agreements mentioned in the Re:Backlogs README section above
are relevant to that project's source code only.