Route issues from Translator UI to Translator Services
POST to /create_issue with the following values:
url: url where issue happenedars_pk: pk given from ARSdescription: a short summary of the issuereproduction_steps: a list of steps one could do to reproduce the issuescreenshots: a list of base64 encoded images that show the issuetype: bug or feature request
You will get back a response containing the following values:
url: the github url of the created issue
- Create a virtual environment and activate
- In the root directory,
pip install -r requirements-lock.txt - Run
uvicorn issue_router.main.app --host 0.0.0.0 --port 4007 --reload
docker-compose up --build