group pages #86

Open
opened 2026-06-11 11:32:06 +00:00 by cube · 0 comments
Owner
  • custom html: just another field in the database for storing custom html that will show up on the group's page. for extra details, custom styles, images. renders after the group description but before the member list
  • custom html footer: same as custom html, but renders at the bottom of the page (after the member list)
  • custom url: like the custom urls for members, replaces the group's id with a string in the URL. functionally, this means looking up groups in the database in the custom_url field first, and then checking the id (this way, mischievous members cant try to override someone else's id by setting their custom url to it! edge case, but still...)
- custom html: just another field in the database for storing custom html that will show up on the group's page. for extra details, custom styles, images. renders after the group description but before the member list - custom html footer: same as custom html, but renders at the bottom of the page (after the member list) - custom url: like the custom urls for members, replaces the group's id with a string in the URL. functionally, this means looking up groups in the database in the custom_url field first, and then checking the id (this way, mischievous members cant try to override someone else's id by setting their custom url to it! edge case, but still...)
cube added the enhancement label 2026-06-11 11:32:06 +00:00
cube added this to the myriad tasks project 2026-06-11 11:32:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cube/myriad#86