CherrelleTucker / snwg-automation

SNWG Coding
0 stars 0 forks source link

Send open action items to users in a Slack Message #53

Closed CherrelleTucker closed 4 months ago

CherrelleTucker commented 4 months ago

Description

Non-tech savvy users are confused when looking at spreadsheets and don't want to take time to become oriented. To reduce their mental load, send open action items to them in a slack message.

Examples or References

image image image

Deliverable

Implementation Considerations

Slackbots are only available in paid accounts. The majority of the actions are coded in Google Apps Script, then sent to Slack using an "Incoming webhook" URL. Each user will need their own copy of the Script and of the SlackBot. Previously attempted formatting shows that slack does not recognize italics, bold, underlined or hyperlinked text. Hyperlinks can be included and be active, but cannot be shortened (like this)

For the cleanest look, and to avoid user mental fatigue, links to source aren't recommended to be included at this time.

Related Issues

No response

CherrelleTucker commented 4 months ago

Items grouped by meeting (MO, SEP, Assessment HQ, DevSeed, AdHoc) removed as requirement unless requested as a feature in the future. Introduces complexities with formatting that aren't a priority at initial deployment.