Closed v79 closed 8 months ago
Making good progress and using this as an opportunity to rewrite code based on all that I have learned. Good progress, but slow. Can fetch and list the posts in the project.
I looked at sveltekit's advanced routing to create different sub layouts - one layout for editors (pages/posts/templates) and one for other routes like project config and image gallery, but it was a lot of work for not a lot of gain.
Having implemented all the core functionality for pages and posts, and basic functionality for templates, I am deploying to production. Then I will bump version numbers and progress with other features.
I think I have done enough to close this branch down. The remaining things on the list were never part of the previous version, so I'm ahead of where I was.
I've created a test project using Skeleton. I think it will work for me, though some of it is quite different from Flowbite.
Steps will be:
This will be a good opportunity to restructure the project based on what I've learned about SvelteKit so far.