OperationCode / operationcode_bot

Slack bot for responding to Slack events and handling interactive messages. (not currently in use)
MIT License
7 stars 37 forks source link

Text for "OpCode Challenge" truncated #33

Open technicalpickles opened 7 years ago

technicalpickles commented 7 years ago

Please use one of the following templates to create new issues:

For a new feature: As a [VISITOR, ADMIN, ETC], When I [CONTEXT/LOCATION FOR FEATURE], It should [DESCRIBE FEATURE]

As a new user, When I get a welcome message from operationcodebot It has a button for 'OpCode Challe' It should spell out 'OpCode Challenge'

It's possible that Slack truncates this automatically. Some relevant docs:

I tested this phrase with the message builder and it seems to work so maybe it's something else truncating.

rickr commented 7 years ago

Unfortunately I think this is just the max size of the button. Can you think of any other ways or text to make this display in full?

technicalpickles commented 7 years ago

I haven't worked with action buttons to know a good way yet. Slack support has always been super helpful when I've contacted them, so I think that would be a good next step to help determine if this is expected (but undocumented) on their end or unexpected (a bug).

rickr commented 7 years ago

I would call it expected and documented (slack tells you to keep this field 'brief') Your message building is missing the icon, if you add some additional text you'll see it truncates.

Next steps are to rename the button to something else (OC Challenge, just 'Challenge'?), remove the icon, or both.