Monday, 8/05/2019
- ID
- 79ecd94c-0368-4ac9-a179-1def93ca26b9
#+BEGIN: clocktable :scope file :maxlevel 3 :formula % :compact t :tags t
#+CAPTION: Clock summary at
| Tags | Headline | Time | % |
|------------------------------+------------------------------------------------+---------+-------|
| | *Total time* | *13:49* | 100.0 |
|------------------------------+------------------------------------------------+---------+-------|
| | Monday, 8/05/2019 | 13:49 | 100.0 |
| | \_ Tasks [18/19] | 13:49 | 100.0 |
| @family, meal, breakfast | \_ Breakfast | 0:01 | 0.1 |
| @personal, tasks, daily | \_ Set tasks for the day | 0:19 | 2.3 |
| @personal, habit, journal | \_ Write in daily journal | 0:05 | 0.6 |
| @work, castinetour | \_ Historical tour of Castine | 2:07 | 15.3 |
| @home, chore, dishes | \_ Dishes | 0:19 | 2.3 |
| @personal, meal, lunch | \_ Lunch | 0:25 | 3.0 |
| @15five, meeting, boost | \_ Team Boost | 0:34 | 4.1 |
| @15five, meeting, learning | \_ DjangoQL walk thru with Caleb | 0:17 | 2.1 |
| @15five, pr, review | \_ Review Andrii's PR | 2:48 | 20.3 |
| @family, walk, exercise | \_ Walk with nabby | 0:25 | 3.0 |
| @15five, grouptypes, eng3437 | \_ Work on adding a create API for group... | 0:30 | 3.6 |
| @town, meeting, sboard | \_ 2019 August 09 Selectboard meeting | 1:06 | 8.0 |
| @personal, exercise, run | \_ Run | 1:03 | 7.6 |
| @personal, bath | \_ Bath | 0:40 | 4.8 |
| @home, cleaning | \_ Cleaning the kids room | 1:05 | 7.8 |
| @home, dinner | \_ Dinner | 1:12 | 8.7 |
| @personal, passport | \_ Fill out passport form | 0:09 | 1.1 |
| @personal, computer, repair | \_ Try to fix Jess' computer | 0:44 | 5.3 |
#+END:
Tasks [18/19]
DONE Breakfast
CLOSED:
:LOGBOOK:
CLOCK: -- => 0:01
:END:
DONE Set tasks for the day
CLOSED: SCHEDULED:
:LOGBOOK:
CLOCK: -- => 0:19
:END:
DONE Write in daily journal
CLOSED: SCHEDULED: <2019-08-05 Mon 8:15>
:LOGBOOK:
CLOCK: -- => 0:05
:END:
DONE Historical tour of Castine
CLOSED: SCHEDULED: <2019-08-05 Mon 9:15>
:LOGBOOK:
CLOCK: -- => 2:07
:END:
DONE Dishes
CLOSED: SCHEDULED:
:LOGBOOK:
CLOCK: -- => 0:19
:END:
DONE Lunch
CLOSED: SCHEDULED:
:LOGBOOK:
CLOCK: -- => 0:25
:END:
DONE Team Boost
CLOSED: SCHEDULED:
:LOGBOOK:
CLOCK: -- => 0:34
:END:
Gratitude -> how has your struggles helped you become who you are?
DONE DjangoQL walk thru with Caleb
CLOSED: SCHEDULED:
:LOGBOOK:
CLOCK: -- => 0:17
:END:
DONE Review Andrii's PR
CLOSED: SCHEDULED: <2019-08-05 Mon 8:30>
:LOGBOOK:
CLOCK: -- => 2:07
CLOCK: -- => 0:41
:END:
#+BEGIN_SRC python
class GroupTypeQuerySet(models.QuerySet):
def for_company(self, smart_groups=False, annotate_with_group_count=True):
qs = get_existing_group_types_for_company(
company
)
if smart_groups:
qs = qs.exclude(name_plural=SMART_GROUP_TYPE_LABEL_PLURAL)
else:
qs = qs.filter(name_plural=SMART_GROUP_TYPE_LABEL_PLURAL)
if (annotate_with_group_count):
qs = qs.annotate(group_count=Count('companygroup', filter=Q(delete_ts__isnull=True))
return qs
#+END_SRC
DONE Walk with nabby
CLOSED: SCHEDULED:
:LOGBOOK:
CLOCK: -- => 0:25
:END:
DONE Work on adding a create API for group types
CLOSED: SCHEDULED: <2019-08-05 Mon 3:15>
- LINK
- [[file:15five.org::*ENG-3437 Create API for GroupType creation][ENG-3437 Create API for GroupType creation]]
:LOGBOOK:
CLOCK: -- => 0:30
:END:
DONE 2019 August 09 Selectboard meeting
CLOSED: SCHEDULED:
:LOGBOOK:
CLOCK: -- => 1:06
:END:
Notes kept in town notebook
DONE Run
CLOSED: SCHEDULED:
:LOGBOOK:
CLOCK: -- => 1:03
:END:
DONE Bath
CLOSED:
:LOGBOOK:
CLOCK: -- => 0:40
:END:
DONE Cleaning the kids room
CLOSED:
:LOGBOOK:
CLOCK: -- => 1:05
:END:
DONE Dinner
CLOSED:
:LOGBOOK:
CLOCK: -- => 1:12
:END:
DONE Fill out passport form
CLOSED: SCHEDULED:
:LOGBOOK:
CLOCK: -- => 0:09
:END:
DONE Try to fix Jess' computer
CLOSED:
:LOGBOOK:
CLOCK: -- => 0:44
:END:
Looking at it again, the charger I have is a 1.2a charger, and the computer
specs say 2.4a So I think this might just not be the right charger. On the flip
side, I feel like Jess didn't give me this charger, but I'm not sure how to find out.
---
I just ordered a new charger for 17.99 from Amazon. We'll see ...
WONTDO Finish building out drill for BSM quiz
- LINK
- [[file:15five.org::*What is Best-Self Management?][What is Best-Self Management?]]
Journal
I woke up feeling really good this morning after going to bed at a reasonable
hour. It's nice to have the sermon yesterday behind me and be looking forward to
another week at 15Five. I'm hoping to get back into marathon training for real
this week. It's been two weekends now that I've missed my long run, and I need
to be building up a base.