mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
feat(docs): add saved view heading screenshots and agenda collapsible groups demo\n\n- Task List: add screenshots for heading showing saved view name and completed/total\n- Subtasks Widget: add screenshot showing saved view name and counts in widget header\n- Agenda: add GIF demonstrating saved view heading, counts, and collapsible date groups (with Expand/Collapse All)\n- Include assets (PNG/GIF) under docs/assets
This commit is contained in:
parent
eaa1c007c7
commit
1ae94b679f
7 changed files with 29 additions and 0 deletions
BIN
docs/assets/agenda-collapsible-group-and-item-count.gif
Normal file
BIN
docs/assets/agenda-collapsible-group-and-item-count.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 866 KiB |
BIN
docs/assets/subtask_view_nam+count+task_count.png
Normal file
BIN
docs/assets/subtask_view_nam+count+task_count.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
BIN
docs/assets/tasklist_filter_name+count_no_filter.png
Normal file
BIN
docs/assets/tasklist_filter_name+count_no_filter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/assets/tasklist_filter_name+count_with_filter.png
Normal file
BIN
docs/assets/tasklist_filter_name+count_with_filter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
|
|
@ -152,6 +152,13 @@ When tasks are grouped by status, priority, or other criteria, each group displa
|
|||
|
||||

|
||||
|
||||
|
||||
### Saved view heading and counts in Subtasks Widget
|
||||
|
||||
The Project Subtasks widget shows the saved view name and completion counts just like the Task List heading.
|
||||
|
||||

|
||||
|
||||
## Natural Language Processing
|
||||
|
||||
TaskNotes includes a **Natural Language Processor (NLP)** that parses task descriptions written in English to extract structured data. This allows for task creation from conversational language, such as "Prepare quarterly report due Friday #work high priority," which would automatically set the due date, tag, and priority.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,15 @@ The Agenda View displays a chronological list of tasks and notes, sorted by thei
|
|||
|
||||
The Agenda View includes the same FilterBar functionality as the Task List View, allowing you to filter, sort, and save views of your tasks. See the [Task List View](task-list.md) documentation for complete FilterBar functionality details.
|
||||
|
||||
|
||||
### Saved view heading, counts, and collapsible groups
|
||||
|
||||
- The Agenda heading shows the saved view name with a completion count (completed / total), consistent with the Task List.
|
||||
- Date groups are collapsible, with “Expand All” and “Collapse All” buttons always visible in the FilterBar top controls.
|
||||
- Collapsed state is remembered between sessions.
|
||||
|
||||

|
||||
|
||||
## Content Organization
|
||||
|
||||
The Agenda View groups tasks and notes by time. The default groups are "Overdue," "Today," "Tomorrow," "This Week," "Next Week," and "Later." Within each group, items are sorted by priority.
|
||||
|
|
|
|||
|
|
@ -86,6 +86,19 @@ The FilterBar supports saving and loading filter configurations:
|
|||
- **Delete**: Remove saved views
|
||||
- Saved views include the complete filter hierarchy, sorting, and grouping preferences
|
||||
|
||||
|
||||
### Heading display and completion count
|
||||
|
||||
The Task List heading shows the active saved view name and the current task count (completed / total).
|
||||
|
||||
- No filter selected (shows “All”):
|
||||
|
||||

|
||||
|
||||
- Saved view selected:
|
||||
|
||||

|
||||
|
||||
### Sorting Options
|
||||
|
||||
Available sort criteria:
|
||||
|
|
|
|||
Loading…
Reference in a new issue