-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Approval] Add approval email's link to Team sheet in Timesheets #26
Comments
For adding approval email to the [Team] sheet in the project timesheet we need to have a user (an email) that receives all the emails related to approval rates. That will mean we receive all the emails in one place so we can search in the inbox. Steps to do:
notes
|
using the client name in the Subject of the email require to pull the name of the client from a location as they are different for each client. "is there a file or location i can pull the client name ?" @andiechu @ancagabriela |
all the clients are added here: https://docs.google.com/spreadsheets/d/1xrhJe8fXcO5JuV6ATGwOtyWyQzODYsHhaeHj_MFuOKo/edit#gid=249292910 |
" take a screenshot of approval email and save it to the freelancer's personal plan folder" -- it will be very complicated to push the approval to every team member folder. |
A more reliable way to do this would be to set a replyTo in the source email with an additional identifier postfix to the user name: (this is https://en.wikipedia.org/wiki/Email_address#Subaddressing) and extracting the approval related to that id. relying on such user inputs in both the email subject and the body is going to be unreliable. the information of what is getting approved is then kept on our side. |
other alternative solution and perhaps more straightforward is just to move directly to a GAS-hosted web interface (you can create it, host it as HTML in a GAS project and interact with your own API on the server) where a rendered image / PDF of the proposal is provided. because the client needs to be authenticated with a valid google account, this counts as electronic signature. |
problem
We are manually approving freelancers to work on client projects. It's not scalable.
solution
automate the manual process (see comment)
requirements
The text was updated successfully, but these errors were encountered: