Skip to content

Commit

Permalink
chore: update events-view-config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar authored Jan 20, 2025
1 parent 9b6558d commit 66e1545
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lib/events/events-view-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,27 @@ export const viewConfig: ViewConfig = {
"core-courses": {
alias: "core-courses",
title: "Core Courses",
shortDescription: "Academic schedule for core courses in F24.",
shortDescription: "Academic schedule for core courses in S25.",
filtersTagTypes: ["core-courses"],
groupingTagType: "core-courses",
showTagTypes: ["core-courses"],
outdated: false,
},
/*
electives: {
alias: "electives",
title: "Electives",
shortDescription: "Academic schedule for electives in F24.",
shortDescription: "Academic schedule for electives in S25.",
filtersTagTypes: ["electives"],
groupingTagType: "electives",
showTagTypes: ["electives"],
outdated: false,
},
*/
sports: {
alias: "sports",
title: "Sports",
shortDescription: "Schedule of sport classes in F24.",
shortDescription: "Schedule of sport classes.",
filtersTagTypes: [],
groupingTagType: "category",
showTagTypes: ["category"],
Expand Down

0 comments on commit 66e1545

Please sign in to comment.