From 2a82daca0bc9dcf6e88193c8008b3ec5e9c34cf1 Mon Sep 17 00:00:00 2001 From: aiclaudev <88221233+aiclaudev@users.noreply.github.com> Date: Sat, 28 Aug 2021 16:57:31 +0900 Subject: [PATCH 1/3] Create REAEME.md Co-Authored-By: SEONG PIL JU <69073013+JuSeongPil@users.noreply.github.com> --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da01655 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# Soundless-check-in + +![euphony_logo](https://user-images.githubusercontent.com/8490058/129358383-14b6f34d-9264-4c49-9538-3ef2e62a6490.png) + +This is a check-in application that identifies visitors, especially effective during the COVID-19. +This application stores below informations in database +> Visitor's phone number +> Visitor's residential area +> Information of company that they visit + +## Reason for making this application + +The existing 'QR code check-in' has the following problems. + +* If the lens of the device receiving the data is dirty, it is not recognized well. +* If the surroundings are too bright or too dark, it is not recognized well. +* The process of accessing QR codes is complicated, especially for the elderly. + +But, This application has no such inconvenience as using sound wave communication. + +## Run the app +* ### Visitor + + +1. Press setting icon +2. Enter your phone number, and residential area +3. Check your information, and press 'CHECK IN' + +* ### Company + + +1. Press setting icon +2. Enter the company information. + +## Report Issues + +To report a specific problem or feature request, [please open a new issue](https://github.com/euphony-io/soundless-check-in/issues/new/choose). +Your participation drives the development of the application! + +## Library + +It is based on Euphony library. +Official Facebook Page : https://www.facebook.com/euphonyproject +Official Library Site : https://dev.jbear.co/euphony + From 721455eb1ee5f14831a08308260338b9b3675c84 Mon Sep 17 00:00:00 2001 From: aiclaudev <88221233+aiclaudev@users.noreply.github.com> Date: Sat, 28 Aug 2021 19:18:04 +0900 Subject: [PATCH 2/3] Update README.md Co-Authored-By: SEONG PIL JU <69073013+JuSeongPil@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da01655..f95018d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![euphony_logo](https://user-images.githubusercontent.com/8490058/129358383-14b6f34d-9264-4c49-9538-3ef2e62a6490.png) This is a check-in application that identifies visitors, especially effective during the COVID-19. + This application stores below informations in database > Visitor's phone number > Visitor's residential area @@ -35,11 +36,14 @@ But, This application has no such inconvenience as using sound wave communicatio ## Report Issues To report a specific problem or feature request, [please open a new issue](https://github.com/euphony-io/soundless-check-in/issues/new/choose). + Your participation drives the development of the application! ## Library It is based on Euphony library. + Official Facebook Page : https://www.facebook.com/euphonyproject + Official Library Site : https://dev.jbear.co/euphony From 5c12163742c1a8e49be78cf6c85f2523b4392a7d Mon Sep 17 00:00:00 2001 From: aiclaudev <88221233+aiclaudev@users.noreply.github.com> Date: Sat, 28 Aug 2021 19:23:34 +0900 Subject: [PATCH 3/3] Fix README.md Add new line below 'This application stores below informations in database' sentence Co-Authored-By: SEONG PIL JU <69073013+JuSeongPil@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f95018d..e4aba14 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This is a check-in application that identifies visitors, especially effective during the COVID-19. This application stores below informations in database -> Visitor's phone number -> Visitor's residential area -> Information of company that they visit +> Visitor's phone number +> Visitor's residential area +> Information of company that they visit ## Reason for making this application