corona-warn-app / cwa-documentation

Project overview, general documentation, and white papers. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
3.29k stars 345 forks source link

Correct repository table formatting #905

Closed MikeMcC399 closed 2 years ago

MikeMcC399 commented 2 years ago

This PR resolves two issues concerning the table in README - Repositories:

Issues

  1. The description of cwa-dcc-server contains the extra text "CovidCertificate" which does not correspond to the repository's About text "Backend implementation of the process to issue EU Digital Covid Certificate"
  2. The repository names cwa-kotlin-jfn, cwa-parent and cwa-map-operators-frontend are indented one character when the table is rendered by GitHub. This is due to a leading non-breaking space character.
  3. Non-breaking space characters are used in other random places in the table. It looks like they were accidently included.

Resolution

In the table README - Repositories:

  1. the word "CovidCertificate" is removed from the description of cwa-dcc-server.
  2. all non-breaking space characters are converted to regular space characters (using VS Code Format Document).
dsarkar commented 2 years ago

@MikeMcC399 @Ein-Tim Thanks for fixing and reviewing!