iam-mhaseeb / StandupMonkey

A self hosted slack bot to conduct standups & generate reports.

Home Page:https://standup-monkey.herokuapp.com/slack/install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce report generation

iam-mhaseeb opened this issue · comments

A long due feature was exporting all standup logs as an excel sheet. We would need something in our command like below:

/standup export-logs {username} {start_date} {end_date}

or a new command

/export-logs {username} {start_date} {end_date}

This will export a CSV file with all the logs in provided dates.

I introduced the command below

/generate_report {@username} {start_date} {end_date}