snytkine / LampCMS

Open source Question and Answer program similar to StackOverflow and Quora in PHP + MongoDB. Follow @snytkine on Twitter
http://support.lampcms.com
324 stars 104 forks source link

Look into local storage and Local database browser-based messaging #31

Closed snytkine closed 13 years ago

snytkine commented 13 years ago

Use Browser's local storage and maybe even Local database for storing site messages and keeping track of viewed questions. uid | qid | timestamp The values of lampcms:i_etag are already on pages we can use them to find read/unread messages and mark them as read/unread

snytkine commented 13 years ago

Done.