Ticket #297 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

Create new group

Reported by: jukka Assigned to: jukka
Priority: blocker Milestone: 0.3 Louhi
Component: generic Version:
Keywords: community Cc:
Time spent: 30.0h Time remaining: 0h
Time planned: 6h

Description

(story #260) Community Folder contains a link 'Create new group' and one alternative in ticket #282 is 'or create a new group: textfield_group_name'. Make these work. Groups are collections of users with a name and their dedicated blog. Plone supports groups with separate but included GRUF-tool and from there we'll need to be certain we'll have:

  • group name
  • group members
  • methods for group ownership - if object belongs to some group, members of group are allowed to edit. Taking advantage of this is for other tickets.
  • something like group blog - gruf gives 'work areas', we'll start from this and in another ticket change that to working blog as in story #260.

Change History

04/10/06 10:51:05 changed by jukka

  • owner changed from anonymous to jukka.
  • status changed from new to assigned.
  • tt_remaining changed.
  • tt_spent changed.
  • tt_estimated set to 6h.

04/11/06 14:29:31 changed by ole

  • keywords set to community.

04/27/06 16:55:46 changed by jukka

  • status changed from assigned to closed.
  • tt_spent set to 30.0h.
  • resolution set to fixed.
  • tt_remaining set to 0h.

(In [192]) Closed #297, spent 30h. Groups are there, you can join them and they're listed in community portlet (and temporarily on community page) Now I'll do blog objects that will provide the place for storing group's properties so that they can be indexed. Belonging to a group isn't possible for zope admin user -- which will probably be the one you're using all the time -- because the root acl_users isn't group compatible folder. You'll have to create test users. Admins shouldn't cause errors though. Groups are not visible in searches yet, they'll have to have get indexable objects first.