Hi, I want user to choose data private or not that is a part of public table.
I prepared the form which has some inputs and I want user can choose one of them public or private.
E.g. “tweet table” has tweet, user who posted, user who liked this tweet(list) and how many user liked this tweet, and people can read every contents by default .
In this case, I want to let user choose private or not about “how many user liked” .
So, is this correct?
1.Creating a check box “is number-of-likes private?” in form and tweet table(yes/no).
2.Setting in privacy role of tweet table , when tweet table’s “is this tweet private?” is yes.
3. Checking “tweet”, “user who posted” and "user who liked this tweet "in view all fields in "Users who match this rule can… "setting.
I thought about creating yes/no data for “is number-of-likes private?” in the user table, but my plan is to add a collaborative editing feature, and in this case, I wasn’t sure how it would behave if multiple editors had different settings. Also, this time I used tweets as an example, but it would be better to be able to set the privacy role for each content, so I wanted to do this for tables, not users.
Thank you,
