sockmister / dilegno

0 stars 0 forks source link

Previewing of website #10

Open sockmister opened 10 years ago

sockmister commented 10 years ago

How to allow previewing of website before the changes goes live?

1 way is to allow previewing only for that particular page/section.

Eg. if i'm editing categories, show the navigation bar only, OR if i'm editing product, just show the product page only.

A consideration is that the view code gets replicated. There should be some way in rails to include only a certain section.

Also, the changes shouldn't be saved in the db. Then, we should ensure that the preview is accurate, and should not differ from when we load the same info from db.