Bug: achievement only keeps 255 characters
I've written a few achievements to my hero and noticed that the description is truncated after 255 characters when I view it on the Achievements page. I am unsure whether the full text is captured in the email notification. If the intent is to limit the length that this field can be, UI constraints should be added to let people know that they need to word the description so that it fits. It'd bad form when the hero can only see a fraction of the light being shone. If the intent is to allow users to enter unlimited length descriptions or a length longer than 255, then the database field and/or corresponding validation code need to be adjusted appropriately.
Thanks!