SpeakingInBits / PC2

Custom replacement website for pc2online.org. Now live!
https://pc2online.org/
6 stars 0 forks source link

Events Calendar should not display past events #309

Open JoeProgrammer88 opened 3 months ago

JoeProgrammer88 commented 3 months ago

On the /Events page, the client does not want past events to be displayed. The database query needs to be updated. Add a WHERE clause to only pull events for the current day and in the future. Looks like the data is being pulled in CalendarEventDB.GetAllEvents(ApplicationDbContext, bool)