Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mailing Lists: should have a display name and description #452

Open
4 tasks
alexfarrill opened this issue Feb 28, 2023 · 0 comments
Open
4 tasks

Mailing Lists: should have a display name and description #452

alexfarrill opened this issue Feb 28, 2023 · 0 comments

Comments

@alexfarrill
Copy link
Collaborator

On the unsubscribe page we currently show you a formatted-for-humans version of the list name. We should continue using the list name as the shorthand reference for the list, but add some other features:

  • A display name so you can show the user a list name that is properly formatted for humans
  • A list description in case they need a further explanation/reminder of what the list is
  • Only allow certain characters in the name field [a-zA-Z0-9-] so that it can't include characters that would need to be URI encoded since this is interacted with as an API
  • Document the requirements for the name field and return helpful error messages in the right places

Ideally there'd be a UI for editing the display name and description, but for now it's ok if you have to use the db to do it

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

No branches or pull requests

1 participant