main
main copied to clipboard
private tags for groups
Acceptance Criteria
Given a parent group Foo with a subgroup Bar, Bar ha a profile page, and I am a Foo organizer,
- When I access Bar's profile page, (and look at the "private section")
- Then I can associate a new private tag with Bar
- And I can add an existing private tag to this group (from a list of existing tags)
- And I can remove a private tag from this group
Given that I am an Organizer, Volunteer, or Member of Bar,
- When I access Bar's profile page
- Then I can NOT see Bar's private tags
Given that Bar has a subgroup Baz and I am an organizer for Foo
- Then I can see and edit Baz's private tags
Given I am a Foo data engineer,
- When I import data from the Affinity system,
- Then I can identify the private tags assigned to specific groups
Implementation Notes
- Note that this might be best done as a "tag", or it might be best done as a custom field...
Context
(Note: that's correct; the private tags are only there for the hierarchical level above Organizer...)
Definitions
- A private tag can be a string (tag)
- Examples:
on-track,needs-help,july-4-priority,1,2
- Examples: