- List of groups
- Join group
- Add / Edit / Delete Group By Group Leader
- Accept / Reject people wanting to join
- Hand over leadership to other group member
Group: id, title, description, image, badge group_leader_id, created, updated
Group_User: id, group_id, user_id, is_leader, created
- Join group
- Add / Edit / Delete Group By Group Leader
- Accept / Reject people wanting to join
- Hand over leadership to other group member
Group: id, title, description, image, badge group_leader_id, created, updated
Group_User: id, group_id, user_id, is_leader, created
Okay so groups are up! There are badges and logos per group. Group information will show up on your user profile soon. I hope you guys actually use this, as it will become useful soon.
Essentially the new step is to have a forum for each group, except the forum doesn't exist technically. I'm not sure if I'll make group_thread (group_id, thread_id) or add a group_id onto thread as thats more work modifying the thread class.
To-Dos
- Submit Blog to Group
- Submit Thread to Group
- View Groups Created By User
- View Groups User is in
- Paging on Group list
- Group Leader view unapproved member number
Essentially the new step is to have a forum for each group, except the forum doesn't exist technically. I'm not sure if I'll make group_thread (group_id, thread_id) or add a group_id onto thread as thats more work modifying the thread class.
To-Dos
- Submit Blog to Group
- Submit Thread to Group
- View Groups Created By User
- View Groups User is in
- Paging on Group list
- Group Leader view unapproved member number