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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user