Skip to content

Commit af65e23

Browse files
committed
.
1 parent 2fb9445 commit af65e23

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Rapid Time Tracker is an ultra-lightweight time tracker operating on a local tex
88
---
99

1010
![main-screenshot](screenshots/main.png)
11+
![calendar-screenshot-1](screenshots/calendar-1.png)
12+
![calendar-screenshot-2](screenshots/calendar-2.png)
1113

1214
---
1315

@@ -106,7 +108,7 @@ The timeline (on the left side) allows you to view records in chronological orde
106108

107109
#### Tree
108110

109-
The tree (on the right side) allows you to view the total recorded amount for each action, in a hierarchical structure. Records for child actions, e.g. `entertainment: games: minecraft`, automatically count towards records for ancestors (e.g. `entertainment` and `entertainment: games`).
111+
The explorer tree (on the right side) allows you to view the total recorded amount for each action, in a hierarchical structure. Records for child actions, e.g. `entertainment: games: minecraft`, automatically count towards records for ancestors (e.g. `entertainment` and `entertainment: games`).
110112

111113
You can click on the actions to edit them.
112114

@@ -118,7 +120,15 @@ To view the total recorded amounts in a given period of time, use the date range
118120

119121
A block-visualization of the record times is shown on the right most side, with vertical height of the blocks corresponding to the total recorded duration for the action. You can hover on the blocks to see the exact amounts (depending on the unit option) for the particular action.
120122

121-
![bar](screenshots/bar.png)
123+
#### Calendar
124+
125+
Click on the **Calendar** button to switch to the calendar view. In this view, you can view record distribution over time. The block visualization follows the action hierarchy.
126+
127+
![calendar-screenshot-1](screenshots/calendar-1.png)
128+
129+
You can hover on the block to highlight that particular action across the entire time range being viewed.
130+
131+
![calendar-screenshot-2](screenshots/calendar-2.png)
122132

123133
### Toolbar
124134
The top level toolbar supports other miscellaneous features:

screenshots/calendar-1.png

56 KB
Loading

screenshots/calendar-2.png

50.4 KB
Loading

0 commit comments

Comments
 (0)