corona-warn-app / cwa-wishlist

Central repository to collect community feature requests and improvements. 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
105 stars 14 forks source link

[Overview] Tools regarding event registration #474

Open fynngodau opened 3 years ago

fynngodau commented 3 years ago

As this is a repository about ideas and wishes of the community, I'm creating this overview here as a space for the community to share its implementations of tools related to the new check-in functionality, specifically after @MaZderMind announced the first library in https://github.com/corona-warn-app/cwa-wishlist/issues/399#issuecomment-824595108 and @bastianjoel created the website QR code generation in https://github.com/corona-warn-app/cwa-website/pull/1130 (many thanks to both).

I am hoping that the community is going to create many more useful tools for different platforms, with bulk creation, periodic regeneration, and further creative ideas.

If you have created such a tool, please contact me through this issue or otherwise so that I can add it to the overview.

End-user applications

Name Repository Website Platform License Additional information Maintainer
https://github.com/corona-warn-app/cwa-website https://www.coronawarn.app/en/eventregistration/ Web Apache 2.0 Created by @bastianjoel SAP Deutschland SE & Co. KG (CWA project team)
cwa-qr-code-generator https://github.com/CodeCrafter912/cwa-qr-code-generator Qt GNU AGPL v3 @CodeCrafter912
cwa-qr-code-generator-os https://github.com/CodeCrafter912/cwa-qr-code-generator-os Raspberry Pi GNU AGPL v3 Uses cwa-qr-code-generator @CodeCrafter912
corona-event-qr https://github.com/vollyimnetz/corona-event-qr NodeJS Apache 2.0 @vollyimnetz

Libraries

Name Repository Language License Additional information Maintainer
cwa-event-qr-code https://github.com/corona-warn-app/cwa-event-qr-code JavaScript (NodeJs) Apache 2.0 CWA project team (@mlenkeit)
cwa-qr https://github.com/MaZderMind/cwa-qr Python 3 (and 2) MIT License @MaZderMind
cwa-qr-api-server https://github.com/fkusei/cwa-qr-api-server Python (Flask) none Flask wrapper around cwa-qr (https://github.com/corona-warn-app/cwa-wishlist/issues/474#issuecomment-825100485) @fkusei
pretix-cwa https://github.com/pretix/pretix-cwa Python Apache 2.0 Pretix plugin based on cwa-qr rami.io GmbH (@raphaelm)
MaZderMind commented 3 years ago

Wouldn't this be better situated in a Github-Wiki-Page?

Thanks for starting the Listing. You might want to add https://github.com/fkusei/cwa-qr-api-server by @fkusei which is a Flask-Wrapper around the Python-QR-Code API intended to add QR-Code support to Systems that don't natively support the required logic (in our Case https://info-beamer.com/)

fynngodau commented 3 years ago

@MaZderMind Wiki pages are not enabled in this repo – I am guessing creating a wiki here (and allowing the community to edit it) would be a hassle, as CWA as a project cannot recommend other projects without approval from many instances.

I added the project you mentioned to the overview.

Ein-Tim commented 3 years ago

Also, it's quite hard for the community to maintain the wiki. See https://github.com/corona-warn-app/cwa-documentation/issues/499#issuecomment-762750994.

dsarkar commented 3 years ago

FYI https://www.coronawarn.app/en/blog/2021-04-23-qr-code-generator/

dsarkar commented 3 years ago

FYI https://github.com/corona-warn-app/cwa-event-qr-code is public now.