UoaWDCC / wdcc-cms

2 stars 0 forks source link

[Events Page] Events Interface #24

Open Mykhol opened 2 years ago

Mykhol commented 2 years ago

User Story "As a developer, I want to safely and reliably create and use Event data in our code."

Create a type interface or class that can be used in development as well as IDE tooling to prevent errors.


Event {
name: string,
location: string,
timestamp: string,
shortDescription: string,
longDescription: string,
image: string
}