Oskar Winkels o.winkels
  • Joined on 2018-11-29
o.winkels pushed to push-notifications at FaSTTUBe/ftracker 2021-06-08 00:57:35 +02:00
b8e704c300 Update frontend to allow requesting and receiving notifications
e521edd62b Add basic webpush backend functionality and endpoints for testing
e7a3a0a673 Update config to search non-repo local files (in /etc) first
o.winkels pushed to master at FaSTTUBe/ftracker 2021-06-07 17:41:24 +02:00
c70a419160 Minor cleanup/fixes
o.winkels commented on issue FaSTTUBe/ftracker#9 2021-06-07 15:56:10 +02:00
Reminders

A new option just came to mind: Why not try out those newfangled web-push-notifications? That will require messing with service workers and stuff, but is probably still easier than M$' shitty APIs.

o.winkels commented on issue FaSTTUBe/ftracker#9 2021-05-27 22:31:22 +02:00
Reminders

It turns out MS Team's API for this stuff is pretty shit. The options are:

  • A Bot. Looks like they can only be reactive, i.e. only send a message if they received one before.
  • A "daemon" API…
o.winkels pushed to master at FaSTTUBe/ftracker 2021-05-27 16:27:03 +02:00
cb6568ea46 Allow giving test result even on retroactive arrivals (Resolves #25)
o.winkels closed issue FaSTTUBe/ftracker#25 2021-05-27 16:27:02 +02:00
Test result checkbox not present in form for retroactive check-in
o.winkels opened issue FaSTTUBe/ftracker#25 2021-05-18 14:34:51 +02:00
Test result checkbox not present in form for retroactive check-in
o.winkels pushed to main at o.winkels/klock4 2021-04-21 15:34:45 +02:00
c0ec93c184 Add Makefile
5072d09682 Update drift compensation in ino version
72a37df703 Update timezone in wasm version
bf48a7765f Rename x86 version
Compare 4 commits »
o.winkels pushed to main at o.winkels/klock4 2021-04-12 22:21:08 +02:00
858ebac086 Move ino file to own directory, minor fixes and updates, fixed scheduling
cf71fdf9ad Move ino file to own directory, minor fixes and updates, fixed scheduling
Compare 2 commits »
o.winkels pushed to main at o.winkels/klock4 2021-04-12 22:20:48 +02:00
cf71fdf9ad Move ino file to own directory, minor fixes and updates, fixed scheduling
o.winkels pushed to master at FaSTTUBe/ftracker 2021-04-12 21:22:54 +02:00
73241c4116 Split down files and add question about covid-test
df0438f407 Split down files and add question about covid-test
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2021-04-12 21:20:56 +02:00
df0438f407 Split down files and add question about covid-test
o.winkels pushed to main at o.winkels/klock4 2021-03-30 23:13:34 +02:00
cda493de2c Add arduino (led) version
9668c246f9 Add arduino (led) version
Compare 2 commits »
o.winkels pushed to main at o.winkels/klock4 2021-03-30 23:09:38 +02:00
9668c246f9 Add arduino (led) version
o.winkels pushed to main at o.winkels/klock4 2021-03-30 23:07:47 +02:00
0c1c47d578 Add microcontroller-friendly version
o.winkels pushed to main at o.winkels/klock4 2021-03-16 01:02:11 +01:00
a5b5842d94 Initial commit, C WASM version working
o.winkels created repository o.winkels/klock4 2021-03-16 01:00:08 +01:00
o.winkels commented on issue FaSTTUBe/fs-quiz-tool#10 2021-02-09 12:07:12 +01:00
Skip to next question in FSG/FSA quiz modes

I decided to do it as a hidden functionality, since it really is only meant as a workaround. The wait timer is now skippable by clicking the "Wait" button with Ctrl+Shift+Click.

o.winkels closed issue FaSTTUBe/fs-quiz-tool#10 2021-02-09 12:04:00 +01:00
Skip to next question in FSG/FSA quiz modes
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2021-02-09 12:04:00 +01:00
64ca89eefb Introduce timer skip/bypass using Ctrl+Shift (Resolves #10)