Add progress spinner/status to index output #2

Open
opened 2026-07-02 22:34:15 -06:00 by mystictoad · 1 comment
Owner

The index tab in the UI currently has no indication of execution status. A status monitor needs to be added in the form of a console readout or another rich progress bar (or equivalent). If halo package works, this would be ideal for indicating progress movement.

The index tab in the UI currently has no indication of execution status. A status monitor needs to be added in the form of a console readout or another rich progress bar (or equivalent). If `halo` package works, this would be ideal for indicating progress movement.
Author
Owner

This will require further refactoring to allow for the UI to run on a separate thread from the indexing operation. The two currently run in the same process, meaning that a progress bar wouldn't change until after cmd_index is run.

  • Multithreading for UI vs. indexing
  • Pass through checked/to check file counts to UI logic
  • Add progress bar using CTkProgressBar
This will require further refactoring to allow for the UI to run on a separate thread from the indexing operation. The two currently run in the same process, meaning that a progress bar wouldn't change until after `cmd_index` is run. - [ ] Multithreading for UI vs. indexing - [ ] Pass through checked/to check file counts to UI logic - [ ] Add progress bar using `CTkProgressBar`
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Geography-Utilities/Meridian#2
No description provided.