WIP: Ajouter la possibilité d'exporter l'estimation en PDF #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/export-pdf"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ajouter la possibilité d'exporter l'estimation en PDFto WIP: Ajouter la possibilité d'exporter l'estimation en PDF@ -77,0 +88,4 @@
url string
)
url = "http://" + string(cfg.Client.BaseURL) + string(cfg.Client.Address) + "/pdf/" + string(projectID)
Je ne comprend pas très bien la nécessité du découpage
BaseURL
etAddress
. Au final, est ce qu'il ne serait pas plus simple d'avoir un attribut de configurationPublicBaseURL
qui comprendrait toute la racine publique de l'application ? Par exemplehttps://guesstimate.dev.lookingfora.name
?Checkout
From your project repository, check out a new branch and test the changes.