Andrew Lalis andrew
andrew opened issue andrew/teacher-tools#2 2024-12-28 06:01:12 +00:00
Weekdays aren't aligned properly
andrew opened issue andrew/teacher-tools#1 2024-12-28 06:01:02 +00:00
Score shows "no score" when there's a single entry with phone compliance false and 0 rating
andrew pushed to master at andrew/teacher-tools 2024-12-28 05:00:17 +00:00
3f47be9653 Added lots more improvements, including scores.
andrew pushed to master at andrew/teacher-tools 2024-12-27 20:15:03 +00:00
3a682e046d Implemented most of the app.
andrew pushed to master at andrew/teacher-tools 2024-12-21 00:27:14 +00:00
7166b995f7 Added entries table, and entries endpoint.
andrew pushed to master at andrew/teacher-tools 2024-12-17 03:48:03 +00:00
e7683a5c9d Added basic view for classroom compliance app.
andrew pushed to master at andrew/teacher-tools 2024-12-17 03:23:03 +00:00
a52e13fe57 Added bruno API spec, and implemented most of the backend API.
andrew pushed to master at andrew/teacher-tools 2024-12-16 22:20:19 +00:00
277af441e1 Added initial basic auth scheme.
andrew pushed to master at andrew/teacher-tools 2024-12-16 20:04:47 +00:00
3244b9df00 Added README, app env file for dev
andrew pushed to master at andrew/teacher-tools 2024-12-16 19:53:07 +00:00
83e57734da Added basic frontend app.
andrew created branch master in andrew/teacher-tools 2024-12-16 19:53:07 +00:00
andrew created repository andrew/teacher-tools 2024-12-15 19:17:50 +00:00
andrew pushed to main at andrew/litelist 2024-12-04 14:39:40 +00:00
640dbf9720 Updated deploy.sh to fail if building app or api fails. Also fixed vulnerabilities in app
andrew pushed to main at andrew/litelist 2024-12-04 14:32:03 +00:00
048da06e87 Updated to handy-http 8.4.2
andrew pushed to main at Handy-Http/transport 2024-11-14 19:51:27 +00:00
97f544d95b Added working HTTP/1.1 transport implementation.
andrew commented on issue Handy-Http/primitives#3 2024-10-30 12:11:12 +00:00
Client address

I'd actually prefer to avoid using the existing standard library where at all possible (so that this code is largely compatible with Phobos3 or whatever).

In recent commits, I've removed the…

andrew pushed to main at Handy-Http/primitives 2024-10-30 12:08:48 +00:00
9a4c4a46f6 Added documentation to address module.
andrew pushed to main at Handy-Http/primitives 2024-10-29 02:06:00 +00:00
a5a3774d69 Added address module, removed std.typecons usage, and prepped request module for removing remaining std lib imports.
andrew commented on issue Handy-Http/primitives#2 2024-10-28 15:21:55 +00:00
Request query parameter storage

I've pushed a commit which adds a parseQueryParameters function that takes a string and returns a list of QueryParameter structs, which is more appropriate. I've removed the query params from…

andrew closed issue Handy-Http/primitives#2 2024-10-28 15:21:55 +00:00
Request query parameter storage