issues
search
adam-jw-casey
/
beavor
MIT License
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Draft: Add multi-step/task projects with milestones
#122
adam-jw-casey
opened
11 months ago
0
`WorkDay::add()` should take a non-negative duration type like `std::Duration`
#121
adam-jw-casey
opened
11 months ago
0
Application crashes when opening for the first time in a calendar year and without a network connection.
#120
adam-jw-casey
opened
11 months ago
0
Draft: Write documentation, clean up error handling and write unit tests
#119
adam-jw-casey
closed
11 months ago
0
Make pure versions of all impure functions to make testing possible
#118
adam-jw-casey
closed
11 months ago
0
Add additional scheduling algorithms
#117
adam-jw-casey
opened
11 months ago
0
Improve look of filtered-to dates in calendar
#116
adam-jw-casey
opened
11 months ago
0
Draft: Improve categories
#115
adam-jw-casey
closed
11 months ago
0
Toggle filtered-to date by re-clicking in calendar
#114
adam-jw-casey
closed
11 months ago
0
Filter tasks to only show thoses from a single category
#113
adam-jw-casey
opened
11 months ago
5
Currently no way to override a stat holiday
#112
adam-jw-casey
opened
11 months ago
0
Tear out commandline
#111
adam-jw-casey
closed
11 months ago
0
Change the one dyn Error into an anyhow::Result
#110
adam-jw-casey
closed
11 months ago
0
Use `anyhow` for error handling throughout
#109
adam-jw-casey
closed
11 months ago
0
Category input should have a dropdown list to encourage consistency, not just a dropdown box
#108
adam-jw-casey
closed
11 months ago
1
"Undo" button for when you left a timer running for a long time
#107
adam-jw-casey
opened
11 months ago
0
Fix the hacky way that database mutation is handled in the frontend
#106
adam-jw-casey
closed
11 months ago
1
Log time worked
#105
adam-jw-casey
closed
11 months ago
0
Draft: Focus the commandline when a command is entered
#104
adam-jw-casey
closed
11 months ago
1
Automatically close list of links when switching tasks
#103
adam-jw-casey
closed
11 months ago
0
Update dependencies to hopefully address security warnings
#102
adam-jw-casey
closed
11 months ago
0
Show a category-by-category breakdown of work this week / today.
#101
adam-jw-casey
opened
11 months ago
2
Switching tasks while links list is open blocks opening link lists in other tasks
#100
adam-jw-casey
closed
11 months ago
0
Bump openssl from 0.10.57 to 0.10.61
#99
dependabot[bot]
closed
12 months ago
2
Disable save and delete buttons for blank tasks; Disable some unnecessary clippy warnings; Add day-of-week headers to calendar in GUI; Fix a code quality issue clippy complained about
#98
adam-jw-casey
closed
12 months ago
0
Prevent saving new empty/default task
#97
adam-jw-casey
closed
12 months ago
0
Account for the time remaining today in the workload calculation
#96
adam-jw-casey
closed
11 months ago
0
Commandline should grab focus when activated
#95
adam-jw-casey
closed
11 months ago
1
Clean main
#94
adam-jw-casey
closed
1 year ago
0
Implementation of command line is messy
#93
adam-jw-casey
closed
11 months ago
1
Push structs and enums out of `frontend/src/main.rs` and into the widget files that actually use them.
#92
adam-jw-casey
closed
1 year ago
0
Display errors to the user, execute commands from a sort of command-line, and allow the user to mark vacation days
#91
adam-jw-casey
closed
1 year ago
1
Update HourRange to guarantee that end is after start
#90
adam-jw-casey
closed
11 months ago
1
Disable delete button if the displayed task is new, i.e., does not exist in the database
#89
adam-jw-casey
closed
12 months ago
0
Disable all other buttons while a modal is open
#88
adam-jw-casey
opened
1 year ago
1
Display hyperlink errors in UI, not just in the terminal
#87
adam-jw-casey
closed
1 year ago
1
Load `config.json` asynchronously
#86
adam-jw-casey
opened
1 year ago
0
Add day-of-week headers to calendar in GUI
#85
adam-jw-casey
closed
12 months ago
0
Fix database.days_off() so that it won't panic if run without an internet connection
#84
adam-jw-casey
opened
1 year ago
0
Make database method to insert hyperlink to reduce duplication
#83
adam-jw-casey
closed
12 months ago
0
Assign different amounts of time to different task categories each week
#82
adam-jw-casey
opened
1 year ago
0
Log each "time worked" event (i.e., every time the timer is stopped and the task is saved)
#81
adam-jw-casey
closed
11 months ago
1
Store persistent user settings in a `.json` config file
#80
adam-jw-casey
closed
1 year ago
1
Allow user to add days off / vacation days from GUI
#79
adam-jw-casey
closed
1 year ago
2
Assign priorities to tasks
#78
adam-jw-casey
opened
1 year ago
4
Cleanup `update` function in frontend
#77
adam-jw-casey
closed
1 year ago
0
Change `Task` to use `Duration` rather than `u32` for time durations
#76
adam-jw-casey
closed
1 year ago
0
Draft: Change message names when fallible to `Try_` and when they are the forced equivalent of a fallible message, to `Force_`
#75
adam-jw-casey
closed
1 year ago
0
Track mouse click on calendar so that releasing doesn't spuriously select
#74
adam-jw-casey
closed
1 year ago
0
Releasing left click with cursor on calendar selects date even if calendar wasn't originally clicked.
#73
adam-jw-casey
closed
1 year ago
0
Next