WIP: Ajouter la possibilité d'exporter l'estimation en PDF #1

Draft
tcornaut wants to merge 4 commits from feature/export-pdf into develop
Collaborator
No description provided.
bgaude was assigned by tcornaut 2020-06-11 15:34:27 +02:00
wpetit was assigned by tcornaut 2020-06-11 15:34:27 +02:00
tcornaut changed title from Ajouter la possibilité d'exporter l'estimation en PDF to WIP: Ajouter la possibilité d'exporter l'estimation en PDF 2020-06-11 15:34:38 +02:00
wpetit requested changes 2020-06-16 14:19:10 +02:00
@ -77,0 +88,4 @@
url string
)
url = "http://" + string(cfg.Client.BaseURL) + string(cfg.Client.Address) + "/pdf/" + string(projectID)
Owner

Je ne comprend pas très bien la nécessité du découpage BaseURL et Address. Au final, est ce qu'il ne serait pas plus simple d'avoir un attribut de configuration PublicBaseURL qui comprendrait toute la racine publique de l'application ? Par exemple https://guesstimate.dev.lookingfora.name ?

Je ne comprend pas très bien la nécessité du découpage `BaseURL` et `Address`. Au final, est ce qu'il ne serait pas plus simple d'avoir un attribut de configuration `PublicBaseURL` qui comprendrait toute la racine publique de l'application ? Par exemple `https://guesstimate.dev.lookingfora.name` ?
This pull request has changes conflicting with the target branch.
  • client/package-lock.json
  • client/package.json
  • client/src/components/app.tsx
  • client/src/hooks/use-local-storage.ts
  • client/src/routes/project/export-tab.tsx
  • client/src/routes/project/financial-preview.tsx
  • client/src/routes/project/params-tab.tsx
  • client/src/routes/project/tasks-table.tsx
  • client/src/routes/project/time-preview.tsx

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/export-pdf:feature/export-pdf
git checkout feature/export-pdf
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wpetit/guesstimate#1
No description provided.