Blogs
i ensured that all of the old static code was removed and replaced with accurate fetching from the backend
then i moved onto the actual posts pages where i search the database for the specific blog a user is trying to read and fetch the relevant information and display it to them, ensuring if any components are missing such as a user not writing a footer it won't be shown
Within the panel i made sure that some points on the sections were optional such as a section title if a user just wants to write a body of text
however i ran into some issues with the panel that caused it to be slightly more tricky then i originally thought as whenever i tried to save my post it would error with status code 400 as a bad request, it was working before i added allowing a user to add images to their post and i was running around in circles trying to fix it until i realized i forgot to add the functionality for it in the backed, it was quick to rectify after the fact