User Private Data
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Extends content with data which is private to the user viewing the content.
This module adds a "User private data" property to any new field.
If set, the field is stored in a user dependent storage area. So different users will have different values in the same field (for the same node).
This may be very similar to the comments section, where each user (based on permissions) can write their own opinion (data) about the content. However, comments are intended to be public. This extension focuses on providing similar functionality, but keeping it private (accessible only to the user making those annotations)
Note: This is a sandbox project. NOT IMPLEMENTED at all.
If anyone interested in the same functionality, please drop me a line.
Similar named projects
The following projects may sound similar, but in reality there are significant differences (so the new module)
- User_private_fields - option restricted to fields of User entity type. The value is unique per user.
- User_field_privacy - similar with above...