Open ecc521 opened 4 years ago
students should be notified if they are late or have been missing or late a lot
Have a time slot as to when the student can sign in, if the student doesn't sign in in this range the teacher will be notified that they are late or absent
What is this? Im kind of interested, because it is in java.
SignMeIn is intended to handle event sign ins, as well as things like attendance for schools (it's being built in android studio). This is being done for a group programming contest, so I don't think I can accept any PRs, etc at the moment.
Is it at all related to this? https://signmein.online/ Kind of sounds the same, and ^^ is coded in java too. Nvm, I don't think so.
That is quite similar, however the design is more fragile than ours, relying on client side security to prevent fake sign ins - not a good idea. We intend to use the nearby devices API for sign ins, preventing people from signing in when they are not around, and allowing for things like automatic background sign in. Also, our intention is to avoid the requirement for emails or accounts if possible - nobody likes the hassle of handling credentials.
On Wed, Jan 8, 2020, 7:42 PM FloppyT notifications@github.com wrote:
Is it at all related to this? https://signmein.online/ Kind of sounds the same, and ^^ is coded in java too
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ecc521/SignMeIn/issues/1?email_source=notifications&email_token=AKDVOG3GRAT72PQGKZJO3KDQ4ZXHFA5CNFSM4J3CF3ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIOQHIQ#issuecomment-572326818, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKDVOGZ5JS3LRSOY6QRNLRLQ4ZXHFANCNFSM4J3CF3ZA .
Okay good luck, apologies if I bothered
What should the application do, for both students and teachers?