Currently, event/project data is still stored as JSON files in the repository, while images for both are not being hosted anywhere. These should be moved to the Supabase instance created for this website as part of #158. The data and images gathered in #154 should also be included in this transfer.
Additionally, these need to be properly integrated into the application. This means that the models, data fetching, and data processing should be updated to remove obsolete steps related to parsing the JSON. We should also aim to make further optimizations by making full use of the increased capabilities provided by SQL operations.
Currently, event/project data is still stored as JSON files in the repository, while images for both are not being hosted anywhere. These should be moved to the Supabase instance created for this website as part of #158. The data and images gathered in #154 should also be included in this transfer.
Additionally, these need to be properly integrated into the application. This means that the models, data fetching, and data processing should be updated to remove obsolete steps related to parsing the JSON. We should also aim to make further optimizations by making full use of the increased capabilities provided by SQL operations.