Support for groups names with spaces

Created on 12 February 2025, 2 months ago

Problem/Motivation

I don't think separating roles by spaces is a robust enough approach.
We don't know what kind of role notation an API might return. It could be a machine readable name or a human readable name.
As you can imagine I've got the latter and am now in trouble :P
Both seem fair choices to me, but the latter tends to utilize spaces for readability which is kinda a problem now.

Steps to reproduce

Proposed resolution

Use a more robust e.g. a less likely used character as separator.
I'd propose a semicolon (;) I'd consider that to be quite unlikely to be used even in human readable role labels.
This certainly needs an update hook to convert the existing spaces separated values to semicolon separated ones.

Remaining tasks

  1. Write Code
  2. Review
  3. Review

User interface changes

None

API changes

Value notation changes but that probably isn't considered an API.

Data model changes

None

πŸ“Œ Task
Status

Needs work

Version

3.0

Component

Code

Created by

πŸ‡¨πŸ‡­Switzerland das-peter

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024