Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 662 Bytes

ROADMAP.md

File metadata and controls

19 lines (18 loc) · 662 Bytes

Roadmap

  • Complete the readme file
  • Vitests
  • Implement the options into the web interface
    • confirm
    • automatic corrections
    • change history mode
    • Editable SQL query before confirmation (and keep the modifications in the history)
    • Editable SQL query after an error
    • Editable prompt query after an error
  • reset history
  • persist the history so it can be reused later
  • Use the npm package as a library
  • Keep the modifications of the edited SQL query in the history
  • Dark/light mode toggle
  • Add CI tests for both the CLI and the web interface
  • Verbose level, timestamps etc
  • Comment the code