Check in bot specs - 200kph/checkin-telegram-bot GitHub Wiki

Check-in telegram bot

Overview

This is a simple telegram bot created to help teams sync their work hours.

Features

Generates reports:

  • how many hours team members worked this week;
  • how many hours tm's worked in a particular day;
  • shows monthly report of tms' hours;

Userstories:

As user:

  • i can start working day with command /checkin;
  • i can stop working day with command /checkout;
  • i can check how many hours have I worked today with command /today;
  • i can check how many hours have I worked any day with command /day DD.MM.YY;
  • i can check how many hours have I worked this week with command /week;
  • i can check how many hours have I worked this month with command /month;
  • i can pause my working day with command /pause and relaunch day with command /renew;

Future features:

  • Any user can get team stats prepending team to info command e.g. /team-week;