init
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
- Focus block for at least 2pm to 3pm as it's my most productive hour.
|
||||
- Probably better to go for 2-4 pm as 4pm is where stuff drops
|
||||
@@ -0,0 +1,6 @@
|
||||
### Notes
|
||||
```dataview
|
||||
table file.ctime as Date from "2. Areas/Productivity"
|
||||
sort file.name
|
||||
```
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
1. Direct real harmful impact if not done -> drop everything and do it
|
||||
- Customer lost data, server.
|
||||
- Family member in trouble
|
||||
- [[Nala]] is sick and need care
|
||||
2. Important needed to be done today -> start working on it asap
|
||||
- Surprise deadline, blocking work
|
||||
- Might turn into a no. 1 if left unattended
|
||||
- Important show stopper
|
||||
3. Important needed to advance -> schedule it to be done
|
||||
- Could block a project
|
||||
- Needed to advance other project
|
||||
- Can be pushed for a couple days
|
||||
4. Nice to have -> try to scheduling it before it grow higher
|
||||
- If I have time left
|
||||
- Will become needed later
|
||||
- Might be done in a couple day or week without impact
|
||||
@@ -0,0 +1,10 @@
|
||||
### Week view
|
||||
|
||||
^a7db2c
|
||||
|
||||
%% The dates are setup for previous Monday to last Friday range, when we're Monday %%
|
||||
```dataview
|
||||
task from "1. 📚 Projects/📅 Planning"
|
||||
where file.day >= date(today) - dur(7 days) and file.day < date(today) - dur(2 days)
|
||||
sort file.day asc
|
||||
```
|
||||
Reference in New Issue
Block a user