Skip to content
Snippets Groups Projects
Unverified Commit 33df3504 authored by marcmuschko's avatar marcmuschko Committed by GitHub
Browse files

Admin/readme (#408)

* updated pr template

* updated readme
parent c7448ff3
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Before submitting, please take the time to check the points below and provide so
* [ ] [Link your Pull Request to an issue](https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue) (if applicable)
* [ ] Create Work In Progress [WIP] pull requests only if you need clarification or an explicit review before you can continue your work item.
* [ ] Make sure that your PR is not introducing _unnecessary_ reformatting (e.g., introduced by on-save hooks in your IDE)
* [ ] Make sure that your PR does not contain changes in strings.xml (see issue #72)
* [ ] Make sure that your PR does not contain changes in strings.xml (see issue #332)
* [ ] Make sure that your PR does not contain compiled sources (already set by the default .gitignore) and / or binary files
## Description
......
......@@ -83,4 +83,4 @@ class ExternalActionHelperTest {
fun cleanUp() {
unmockkAll()
}
}
\ No newline at end of file
}
......@@ -47,4 +47,4 @@ class TimeAndDateExtensionsTest {
fun cleanUp() {
unmockkAll()
}
}
\ No newline at end of file
}
......@@ -31,16 +31,12 @@ The goal of this project is to develop the official Corona-Warn-App for Germany
## Known Issues
* The Exposure Notification API is going to block you from successfully testing the Application unless you are whitelisted inside GMS.
* The Submission Flow is currently not working inside the Test Fragment and is heavily WIP.
* The Exception Handler is heavily WIP and may not include every exception and thus some Toasts (temporary) might not show the error or cause crashes, this also applies to error handling in general.
* The Storage is currently based on Encrypted Shared Preferences and SQL Cipher (SQLite) - this could change in the future
* The App could crash, it is generally heavily WIP. We do not guarantee stability right now.
* Test Coverage is generally low and needs to be improved. We appreciate your help here!
* In General every TODO can be regarded as an issue. You are free to tackle the TODO's anytime!
* We are aware of the Play Store Limitations of GMS.
* Without your own server instance (e.g. a local Docker setup), you will not be able to test the Application. For help, please refer to the [server implementation](https://github.com/corona-warn-app/cwa-server).
* Strings in general are WIP, the base language is German, the English translation will be provided by SAP.
* Application design is WIP (e.g. colors, fonts, screen layout) and will be provided once it is final.
* Strings including translations are handled separately, for suggestions / findings please have a look at issue #332
## Architecture & Documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment