Просмотр исходного кода

Added research use to the privacy policy, open sourced the server

Sam King 1 год назад
Родитель
Сommit
bf62c5fcd2

+ 5 - 1
PRIVACY.md

@@ -23,7 +23,7 @@ This privacy policy outlines the principles and practices for collecting, using,
 - No personal user information is collected
 
 ### 3. Transparency
-- All data collection code is open source and available for community review
+- All data collection code is [open source](https://github.com/kingst/trio-oref-logs) and available for community review
 - The specific data points being collected are documented in the source code
 - Any changes to data collection must go through public code review
 - Regular reports on data usage will be published to the community
@@ -42,6 +42,10 @@ This privacy policy outlines the principles and practices for collecting, using,
 - No use for marketing, analytics, or user behavior analysis
 - No combination with other data sources
 
+### Use in research publications
+- We will maintain aggregate statistics, like invocation rates and average timing differences between Javascript and Swift for use in research publications
+- We will not use individual records
+
 ## Data Protection
 
 ### Security Measures

+ 1 - 1
Trio/Sources/APS/OpenAPSSwift/Logging/JsSwiftOrefComparisonLogger.swift

@@ -59,7 +59,7 @@ actor JsSwiftOrefComparisonLogger {
 
     // server settings for getting a signed Google Cloud Storage URL
     // that we can PUT to
-    private let baseUrlString = "https://event-log-server.uc.r.appspot.com"
+    private let baseUrlString = "https://trio-oref-logs.uc.r.appspot.com"
     private let project = "trio-oref-validation"
 
     private let storageUrl: URL