GithubHelp home page GithubHelp logo

davekch / bugs Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 214 KB

yet another issuetracker. but a cool one

License: GNU General Public License v3.0

Python 63.66% JavaScript 4.87% HTML 30.67% CSS 0.80%
python3 productivity tools issue-tracker django

bugs's Introduction

Bugs

A dead simple local issuetracker for your sideprojects.

project view issue view

Features

  • create projects
  • create issues for projects
  • format the description of the issue with markdown
  • mark issues as pending, WIP (work in progress), done or wontfix
  • assign priority to issues
  • assign tags to issues
  • a CLI
  • filter issues by tag

Features yet to come

  • users (maybemaybe)

CLI

$ python bugs_cli.py --help

NAME
    bugs_cli.py - Command Line Interface for BugsClient

SYNOPSIS
    bugs_cli.py COMMAND

DESCRIPTION
    Command Line Interface for BugsClient

COMMANDS
    COMMAND is one of the following:

     create
       create a new project. If no projectname is given, the name of the project will be taken from the environment variable BUGSPROJECT or, if not set, the current directory name.

     ls
       list issues in project. If no projectname is given, the name of the project will be taken from the environment variable BUGSPROJECT or, if not set, the current directory name.

     mark
       set the status for an issue. If no projectname is given, the name of the project will be taken from the environment variable BUGSPROJECT or, if not set, the current directory name.

     projects
       list all projects

     show
       show details of an issue. If no projectname is given, the name of the project will be taken from the environment variable BUGSPROJECT or, if not set, the current directory name.

Installation

Requirements: python3.8, pipenv

git clone https://github.com/davekch/bugs.git
cd bugs
pipenv install
./manage.py migrate

In development, run

export DJANGO_ENVIRONMENT=development
./manage.py runserver <port>

In production, run ./manage.py runserver to create a config file at bugtrack/settings/productionsettings.ini. Edit the section server[allowed] to set the allowed hosts.

bugs's People

Contributors

davekch avatar

Stargazers

Mark avatar

Watchers

 avatar

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.