phildini / logtacts

Better contact management.
https://www.contactotter.com
MIT License
61 stars 19 forks source link

Create a "read-only" mode #31

Closed phildini closed 8 years ago

phildini commented 8 years ago

A trick that I heard about from the Lanyrd crew is to add a setting to your app to put it into "read-only" mode. This makes the site still totally accessible, but nothing new can be written to the db.

This is incredibly helpful for doing changes and architecture transitions, and given that I feel there will be some of those in the future, Logtacts should have a read-only mode.

Possibly using gargoyle?

phildini commented 8 years ago

This has been done through adding feature flags.