GothenburgBitFactory / GothenburgBitFactory/taskwarrior
Feature request: show day of week on task info screen
- Dominant language
- C++
- Stars
- 6.1k
- Forks
- 423
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 11
Description
#### To request a feature...
* Clearly describe the feature.
currently:
```
[I] ~ t 534
No command specified - assuming 'information'.
Name Value
ID 534
Description check for new 2for1 audible selections 3 credits left
Status Pending
Entered 2020-05-03 13:26:03 (3w)
Scheduled 2020-06-02 16:31:05
Last modified 2020-05-18 16:31:06 (10d)
Virtual tags PENDING SCHEDULED UDA UNBLOCKED PRIORITY
UUID 14d3a518-17b5-4f89-8af2-99a6db337385
Urgency 6.137
Priority H
```
desired:
```
[I] ~ t 534
No command specified - assuming 'information'.
Name Value
ID 534
Description check for new 2for1 audible selections 3 credits left
Status Pending
Entered 2020-05-03 13:26:03 (Sunday) (3w)
Scheduled 2020-06-02 16:31:05 (Tuesday)
Last modified 2020-05-18 16:31:06 (10d) (Monday)
Virtual tags PENDING SCHEDULED UDA UNBLOCKED PRIORITY
UUID 14d3a518-17b5-4f89-8af2-99a6db337385
Urgency 6.137
Priority H
```
* Clearly state the use case. We are only interested in use cases, do not waste time with implementation details or suggested syntax:
Use case is right now when dates are off in the future, I must consult a calendar to look up which day of week it is. Depending on my schedule I may prefer a different day (for scheduling a task in the future for instance). I should be able to see day of week on each info screen. Arrange it however you like.
Contributor guide
Assessment
This issue has not been assessed yet.