deadlocker8 / roadmap

Allows you to create multiple roadmaps for your projects and displays them in a timeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roadmap

Allows you to create multiple roadmaps for your projects and displays them in a timeline

Features:

  • multiple roadmaps
  • admin area for editing
  • expandable cards
  • milestones
  • tasks
  • subtasks
  • descriptions for each task and subtask
  • progress bar for upcoming, currently not finished, milestones
  • separated api server and client (webserver) for rendering the roadmaps

Installation

API Server

  1. Set up a fresh PostgreSQL database.
  2. Install the API server pipenv pipenv install
  3. Copy settings-example.json to settings.json
  4. Adjust your settings in settings.json
  • keyfile and certfile in the section server must only be filled if useSSL is set to true.
  • secret must be filled with a random string to ensure a secure login.

Client (Renders the roadmaps)

  1. Install the Client pipenv pipenv install
  2. Copy settings-example.json to settings.json
  3. Adjust your settings in settings.json
  • keyfile and certfile must only be filled if useSSL is set to true.
  • apiURL needs to point ot the url where the API server is running (full url including the port).
  • secret must be filled with a random string to ensure a secure login.

Screenshots

r1 r2 r3

About

Allows you to create multiple roadmaps for your projects and displays them in a timeline


Languages

Language:Python 41.9%Language:HTML 35.2%Language:JavaScript 21.4%Language:CSS 1.5%Language:Dockerfile 0.1%