Implmented certificate generation feature/119-Certificate_generation #120

Merged
niggl merged 25 commits from feature/119-Certificate_generation into dev 2021-04-05 14:05:40 +00:00
Owner

Runner certificate generation via:

  • Runner overview
  • Runner Detail
  • Team Overview
  • Team Detail
  • Org overview
  • Org Detail

closes #119

Runner certificate generation via: * Runner overview * Runner Detail * Team Overview * Team Detail * Org overview * Org Detail closes #119
niggl added 14 commits 2021-04-03 18:05:05 +00:00
niggl added 1 commit 2021-04-03 18:05:31 +00:00
niggl requested review from philipp 2021-04-03 18:05:32 +00:00
niggl added the
status:review_needed
label 2021-04-03 18:05:36 +00:00
philipp added 1 commit 2021-04-05 10:02:24 +00:00
philipp requested changes 2021-04-05 10:08:08 +00:00
philipp left a comment
Owner
  • there is no button in OrgDetail
  • wrong german translation in RunnerDetail: "Urkunden herunterladen" -> fixed by me; added new translation
  • maybe the certificate files could be named "Urkunde_${firstname}_${lastname}.pdf"
    • language specific prefix
    • user/ team/ org information (teams already seem to work? (only the postfix))

small heads up: translations were not ordered/ formatted correctly. maybe a vscode setting?

- there is no button in OrgDetail - wrong german translation in RunnerDetail: "Urkunden herunterladen" **-> fixed by me; added new translation** - maybe the certificate files could be named "Urkunde_${firstname}_${lastname}.pdf" - language specific prefix - user/ team/ org information (teams already seem to work? (only the postfix)) small heads up: translations were not ordered/ formatted correctly. maybe a vscode setting?
Author
Owner
  • Urkunde_${firstname}_${lastname}.pdf -> Wouldn't be following the scheme set by all other pdf generation/downloading function
  • language specific prefix -> Also not follwoing the scheme (should be adjusted everywhere)

And what do you mean by user/org/team/information, @philipp ?

* Urkunde_${firstname}_${lastname}.pdf -> Wouldn't be following the scheme set by all other pdf generation/downloading function * language specific prefix -> Also not follwoing the scheme (should be adjusted everywhere) And what do you mean by user/org/team/information, @philipp ?
Author
Owner

Hey @philipp I can't reproduce the "there is no button in OrgDetail" bug.
Code contains the button and yarn dev/build output also shows it.

It got implemented in e6ffc371e1

Screenshots

image
image

Hey @philipp I can't reproduce the "there is no button in OrgDetail" bug. Code contains the button and yarn dev/build output also shows it. It got implemented in e6ffc371e1ca2d4451e7dd4a3ca3c05564edb5fb ## Screenshots ![image](/attachments/a3fc0dfd-4c26-40e7-8913-47a6c0765c85) ![image](/attachments/0017ac6a-81d7-47e4-a2aa-28c1de5fa7b0)
niggl added 1 commit 2021-04-05 13:24:45 +00:00
niggl added 1 commit 2021-04-05 13:28:16 +00:00
niggl added 1 commit 2021-04-05 13:31:04 +00:00
niggl added 1 commit 2021-04-05 13:31:54 +00:00
niggl added 1 commit 2021-04-05 13:33:58 +00:00
niggl added 1 commit 2021-04-05 13:36:04 +00:00
niggl added 1 commit 2021-04-05 13:37:17 +00:00
Author
Owner

Changed the pdf name scheme:

  • Org: _<name>-<locale>
  • Team: _<name>-<locale>
  • Runners: -<locale>
  • Runner(single): _<firstname>_<lastname>-<locale>
Changed the pdf name scheme: * Org: `_<name>-<locale>` * Team: `_<name>-<locale>` * Runners: `-<locale>` * Runner(single): `_<firstname>_<lastname>-<locale>`
niggl added 1 commit 2021-04-05 14:04:29 +00:00
niggl added 1 commit 2021-04-05 14:04:47 +00:00
niggl requested review from philipp 2021-04-05 14:04:52 +00:00
philipp approved these changes 2021-04-05 14:05:01 +00:00
niggl merged commit f0738d451b into dev 2021-04-05 14:05:40 +00:00
niggl deleted branch 2021-04-05 14:05:47 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfk/frontend#120
No description provided.