{"id":19449437,"url":"https://github.com/techplexengineer/bionic-attend","last_synced_at":"2026-06-08T20:31:32.410Z","repository":{"id":144896648,"uuid":"414886110","full_name":"TechplexEngineer/bionic-attend","owner":"TechplexEngineer","description":"Simple Attendance tool for FRC teams","archived":false,"fork":false,"pushed_at":"2025-10-12T23:13:14.000Z","size":3678,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T20:31:58.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TechplexEngineer.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-08T07:19:42.000Z","updated_at":"2025-10-12T23:13:18.000Z","dependencies_parsed_at":"2024-11-10T16:44:03.513Z","dependency_job_id":null,"html_url":"https://github.com/TechplexEngineer/bionic-attend","commit_stats":null,"previous_names":["techplexengineer/go-frc-attend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TechplexEngineer/bionic-attend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechplexEngineer%2Fbionic-attend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechplexEngineer%2Fbionic-attend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechplexEngineer%2Fbionic-attend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechplexEngineer%2Fbionic-attend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechplexEngineer","download_url":"https://codeload.github.com/TechplexEngineer/bionic-attend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechplexEngineer%2Fbionic-attend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34080025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T16:32:33.329Z","updated_at":"2026-06-08T20:31:32.386Z","avatar_url":"https://github.com/TechplexEngineer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bionic Attendance\n=================\n\nWeb application to track student attendance for FRC robotics team meetings.\n\n## How it works\nUsers can be created by entering a userid that does not already exist in the system.\nDesigned to be used with a barcode scanner which appends a \"return\" to the end of the scan.\nDoes not track time, only if the student attended a meeting.\n\n## How we use it\nWe have a raspberry pi with a keyboard, mouse, and barcode scanner near the entrance to our robotics shop.\nStudents scan their student IDs when they enter the shop.\n\n## Technical\nData is stored in a SQLite database in two tables, users and attendance.\nThe database structure is specified in [schema.sql](db/schema.sql).\nTHe queries are specified in [queries.sql](db/queries.sql).\nThis project uses [sqlc](https://github.com/kyleconroy/sqlc) to generate go code which converts the query results into\ngo datatypes. \n\n### Dependencies\n- modernc.org/sqlite - pure go implementation of sqlite\n- github.com/gorilla/mux - for http routing\n- github.com/gorilla/sessions - for cross browser cookie creation and deletion\n- github.com/matryer/is - lightweight unit test helpers","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechplexengineer%2Fbionic-attend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechplexengineer%2Fbionic-attend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechplexengineer%2Fbionic-attend/lists"}