-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research on how to create friend groups needed #77
Comments
I'm starting dev this feature in feature-group-friends. |
SIOC-Spec seems too complex just to create users and groupsusers, it involves also containers, forums, items, posts, roles, sites, etc that we are not going to implement. |
Adding to this we could implement also the property creator_of for users and create Items inside Containers for the routes and adding their authorship, using SIOC-Spec also. |
I am afraid that people have started to define a proposal for a standard way to manage friend groups. I am afraid that is not mature enough to get to development just yet. We'd need more oppinions from other teammates so we can agree on what to do. |
Thanks for pointing me this out. I'll check it out and see if it can be pushed to get to dev, |
New pages Groups and createGroups implemented. |
Created MyGroup and GroupManager in order to manage groups and it's correspondant files similar as we do with the routes. |
I'll be implementing this format for interoperability in case someone is following it: Except the name in users, bc as many people are poing out, it's useless. |
I'll add an uuid as we do with the routes for not repeating files if a group has the same name. |
Groups json files are now saved on the PODs user in viade/groups, containing members url, group name and a uuid. |
Friends now can only be added once, if more a error notification appears and aren't added to the json file. |
Groups now are loaded from pod each time groups view is accesed and they are displayed there with it's correspondent users. |
Working in getting a better view for groups. Friends cards are loaded correctly. |
Groups creation, store in POD, get from POD and display done |
Positive to follow this vocabulary: SIOC-Spec
The text was updated successfully, but these errors were encountered: