Centralized admin control panel to create users and user groups.
- Unique ID.
- List users IDs following this user (followers).
- List users IDs being followed by this user(following).
- News feed list containing a list of KokoroNoKoe message.
Unique ID, which can be used to group users. Contains any number of users. The same user can only be included in one group. A user groups can contain other user groups recursively. Always a root group called Root to include everything.
-
Users can choose to follow other users ( not user groups ) by providing the target user ID.
-
Users can also post a short Tweet message (a String), for all followers to see in their news feed lists. Of course, the user can also see his or her own posted messages.
- Total number of users.
- Total number of groups.
- Total number of Tweet messages in all the user's news feed.
- Percentage of the positive Tweet messages in all the user's news feed (the message containing positive words, such as good, great, excellent, etc.). You can decide what the positve words are.