WIP: Add SVG Templating #10

Draft
tueem wants to merge 14 commits from feat/template into dev
Owner

This Commit implements the following functionalities:

  • SVG template key replacement
  • format converter using inkscape
  • endpoint for executing these two steps

closes #5

This Commit implements the following functionalities: - SVG template key replacement - format converter using inkscape - endpoint for executing these two steps closes #5
tueem changed target branch from main to dev 2026-02-09 10:13:22 +00:00
tueem added 10 commits 2026-02-09 10:13:22 +00:00
tueem added the enhancement label 2026-02-09 10:13:29 +00:00
tueem changed title from Add SVG Templating to WIP: Add SVG Templating 2026-02-09 10:13:29 +00:00
tueem added this to the First prototype milestone 2026-02-09 10:13:40 +00:00
tueem added this to the dev project 2026-02-09 10:13:42 +00:00
tueem added 2 commits 2026-02-09 22:23:49 +00:00
fix(docker): fix Dockerfile
Some checks failed
build / Go-Build (push) Failing after 11m3s
build / Go-Build (pull_request) Successful in 28s
56abe1dee4
tueem added 1 commit 2026-02-12 18:46:36 +00:00
Merge branch 'dev' into feat/template
All checks were successful
build / Go-Build (push) Successful in 1m8s
build / Go-Build (pull_request) Successful in 28s
0118a53d3e
tueem added 1 commit 2026-02-13 15:01:11 +00:00
feat(format): switch to resvg backend
All checks were successful
build / Go-Build (push) Successful in 28s
build / Go-Build (pull_request) Successful in 27s
26e543ac48
All checks were successful
build / Go-Build (push) Successful in 28s
build / Go-Build (pull_request) Successful in 27s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/template:feat/template
git checkout feat/template
Sign in to join this conversation.