Skip to content

PoCInnovation/Dispatch

Repository files navigation

If you see this section, you've just created a repository using PoC Innovation's Open-Source project template. Check the getting started guide.

DISPATCH

Dispatch is a streamlined issue reporting platform designed to bridge the communication gap between non-technical users and developers. By pairing a simple screen-recording extension with an automated ticketing engine, Dispatch captures the exact context of a bug or feature request. It automatically translates visual feedback into a fully structured, developer-ready ticket and routes it to the right team member, closing the loop from bug discovery to resolution.

How does it work?

Dispatch simplifies the reporting pipeline into three automated steps:

  1. Capture: Users record their screen using our dedicated browser extension exactly when a bug occurs or a feature idea comes to mind, requiring zero technical vocabulary.

  2. Process: The platform analyzes the recording alongside the environment to extract the user's intent, identify hidden errors, and gather crucial technical context.

  3. Dispatch: A fully structured, developer-ready ticket is automatically generated (complete with the video and technical data) and routed directly to the correct team member based on the project's architecture.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/PoCInnovation/Dispatch.git
    cd dispatch
  2. Set up your environnement Duplicate the example environment file in the backend directory to create your local configuration:

    cd backend
    cp .env.example .env

    Ensure your local .env file contains the required database credentials:

    POSTGRES_DB=dispatch
    POSTGRES_USER=dispatch
    POSTGRES_PASSWORD=dispatch

Quickstart

  1. Start the application : Run the following command at the root of the project to build the images and start the containers in the background:

    docker-compose up --build -d
  2. Access the services: Once the containers are running, the application will be available at:

Usage

[Explain how to use this project]

Get involved

You're invited to join this project ! Check out the contributing guide.

If you're interested in how the project is organized at a higher level, please contact the current project manager.

Our PoC team ❤️

Developers


LyesDjaoui

Lohan FERNANDES

Manager


Laurent Gonzalez

Organization

LinkedIn logo Instagram logo Twitter logo Discord logo

Website logo

🚀 Don't hesitate to follow us on our different networks, and put a star 🌟 on PoC's repositories

Made with ❤️ by PoC

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors