Skip to content

Replace is_wizard with more generic groups#39

Open
hellcp wants to merge 1 commit intopebble-dev:masterfrom
hellcp:wizard_group
Open

Replace is_wizard with more generic groups#39
hellcp wants to merge 1 commit intopebble-dev:masterfrom
hellcp:wizard_group

Conversation

@hellcp
Copy link
Copy Markdown
Member

@hellcp hellcp commented Feb 26, 2026

Untested

Copy link
Copy Markdown
Contributor

@jwise jwise left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

array of text groups kind of bothers me, I wish it was array of group IDs that join into a table that could potentially provide semantic meaning by adding columns to that table. otherwise it is not really better (arguably, worse?) than one bool column on the user structure per capability

@hellcp
Copy link
Copy Markdown
Member Author

hellcp commented Apr 19, 2026

array of text groups kind of bothers me, I wish it was array of group IDs that join into a table that could potentially provide semantic meaning by adding columns to that table. otherwise it is not really better (arguably, worse?) than one bool column on the user structure per capability

I don't like arrays in sql in general, so I would be really happy to just set up a many to many relationship here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants