feat: Uses room names for trunk sizing in the form and table, prep for removing register-id's in favor of only using the room names.

This commit is contained in:
2026-01-14 19:24:56 -05:00
parent 356e020e3b
commit 86307dfa05
5 changed files with 21 additions and 8 deletions

View File

@@ -50,6 +50,8 @@ public enum DuctSizing {
}
}
// TODO: Remove registerID and just use the roomName
public struct RoomContainer: Codable, Equatable, Sendable {
public let registerID: String
@@ -152,6 +154,8 @@ extension DuctSizing {
}
}
// TODO: Add an optional label that the user can set.
// Represents the database model.
public struct TrunkSize: Codable, Equatable, Identifiable, Sendable {