tested successfully API requests to retrieve data, post data and delete data in the context of Module Loading and Detector Assembly (using backend-hgtddb)
wrote API helper module in python to interact with the database directly -> might be of relevance for Luca also, effectively a minimal example of API usage from external application
built a novel GUI based on CustomTkinter that implements the slot relations, called "HGTD Tools" -> see live demonstration during the meeting
already catching a lot more cases than the previous version (Mockup Slot Location Selection), significant improvements to protect against overwriting unwanted changes and using slots or parts twice
testing various edge cases now with confirm dialogs when user wants to overwrite something
once ready to use by the community, will make project available to proddb-users, including documentation on how to install and use it
Bug when trying to delete a relation between parts: Click YES -> nothing happens. Works with the backend-api, but not from the frontend