Files
RIT-Dining/Shared/Data/Constant/FDMPMealPeriods.swift
NinjaCheetah 0c07c509f3 Add feedback submission sheet
Also fixed a bug where locations with overlapping close and open times would show "Closing Soon" for 30 minutes just to then switch to "Open" when it rolled over.
2026-02-17 00:01:55 -05:00

17 lines
241 B
Swift

//
// FDMPMealPeriods.swift
// TigerDine
//
// Created by Campbell on 11/8/25.
//
import Foundation
let fdmpMealPeriodsMap: [Int: String] = [
1: "Breakfast",
2: "Lunch",
3: "Dinner",
6: "Late Night",
8: "All Day",
]