Description
Go into Prisma schema and add a new field for the max length of the ID to show. It should be optional.
In the frontend, find where the ID is being sliced a change the setting to that of the group (get this from useAppStore((store) => store.currentGroup?.settings.PROP)). If it is not defined, then use what is being currently used.
Then adjust the group settings form to add this field as an option.
Estimated Difficulty
Low
Priority
High