ColoredCow / portal

A hub-and-spoke platform for organizations to effectively manage their operations and data. Uses GSuite.
MIT License
55 stars 51 forks source link

Change the Effort Summary time #2825

Closed GauravGusain98 closed 1 year ago

GauravGusain98 commented 1 year ago

Enhancement suggested by

@GauravGusain98

Problem that your solution is solving

In ColoredCow we use effort sheet where we track the hour we spent on a particular task. This helps us to calculate our productivity and is also used for billing the client.

We periodically migrate/update the data present in the effort sheet to the portal. For this, we use a Laravel command that refreshes the booked hours of team members from the effort sheet. We also send the details of projects as show below at 10:30 PM on Google chat channel. So that the team member should be aware of their team progress. Image

There are many employees and interns who used to update their efforts late at night. Therefore we want to send the summary on next day at 8 AM.

Contact person for help

@GauravGusain98

GauravGusain98 commented 1 year ago

Action items

Basics Concept - 1 pointer:

Task Scheduling

GauravGusain98 commented 1 year ago

Not needed now