Timeline



09/01/24:

14:20 WikiStart edited by Enrico Schwass
(diff)
14:17 Changeset in flowtimer [f2a2a82]guix by Enrico Schwass <ennoausberlin@…>
minor changes to the color scheme Signed-off-by: Enrico Schwass …
14:12 WikiStart edited by Enrico Schwass
(diff)
14:08 WikiStart edited by Enrico Schwass
(diff)
14:06 WikiStart edited by Enrico Schwass
(diff)
13:58 WikiStart edited by Enrico Schwass
(diff)
13:56 WikiStart edited by Enrico Schwass
(diff)

08/31/24:

14:57 Changeset in flowtimer [df0449c]guix by Enrico Schwass <ennoausberlin@…>
fix one remaining unit test
11:11 Changeset in flowtimer [8f41b95]guix by Enrico Schwass <ennoausberlin@…>
logger added - phases left counting fixed Signed-off-by: Enrico …

08/30/24:

00:12 Changeset in flowtimer [813e855]guix by Enrico Schwass <ennoausberlin@…>
predicates renamed

08/29/24:

22:08 Changeset in flowtimer [0384305]guix by Enrico Schwass <ennoausberlin@…>
better color scheme support
19:23 Changeset in flowtimer [794b5c2]guix by Enrico Schwass <ennoausberlin@…>
replace color_list by color_schemes
19:21 Changeset in flowtimer [89b0616]guix by Enrico Schwass <ennoausberlin@…>
README updated
19:09 Changeset in flowtimer [43d78ee]guix by Enrico Schwass <ennoausberlin@…>
another reformatting
19:06 Changeset in flowtimer [b4adb9d]guix by Enrico Schwass <ennoausberlin@…>
json part of README.md reformatted
18:24 Changeset in flowtimer [ab10343]guix by Enrico Schwass <ennoausberlin@…>
Schedule.state() method added - more UI tweaks
16:33 Changeset in flowtimer [58e7315]guix by Enrico Schwass <ennoausberlin@…>
support for color scheme added
15:32 Changeset in flowtimer [80996d0]guix by Enrico Schwass <ennoausberlin@…>
rename toggle_tick to toggle_play_pause
15:21 Changeset in flowtimer [c251a80]guix by Enrico Schwass <ennoausberlin@…>
command line argument parser added and README.md updated
09:30 Changeset in flowtimer [7a52e57]guix by Enrico Schwass <ennoausberlin@…>
some adjustments to the README.md

08/26/24:

11:16 Changeset in flowtimer [406938d]guix by Enrico Schwass <ennoausberlin@…>
use multiline f-string for current_config

08/25/24:

23:56 Changeset in flowtimer [01c3cce]guix by Enrico Schwass <ennoausberlin@…>
remove debug code
18:57 Ticket #7 (Add test fixture instead of recreating schedule inside tests over and ...) updated by Enrico Schwass
replace the existing fixture with the default schedule and adapt the …
18:56 Ticket #5 (Replace pandas by built in csv module) closed by Enrico Schwass
fixed: csv and pandas replaced by json and class RecurringPhaseSequence
18:54 Ticket #8 (Replace .cvs by json configs) closed by Enrico Schwass
fixed
18:54 Ticket #8 (Replace .cvs by json configs) updated by Enrico Schwass
json loads and dumps working now
18:27 Changeset in flowtimer [d310de3]guix by Enrico Schwass <ennoausberlin@…>
phase_list renamed to phases Signed-off-by: Enrico Schwass …
18:20 Changeset in flowtimer [d7a66ad]guix by Enrico Schwass <ennoausberlin@…>
more refactorings Signed-off-by: Enrico Schwass <ennoausberlin@…>

08/24/24:

13:00 Changeset in flowtimer [5f4ef8e]guix by Enrico Schwass <ennoausberlin@…>
advance_to_next_block() added to Schedule
00:22 Changeset in flowtimer [24dd246]guix by Enrico Schwass <ennoausberlin@…>
to_json added Signed-off-by: Enrico Schwass <ennoausberlin@…>
00:03 Changeset in flowtimer [0ec1bff]guix by Enrico Schwass <ennoausberlin@…>
fix logic order in skip method Signed-off-by: Enrico Schwass …

08/23/24:

17:38 Changeset in flowtimer [a438158]guix by Enrico Schwass <ennoausberlin@…>
more steps towards a full schedule implementation with json representation
11:08 Changeset in flowtimer [bd94da0]guix by Enrico Schwass <ennoausberlin@…>
translate full schedule into json

08/22/24:

19:50 Changeset in flowtimer [36c9ef5]guix by Enrico Schwass <ennoausberlin@…>
more adoptions for block_list
11:15 Changeset in flowtimer [5741f6d]guix by Enrico Schwass <ennoausberlin@…>
add is_sequence to Phase and RecurringPhaseSequence
10:29 Changeset in flowtimer [577c8c6]guix by Enrico Schwass <ennoausberlin@…>
add guix.scm for easier development
00:20 Changeset in flowtimer [d9579ae]guix by Enrico Schwass <ennoausberlin@…>
color change is working again
00:03 Changeset in flowtimer [59f6e9a]guix by Enrico Schwass <ennoausberlin@…>
update default.json to reflect latest changes
00:02 Changeset in flowtimer [8fb44c2]guix by Enrico Schwass <ennoausberlin@…>
compute progress value from initial_ticks and ticks left
00:01 Changeset in flowtimer [1fd7029]guix by Enrico Schwass <ennoausberlin@…>
title added to RecurringPhaseSequence

08/21/24:

22:31 Changeset in flowtimer [44c3377]guix by Enrico Schwass <ennoausberlin@…>
initial_repetitions method added to Phase

