cvitter / mattermost-standup-slash

Flask adaptation of George Goldberg's AWS Lambda based Standup Slash command: https://grundleborg.github.io/posts/mattermost-custom-slash-command-aws-lambda/
MIT License
7 stars 1 forks source link

Update standup.py #2

Closed howaminotme closed 6 years ago

howaminotme commented 6 years ago

Made the dated #standup a little easier to read.

cvitter commented 6 years ago

Very cool change @howaminotme. I am wondering if we might want to extend it to offer date format choices?

howaminotme commented 6 years ago

Agreed - now that I think about it I think this sort of thing should get broken out into a config file.

That will give it the best flexibility and make adding functionality + choice.

Ill close this PR for now.