Open davidemancinelli opened 9 years ago
The is_online attribute can have the following values:
value | description |
---|---|
false | The social network is visible and accessible only by the owner, an administrator or a Joinple administrator.This value is used for just created social network, or, in emergency, for social network mainteinance |
true | The social network is operating normally |
The is_visible attribute can have the following values:
value | description |
---|---|
open | The social network is visible and accessible (read/write) to every joinple user |
private | The social network is visible and accessible only to invited users after accepting the invitation (it can be a company social network) |
restricted | The social network is visible and accessible only by users whose email belongs to a set of allowed domains, like in an intranet - [.ibm.com, .hp.it.com, ...) |
private or restricted social networks are reserved for paying customers.
The status attribute is user by the joinple administrators to superseede the behavior of the social network. It can have the following values:
value | description | behavior |
---|---|---|
run | This is the social network initial statusThe social network is up and running. It can be accessed depending on its is_online and is_visible attributes.The attribute value can only be changed by joinple administrators. | |
suspended | The social network is accessible only to the joinple administrators (for administrative purposes) | |
locked | The social network is accessible only to the joinple administrators (to avoid unused social networks) | |
banned | The social network has been banned |
Di default un social network creato non dovrebbe essere visibile agli utenti, in modo tale che il creatore abbia il tempo di personalizzarlo. Successivamente si può scegliere di renderlo visibile.