-
Notifications
You must be signed in to change notification settings - Fork 49
Description
The website needs to have information on past and upcoming events. This means we need to interact with an API that contains all of our past and upcoming events, and share this info with site visitors.
Past Events
For past events, we need basic info such as date, time, place and event pictures. It needs to be displayed on a different row from the upcoming events.
Upcoming Events
For upcoming events, we need to have info such as date, time, place including speakers.
Backend
We need to decide whether we want to build a custom backend for this, or rely existing tools/frameworks to provide us with the data we need to fetch and display this data. If we do decide to have a custom backend, we might need to decide the structure of the JSON data as well. This is very important and we need to discuss this before work on this has started.