From 8779f9551c90561913bb2c102e06fdd78c945b88 Mon Sep 17 00:00:00 2001 From: Michal Przadka Date: Tue, 30 Jan 2024 19:23:24 +0100 Subject: [PATCH 1/2] Added clarifications about screenshots. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edd1438..6ceda74 100644 --- a/README.md +++ b/README.md @@ -288,9 +288,12 @@ As of writing this, the number of times the tracker was instrumental in preventi UPDATE: this counter stopped incrementing in mid-2018 when we changed the target client group. It seems that "better" clients don't really care about the time, but they do care about results. The CEO even wanted to disable the screenshot feature of the tracker in early 2020, but others said they use it to inspect their own diary at the end of the day, and after a short discussion, everyone said they don't really care about it, so we just left it as it was. + It seems that nobody has reviewed a screenshot since July 2018, except for people reviewing their own thing at the end of the day. Being able to easily recover from a situation where you have accidentally billed a client for doing something private (as you forgot to pause the timer) is nice and in line with the company values. +Some candidates feel uncomfortable with a 3rd party application collecting screenshots, and we are willing to accommodate that. If a fitting candidate is unhappy with the current setup, we'll invest time into creating a custom solution that would keep the employee in control of the screenshots. This could be done using encryption with the employee's key or uploading to private buckets - the exact details will be decided once (and if) we need it. + # Configuring the environment Once you have installed the time-tracking app, it's time to prepare your environment. @@ -750,4 +753,4 @@ if __name__ == '__main__': print( f'Our job requires at least {MIN_EXP} years of programming experience and some python love' ) -``` +``` \ No newline at end of file From f12a0734a45964cf3e4225879cdda41f86b49aec Mon Sep 17 00:00:00 2001 From: przadka Date: Sat, 3 Feb 2024 14:44:40 +0100 Subject: [PATCH 2/2] sembr fixes Added line breaks after each sentence --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ceda74..951e955 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,9 @@ The CEO even wanted to disable the screenshot feature of the tracker in early 20 It seems that nobody has reviewed a screenshot since July 2018, except for people reviewing their own thing at the end of the day. Being able to easily recover from a situation where you have accidentally billed a client for doing something private (as you forgot to pause the timer) is nice and in line with the company values. -Some candidates feel uncomfortable with a 3rd party application collecting screenshots, and we are willing to accommodate that. If a fitting candidate is unhappy with the current setup, we'll invest time into creating a custom solution that would keep the employee in control of the screenshots. This could be done using encryption with the employee's key or uploading to private buckets - the exact details will be decided once (and if) we need it. +Some candidates feel uncomfortable with a 3rd party application collecting screenshots, and we are willing to accommodate that. +If a fitting candidate is unhappy with the current setup, we'll invest time into creating a custom solution that would keep the employee in control of the screenshots. +This could be done using encryption with the employee's key or uploading to private buckets - the exact details will be decided once (and if) we need it. # Configuring the environment @@ -753,4 +755,4 @@ if __name__ == '__main__': print( f'Our job requires at least {MIN_EXP} years of programming experience and some python love' ) -``` \ No newline at end of file +```