diff --git a/README.md b/README.md index 72a504c..95cabf5 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,14 @@ -# SSR Contact Tracing App +# Our Sejahtera Contact Tracing App -This app was created to serve the need for easy to use contact tracing. +This app was created to serve the need for easy to use contact tracing. The app aims to collect the minimum amount of information while still having robust contact tracing. ## Usage The app should work as such: -1. Group/Organization leaders will be created an account on the app. -2. Upon logging in, they will see a QR code that they can display -3. Their members can scan this QR code, in order to create their own accounts. This way, there each member has a "parent" member, and all memberships can be traced. -4. Upon creating their account, new members will also have a QR Code they can display. -5. Other members can scan each other QR codes in order to register a _Contact_ in the backend. -6. All _Contacts_ between members can be retrievable from the backend at a later time. +1. Anyone can log into the app using their Telegram account +2. They may present their QR code to be scanned by others, and they may scan other QR codes as well. These will be registered as _Contacts_ +3. Users may report being tested positive with COVID19, and the app will inform all their _Contacts_ ## Development diff --git a/package.json b/package.json index 98c19f0..6ee95c5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ssr-tracing", + "name": "our-sejahtera", "version": "0.1.0", "private": true, "dependencies": { diff --git a/public/index.html b/public/index.html index 5c4c587..b541486 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - SSR Contact Tracing + OurSejahtera diff --git a/public/manifest.json b/public/manifest.json index dcbca4d..079b1cf 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "SSR Contact Tracing", - "name": "SSR Contact Tracing", + "short_name": "OurSejahtera", + "name": "OurSejahtera", "icons": [ { "src": "favicon.ico", diff --git a/src/screens/LoginScreen.js b/src/screens/LoginScreen.js index 741e478..b72f5c0 100644 --- a/src/screens/LoginScreen.js +++ b/src/screens/LoginScreen.js @@ -95,7 +95,7 @@ function Login() { id="contentFlex" > - SSR Covid Tracing + OurSejahtera Contact Tracing Login @@ -117,7 +117,7 @@ function Login() { All the code for this project is{' '} Open Source