Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 534 Bytes

TASKS.md

File metadata and controls

18 lines (12 loc) · 534 Bytes

Tasks

Functionality

These tasks are related to creating new functionality for the end-user.

  • Create an UI (GUI? TUI?)
  • Show steps to get to solution
  • Hide the A* algorithm solver behind a feature flag, as well as the relevant dependencies

Internal

These tasks affect internal code refactors and other things that shouldn't affect the user's experience.

  • Add ratatui as a dependency
  • Add versioning?
  • Add better error handling, delete all unwraps
  • Rename x and y to row and col