Blog
- Explore how the Blog Posts can be moved onto their own page
- The whiteboard below is a summary of our interactive session
Objectives
- Simpify the model by removing the association from post to user
- Simplify the tests by introducing setup and teardown for objects used in each test
- Evolve an approach for deleting a blog post
- Implement a button on the blog to delete the post
- Move blog posts onto their own page.