Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show past events on our calendar #420

Open
MandyMeindersma opened this issue Oct 18, 2024 · 4 comments
Open

Show past events on our calendar #420

MandyMeindersma opened this issue Oct 18, 2024 · 4 comments

Comments

@MandyMeindersma
Copy link
Contributor

No description provided.

@amandairvine
Copy link

Continuing our conversation from the Calendar Improvement Issue with showing past events, we've also been discussing how we could possibly archive previous months' events into a separate json file and show them all underneath/beside the calendar or somewhere else instead of attempting to load them all into the calendar every time.

Do you have any other ideas on how we could approach this? I'd love to hear what you think!

@arashsheyda
Copy link
Collaborator

we could also use the Cache functionality of Nitro (the server behind Nuxt). but a JSON or Sqlite would be a good idea too!

@dgmouris
Copy link
Collaborator

The /api/events endpoint currently only fetches future events but inside that file (in server/api/events.js) we could either make the call fetch all of them or do two separate requests I'm down with whatever folks come up with @MandyMeindersma

@dgmouris
Copy link
Collaborator

@amandairvine I made a feature request earlier with an idea mockup on here #312 for what I was thinking originally with this calendar.

It's closed but I would personally love that list view of items.

@MandyMeindersma MandyMeindersma changed the title Show past events! Show past events on our calendar Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants