Grafana updated to match monitoring API column names
progress on DB interface to FADAPro, with check for serial number existence in DB before uploading of measurements can happen
reading in DB upload information from yaml files, no more need to fill by hand in command line
thought already about the SN reservation implementation, relevant endpoint /partslist and relevant util from python API client get_relevant_parts
build the SN pattern all the way up to counter (need user input)
search in parts list against this pattern, find the alphanumerical highest value, start from N+1 and build the next consecutive numbers
must store this (intermediate) state in DB, even if user later on decides to not need all of them -> at the end of the process, user can opt to delete eventually unused SNs again so they "free" up
working on updated documentation for the parts that changed a bit over last month