-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
32 lines (17 loc) · 913 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#there are two apps
1-app is for student side
2-app is for security side
1.app ->
this contains student details and ask for reason of going out and time when they are coming in.
#the main part of this is it will generate a random QR code for each time.
#only 50% done - that is for Entry(i.e is Going out) - 2 nd jan 2022
#remaining 50% is Exit(i.e is Coming in) for that I have to make a software
2.app ->
this app is a scanning part
this will scan the qr generated by the 1-app and it will pass to the database
#50% that is for scanning Entry(i.e is going out) 2 nd jan 2022
#remaining 50% is Exit (i.e is Coming in) for that I have to make a software.
#totaly 80% done - on3 jan 2022
need to make some changes in Exit_QR_Scanning
#totally completed 100% - on 4 jan 2022
<----------------------------------------->