George Daswani wrote:
In regards to the read access permission, I basically added a
new WebsiteData Boolean attribute called "restricted" - the admins can
then toggle said bit (similar to the active flag) on/off.
It might be useful to make the isRestricted property a property of the
individual Entry. That way a blog could have certain posts that are
available to registered "readers" only. It's something I've been
thinking about lately. I realize there are additional implementation
issues for this, but if the permission model is being updated, it might
be worth considering putting the permission flag on the individual blog
entry.
-- Sean