This commit is contained in:
2025-09-29 09:59:37 -04:00
parent b02c9546d9
commit 6cabfec4e9
31 changed files with 1023 additions and 74 deletions

View File

@@ -1,8 +1,8 @@
digraph LodgeReservationSystem {
// Graph attributes
rankdir=TB;
node [shape=record, fontname="Arial", fontsize=10];
edge [fontname="Arial", fontsize=9];
node [shape=record, fontname="Times New Roman", fontsize=10];
edge [fontname="Times New Roman", fontsize=9];
// Package clustering
subgraph cluster_data {