8 Commits

Author SHA1 Message Date
Lauri Koskenniemi
92a8675c41 Add output formats to puudot config
The output format(s) are now defined in the puudot config under
output key as a list.
2025-12-04 21:12:34 +02:00
0e5a2868b0 Introduce verbose mode and generalize output formats
Added program specific configurations in config.yaml under puudot
and added key for verbose mode. Currently verbose mode prints
'dot' information when running the program.

Refactored puudot.py and graph.py in order to allow easier
addition of output formats.
2025-12-03 20:43:05 +02:00
bf788ca544 Changed link connection to middle node in block
Hidden node was removed from a block to reduce empty space.
Link from previous level is connected to the node in the middle
(or the first of two middle nodes when even number of nodes).

Added ranksep in config to increase vertical space.
2025-06-29 21:47:28 +03:00
93e2554457 Improved links and configuration file for dot
Restructured data to support block and node level links.
Added hidden nodes and edges in blocks to improve link
visualization.

Introduced support for configuring dot file parameters with
a config file.
2025-05-30 22:54:36 +03:00
cdbc932809 Added resources to comments 2025-05-25 22:41:18 +03:00
9328fe3388 Data update and layer planning in Graph
Added blocks in data and introduced layers in Graph.
Layers not in use yet and other plans added in comments.
2025-05-25 18:55:33 +03:00
be4efa0fd2 First test version and data cleanup
Implemented code for the first test version.
Added Docker funtionality.

Define data location in compose and run:
	docker compose up

Removed test data from the repository.
2025-05-24 16:54:19 +03:00
5c218c68c4 Introduce database code and remove unused block key
All code should be done within the new code directory.
Created db.py for reading the YAML file.

Removed block key from blocks; always a None value.
2025-05-24 12:06:23 +03:00