UoaWDCC / youth-of-orakei

12 stars 0 forks source link

Added getProjects() #63

Closed AntGa closed 2 months ago

AntGa commented 2 months ago

This function grabs the data from the projects database in notion and puts it into an array of ProjectData objects, which include the project's name, tags and date. I also added the date and multiselect types to help in parsing data coming from notion in case other backend functions need them.