refactor: rebrand project to HartOMat

This commit is contained in:
2026-04-06 12:45:47 +02:00
parent fa7093307a
commit b795f0e6d6
95 changed files with 608 additions and 497 deletions
+2 -2
View File
@@ -1014,9 +1014,9 @@ async def get_dashboard_stats(
if isinstance(entry, dict) and entry.get("material"):
all_mat_names.add(entry["material"])
# Library materials (name starts with SCHAEFFLER_)
# Library materials (name starts with HARTOMAT_)
lib_count_result = await db.execute(
select(func.count(Material.id)).where(Material.name.like("SCHAEFFLER_%"))
select(func.count(Material.id)).where(Material.name.like("HARTOMAT_%"))
)
library_material_count = lib_count_result.scalar() or 0