Skip to content

Commit

Permalink
Add summaries for week of 2021-05-17 to 2021-05-23
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnaik committed May 25, 2021
1 parent 8be860a commit 1b219bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion sql/day_summaries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1175,4 +1175,12 @@ insert into day_summaries(date, day_job_daily_update, personal_daily_update, min
('2021-05-13',3846,515,220,0,0,45,2,73,NULL),
('2021-05-14',3849,516,285,0,0,0,7,0,NULL),
('2021-05-15',3850,517,209,0,0,168,7,0,NULL),
('2021-05-16',3851,518,188,0,0,40,0,65,NULL);
('2021-05-16',3851,518,188,0,0,40,0,65,NULL),
/* Week of 2021-05-17 */
('2021-05-17',3852,519,292,0,0,15,0,0,NULL),
('2021-05-18',3856,520,209,0,5,20,10,0,NULL),
('2021-05-19',3859,521,218,0,0,55,2,0,NULL),
('2021-05-20',3860,522,190,0,0,165,10,0,NULL),
('2021-05-21',3864,523,243,0,0,40,30,0,NULL),
('2021-05-22',3865,524,180,0,0,100,0,0,NULL),
('2021-05-23',3866,525,128,0,0,150,60,75,NULL);
3 changes: 2 additions & 1 deletion sql/week_summaries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ insert into week_summaries(week_start_date, notes) values
('2021-04-19','I had a relatively normal amount of work time; slightly on the lower end during the week, compensated by slightly on the higher end during the weekend.'),
('2021-04-26','I spent a large chunk of time on two weekdays working on personal projects, explaining the greater total time spent on personal projects. My overall accounted time spent was lower than normal, partly because of less accounted time on weekends and partly because the change to increase time on personal projects led to some overhead of inefficiency.'),
('2021-05-03','I spent more of my weekend time working than usual.'),
('2021-05-10','I had somewhat-lower-than-total accounted-for-hours, mostly due to some inefficiencies during the week. I didn''t spend time on personal projects or personal finances at all.');
('2021-05-10','I had somewhat-lower-than-total accounted-for-hours, mostly due to some inefficiencies during the week. I didn''t spend time on personal projects or personal finances at all.'),
('2021-05-17','I did two rounds of cooking (and also correspondingly two rounds of food purchase) so I spent more time on personal chores than usual. The increased time came mostly at the expense of my time spent on work. I spent almost no time on personal projects and personal finances, similar to the previous week.');

0 comments on commit 1b219bb

Please sign in to comment.