08/19/24:

09:00 Changeset in flowtimer [daa2276]guix by Enrico Schwass <ennoausberlin@…>
better variable names and tests added

08/17/24:

22:48 Changeset in flowtimer [f959488]guix by Enrico Schwass <ennoausberlin@…>
Schedule can be initialized with a list of Phases and …

08/16/24:

09:51 Changeset in flowtimer [3b76475]guix by Enrico Schwass <ennoausberlin@…>
upcoming_phases() and time_left() added to Schedule

08/15/24:

21:00 Changeset in flowtimer [37ae3b7]guix by Enrico Schwass <ennoausberlin@…>
more refactorings
09:46 Changeset in flowtimer [729b23d]guix by Enrico Schwass <ennoausberlin@…>
test fixed
09:30 Changeset in flowtimer [84123db]guix by Enrico Schwass <ennoausberlin@…>
fix RecurringPhaseList.unrolled and remove progressbar attribute from …

08/14/24:

14:26 WikiStart edited by Enrico Schwass
(diff)
14:25 SplitListsRecursivly created by Enrico Schwass
14:24 WikiStart edited by Enrico Schwass
(diff)
14:23 SplitLists edited by Enrico Schwass
(diff)
14:21 WikiStart edited by Enrico Schwass
(diff)
14:20 SplitLists created by Enrico Schwass
14:20 WikiStart edited by Enrico Schwass
(diff)
14:17 WikiStart edited by Enrico Schwass
(diff)
14:16 WikiStart edited by Enrico Schwass
(diff)
11:26 Ticket #5 (Replace pandas by built in csv module) updated by Enrico Schwass
It is even better to store the configuration as json and build the …
09:29 WikiStart edited by Enrico Schwass
(diff)

08/13/24:

19:49 WikiStart edited by Enrico Schwass
(diff)
17:16 Ticket #8 (Replace .cvs by json configs) created by Enrico Schwass
json is better suited for configurations that relate to embedded parts …
12:36 Ticket #7 (Add test fixture instead of recreating schedule inside tests over and ...) created by Enrico Schwass
Place a test fixture before the tests begin and use them …
12:31 Changeset in flowtimer [401678c]guix by Enrico Schwass <ennoausberlin@…>
tests added
11:58 Ticket #6 (unit tests needed for class Phase.py) closed by Enrico Schwass
fixed: tests added
11:57 WikiStart edited by Enrico Schwass
(diff)
11:53 Changeset in flowtimer [ff15f84]guix by Enrico Schwass <ennoausberlin@…>
tests added

08/12/24:

16:11 Ticket #5 (Replace pandas by built in csv module) updated by Enrico Schwass
Milestone, Version changed
13:58 Ticket #4 (x bug in main.py) updated by Enrico Schwass
Status changed
13:57 Ticket #6 (unit tests needed for class Phase.py) updated by Enrico Schwass
Milestone, Version changed
13:57 Ticket #1 (Rewrite README.md) updated by Enrico Schwass
Version changed
13:56 Ticket #1 (Rewrite README.md) updated by Enrico Schwass
Milestone changed
13:55 Ticket #4 (x bug in main.py) updated by Enrico Schwass
Description changed
13:55 Ticket #4 (x bug in main.py) updated by Enrico Schwass
main.py was used instead of timer.py to be coherent with standard …
13:50 Ticket #3 (Several ways to link to a repo) closed by Enrico Schwass
fixed
13:31 Ticket #5 (Replace pandas by built in csv module) updated by Enrico Schwass
Component changed
10:48 Ticket #6 (unit tests needed for class Phase.py) created by Enrico Schwass
Below are possiblepytest tests for the Phase class: Autogenerated …
09:16 Ticket #5 (Replace pandas by built in csv module) created by Enrico Schwass
To keep dependencies small, do not use external libraries for simple …
09:09 Ticket #3 (Several ways to link to a repo) updated by Enrico Schwass
Description changed
09:02 Ticket #3 (Several ways to link to a repo) updated by Enrico Schwass
You can link to single commits like this Link to first version of …
08:59 Ticket #4 (x bug in main.py) created by frankl
There is an x bug in app main.py source:flowtimer/flowtimer/main.py@guix
08:48 Ticket #3 (Several ways to link to a repo) updated by Enrico Schwass
The original version can be found in the master branch …
08:42 Ticket #3 (Several ways to link to a repo) updated by Enrico Schwass
Description changed
Link fixed
08:39 Ticket #3 (Several ways to link to a repo) created by frankl
source:flowtimer/flowtimer/configs/HIA_friday.csv@guix
08:38 Ticket #2 (Rollout) updated by frankl
source:flowtimer/configs/HIA_friday.csv
06:36 Ticket #2 (Rollout) created by frankl
Version 1.0 ausgerollt

08/11/24:

18:18 Ticket #1 (Rewrite README.md) updated by Enrico Schwass
Component changed
18:14 Ticket #1 (Rewrite README.md) created by Enrico Schwass
The current README.md was created by ChatGPT as a stub. Please …
18:01 Changeset in flowtimer [6583c8b]guix by Enrico Schwass <ennoausberlin@…>
README.md shortened
17:37 Changeset in flowtimer [7ce6506]guix by Enrico Schwass <ennoausberlin@…>
fake README.md added
17:30 Changeset in flowtimer [26f4515]guix by Enrico Schwass <ennoausberlin@…>
project structure changed
15:59 Changeset in flowtimer [2bf0518]guix by Enrico Schwass <ennoausberlin@…>
guix branch

08/10/24:

07:52 Changeset in flowtimer [99dee0f]guixmaster by Enrico Schwass <ennoausberlin@…>
initial
Note: See TracTimeline for information about the timeline view.