Python, Flask, Postgres, Slack API, Heroku. Set a daily standup time, have bot message in a channel requesting daily standup reports, and optionally have your standup report be emailed to a specified email address each day. Has instructions for local setup and Heroku setup.
4
stars
4
forks
source link
Update form to have text box titles and tooltips #12
Rather than no titles and directions above, update the interface to have text box titles and tool tips with directions.
How to create a tooltip: Simplest: https://stackoverflow.com/questions/7503183/what-is-the-easiest-way-to-create-an-html-mouse-over-tool-tip Slightly more advanced: https://www.w3schools.com/howto/howto_css_tooltip.asp