Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PlantUML interface #2

Closed
kislerdm opened this issue Feb 4, 2023 · 1 comment
Closed

Add PlantUML interface #2

kislerdm opened this issue Feb 4, 2023 · 1 comment
Labels
backend Core logic
Milestone

Comments

@kislerdm
Copy link
Owner

kislerdm commented Feb 4, 2023

Problem

Generated diagram instructions shall be converted to the svg-encoded diagram using PlantUML endpoint http://www.plantuml.com/plantuml/svg/{{.diagramEncodedString}}

Proposed Solution

Develop the ClientPlantUML to communicate with PlantUML over HTTP

DoD

  • The logic is implemented in the plantuml.go
  • Test coverage is at least 80%
  • The core module v0.0.2 is released
@kislerdm kislerdm added the backend Core logic label Feb 4, 2023
@kislerdm kislerdm added this to the MVP milestone Feb 4, 2023
@kislerdm
Copy link
Owner Author

kislerdm commented Feb 5, 2023

PlantUMLClient has been implemented already - the task is redundant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Core logic
Projects
Archived in project
Development

No branches or pull requests

1 participant