Skip to main content

Simple ticket manager.

Project description

Build Status Coverage Status

UI and API to show an aggregate status of your services.

My-Little-Ticket screenshot

This is currently under active development and not ready for production.

Quickstart

virtualenv venv -p python3
source venv/bin/activate
cp examples/local_settings.py defcon/
pip install -e .
pip install -r requirements.txt
./manage.py migrate
./manage.py migrate --run-syncdb
./manage.py createsuperuser
./manage.py runserver

Configuration

See local_settings.

Authentication

This project is using django-allauth.

API

Simply go to /swagger/ or /api/ to see what can be done.

Plugins

Strategies

A strategy is a way to score and organize tickets on a board. Check base.py and default.py for an example. You’ll need to implement only a few functions.

And add it to your settings.py:

MLT_STRATEGIES = [
   ...
    'my_module.MyStrategy',
]

Plugins

A plugin is a way to fetch ticket from a source. Currently this project can only fetch tickets from JIRA, but you can easilly create your own plugin, take a look at base.py and jira to know more.

MLT_PLUGINS = [
    ...
    'my_module.MyPlugin'
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

my-little-ticket-0.0.12.tar.gz (18.6 kB view details)

Uploaded Source

File details

Details for the file my-little-ticket-0.0.12.tar.gz.

File metadata

  • Download URL: my-little-ticket-0.0.12.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for my-little-ticket-0.0.12.tar.gz
Algorithm Hash digest
SHA256 b9d5621a5c1a454e1325d7620ad481bd3cffb210f9b68baa2028eff175cd10d6
MD5 9adf8ae2ce0c69d932142cf06d4b78db
BLAKE2b-256 70559a621a276ad984069a1ee2ab06c8f458463aebb8b18fb48ae7e38d125db8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page