-
Notifications
You must be signed in to change notification settings - Fork 25
Reporting risk level
Artur Słomowski edited this page Jun 2, 2020
·
2 revisions
Pass the highest risk level of user's exposure from last 14 days detected by Exposure Notification Framework to PWA.
Steps:
- PWA request reporting risk level
- Service method: JSBridge.onBridgeData(type:body:completion:)
- Data Type: JSBridge.BridgeDataType.exposureList
- Get all data about exposures from local database
- Service method: ExposureSummaryService.getExposureSummary()
- Calc risk level from risk score (max riskScore = 4096):
- Used model: ExposureSummary
- Pass calculated risk level to PWA by returning json with result model back through JSBridge
- Service method: JSBridge.exposureListGetBridgeDataResponse(requestID:)
iOS Documentation
- README
- Controlling exposure notification
- Receiving exposures information
- Providing diagnosis keys
- Downloading diagnosis keys
- Removing historical data
- Reporting risk level
- Temporary exposure keys upload
About ProteGo
- Introduction
- SARS-CoV-2 infection risk groups
- Anonymity and security
- Further principles
- Version 2.0 functionalities scope
- Version 3.0 functionalities scope
- Version 4.0 functionalities scope
- ProteGO Safe and it’s documentation is licensed under
- Dictionary
Contributing
- How to contribute
- Code of conduct
- Feature request template
- Pull request template
- Issue template
- Security
- Support
- Contributors
- License
ProteGo Repositories