Scaffolding is a great way to provide a way for end user to create predefined pages like for instance, news pages.
Now suppose you have created your scaffold with just 2 fields:
You put the scaffold in production and it is used heavily by the end users, to create news pages. Unfortunately after a while your business user is like, 'I want to add a category as well'. Np, let's just change the scaffold and template to provide this functionality :-).
Question here is, what does this mean for the already created content (pages)? Is there a way to regenerate the created pages. What is the way to go here?
Next to that I wonder if it would be more interesting to create a more dynamic component that just renders the data in stead of create real pages using scaffolding.
Any thougths on this, anybody?