muon-emergency / project-fob

1 stars 0 forks source link

Javascript user check #2

Closed PingWIN7 closed 6 years ago

PingWIN7 commented 6 years ago

Javascript/backend to add auto checkin every 10 sec for meeting close /im alive(refresh user( / auto timeout. (maybe just autocheck each day if a meeting has been open more than 24 hours and close it? - based on meeting create time)

extra note: AttendeeController: string method called ImStillHere() which get called by user page every 10 second. We need to send information to the database which contains the attendee id, the current time and the meeting id.

If something is not going as excpected we can return the error code in the string.

PingWIN7 commented 6 years ago

The javascript can be found at views/home/meetingPageUser The Control can be found at Controllers/AttendeeController ImStillHere() method.

PingWIN7 commented 6 years ago

With the current changes and the future plans this is dropped.