DEV Community

Discussion on: What can a backend dev do to improve Accessibility?

Collapse
 
pclundaahl profile image
Patrick Charles-Lundaahl

To add to that, if you have any sort of profile data, give users the option to specify non-binary honorifics/pronouns, and maybe preferred name (if you need to capture their full/legal name for whatever reason). This lets you be more welcoming in marketing/support emails. Also, let people change their pronouns.

Another one: if you give users profile pages that are publically accessible via a named path, a) let them change that path, and b) don't allow other people to take that profile path afterwards (keep it locked to the original owner).

Right, enough of my blabbing. Stoked to see what else people come up with!