justicenation / slashclock

/clock concept as a new Slack app
GNU General Public License v3.0
0 stars 0 forks source link

/clock in #2

Closed martyychang closed 7 years ago

martyychang commented 7 years ago

This pr contains basic functionality for /clock in, which creates a Time Entry record for a given Slack user based on the time the slash command was received. If the user tries to clock in a second time before clocking out, an error message is sent back to the user instead.

image

This pr also includes code that lays the foundation for future commands, notable with the following components.

martyychang commented 7 years ago

Checked code coverage, which is at 84%