https://github.com/controversial/seek
A proof-of-concept implementation of an automated school attendance system
https://github.com/controversial/seek
docker education find3 indoor-positioning positioning prisma tracking vue
Last synced: about 1 year ago
JSON representation
A proof-of-concept implementation of an automated school attendance system
- Host: GitHub
- URL: https://github.com/controversial/seek
- Owner: controversial
- License: mit
- Created: 2019-05-06T14:14:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:01:37.000Z (over 3 years ago)
- Last Synced: 2025-04-19T10:13:16.433Z (about 1 year ago)
- Topics: docker, education, find3, indoor-positioning, positioning, prisma, tracking, vue
- Language: JavaScript
- Homepage:
- Size: 971 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## About
Seek is a system for automated attendance-taking in schools. Seek clients periodically send data about the Wi-Fi signals they observe to [`find3`](https://github.com/schollz/find3), which uses this data to approximate their location within the building. Seek is a proof-of-concept system build on top of `find3` designed to provide meaningful attendance insights to schools and teachers that use the platform.
## Server
The Seek server uses [Prisma](http://prisma.io/) to interact with a MySQL database containing student info, and provides a GraphQL API interface to this data.
## Client
The client is a small proof-of-concept app which consumes the API and presents attendance information to teachers. I designed the client in Sketch and built it with [Vue.js](https://github.com/vuejs/vue).
