Oskar Winkels o.winkels
  • Joined on 2018-11-29
o.winkels commented on issue FaSTTUBe/ftracker#22 2020-12-15 23:27:04 +01:00
Add typehints for richer editor support

This is a very small codebase and not performance critical, and my editor does not have support for this.

o.winkels commented on issue FaSTTUBe/ftracker#21 2020-12-15 23:25:17 +01:00
[Maintenance] Use arg-parsing lib

I really don't think this is necessary since ftracker is not meant to be run from CLI in production. The only argument exists solely for debugging purposes and could just as well be removed. I don't expect further CLI options since all customization happens via the config file.

o.winkels closed issue FaSTTUBe/ftracker#21 2020-12-15 23:25:17 +01:00
[Maintenance] Use arg-parsing lib
o.winkels commented on issue FaSTTUBe/ftracker#20 2020-12-15 23:23:11 +01:00
[Maintenance] Avoid from module import *

I think in this particular instance it makes sense though since we want the entire contents of the core namespace to be available both in main and in init(import) mode because we essentially want to pretend core is both __init__ and __main__.

o.winkels closed issue FaSTTUBe/ftracker#18 2020-12-15 23:19:11 +01:00
Write Manual
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:19:11 +01:00
8c5e359f5b Add customization manual (Resolves #18)
1188df66cc Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:18:11 +01:00
1188df66cc Add customization manual
edd3c668bc Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:17:39 +01:00
edd3c668bc Add customization manual
c13205b0c9 Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:16:00 +01:00
c13205b0c9 Add customization manual
20de1c1af2 Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:13:46 +01:00
20de1c1af2 Add customization manual
c0c81865dd Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:12:20 +01:00
c0c81865dd Add customization manual
2c706c64dc Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:09:45 +01:00
2c706c64dc Add customization manual
o.winkels opened issue FaSTTUBe/ftracker#18 2020-12-15 19:07:22 +01:00
Write Manual
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-14 19:58:30 +01:00
5bb7df157c Mark implausibly long stays and fix very short stays
27ac499355 Mark implausibly long stays and fix very short stays
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-14 19:46:27 +01:00
27ac499355 Mark implausibly long stays and fix very short stays
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-12 00:16:56 +01:00
db5fec8616 Fix not all dashes being replaced with spaces
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-09 17:53:44 +01:00
c05a4fba79 Dataview: Non-ended attendance blocks end in present
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-09 17:50:23 +01:00
dda00b4ece Dataview: Hide row if no attendance in given timeframe
o.winkels closed issue FaSTTUBe/ftracker#17 2020-12-09 17:19:49 +01:00
Detect double signin
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-09 17:19:49 +01:00
82e354f381 Add option to abort signin on error and notification if signin is likely