feat: reports page

This commit is contained in:
Barf-Vader
2025-06-11 17:56:45 +01:00
parent 2eceee2889
commit a33fba2cd6
4 changed files with 146 additions and 2 deletions

View File

@@ -22,8 +22,8 @@ export const availableStudySpaceTags = [
"Cringe"
];
export const volumeTags = ["Silent", "Quiet", "Some Noise", "Loud"];
export const wifiTags = ["Good WiFi", "Moderate WiFi", "Bad WiFi", "No WiFi"];
export const volumeTags = ["Silent", "Some Noise", "Loud"];
export const wifiTags = ["Good WiFi", "Moderate WiFi", "Bad/No WiFi"];
export const powerOutletTags = ["Many Outlets", "Some Outlets", "No Outlets"];
export const allTags = [...availableStudySpaceTags, ...volumeTags, ...wifiTags, ...powerOutletTags];