A multi platform to manage connected computers in schools.
Whenever the student wants to view his profile of the administrator wants to manage user accounts, the computer manager will open web browser with the signin page. Here the users (both admins and students) will sign in with their usual accounts.
The administrator can view which students are online, on which computers also the time the student signed in. In upcoming versions the administrator will be able to sign out users remotely if they are misusing the computers.
The administrator can have a fine grained overviw of the sign in activities of the student. This information could be invaluable during investigations of coputer misuse to find out which student is responsible.
This gives the student a high level overview of his/her account usage. Here the student can checkout if his/her account has been compromised by another student (e.g when it records that the user signed in on a day he/she did not use the computer) and take defensive action immediately.
This program was made for schools that want to be leaders in the technology space. You can request for a quote by emailing kgparadzayi@gmail.com. Looking forward working with you.
This project is licenced under the MIT License meaning that you have freedom to checkout the source code and modify it provided that the changes you will make are also open source and Licensed under the MIT license
This requires CompLockApi to be running.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.