nathanbreitsch / storytime

Make stories with your friends!
0 stars 0 forks source link

efficiency #13

Open brianbreitsch opened 10 years ago

brianbreitsch commented 10 years ago
Always store user state in the Session or the URL so that users are minimally disrupted when a hot code reload happens.
Store any state that you want to be shareable between users within the URL itself.

mongo db has indexing that we should take advantage of--as well as adjustable caches sizes for if we anticipate database items needing a large amount of space.

brianbreitsch commented 10 years ago

States for url: current story, library or desk or home page info Still unsure of user state... States for session: ...?

brianbreitsch commented 10 years ago

use accounts-ui instead of boostrap.

evanbreitsch commented 10 years ago

Playing around with photoshop

On Aug 14, 2014, at 8:27 AM, Brian notifications@github.com wrote:

use accounts-ui instead of boostrap.

— Reply to this email directly or view it on GitHub.