Updated roadmap
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Joe Bellus 2022-10-16 22:05:49 -04:00
parent e76ac44ee1
commit 63b44ba3a0
1 changed files with 8 additions and 8 deletions

View File

@ -53,11 +53,11 @@ Abacus is currently in early development. It employs a custom built editor which
** Road map
*** DONE Editor basics
*** DONE Scripting basics - Scripting functionality provided by extending the Rhai scripting language
*** DONE Dataframe support - Pandas style dataframe support via the Polars framework
*** DONE CSV Support - Importing and processing large CSV files
*** TODO Editor improvements - Improve editor to mirror basic VIM functionality and fix text/cursor related bugs
*** TODO Math functions - Implement common mathmatical functions and constants into the scripting language
*** TODO Dataframe performance - Reduce the performance cost of converting from the scripting engine to polars
*** TODO Web/JSON support - Add HTTP requesting functionality and JSON parsing/processing to the scripting engine
- +Editor basics+
- +Scripting basics - Scripting functionality provided by extending the Rhai scripting language+
- +Dataframe support - Pandas style dataframe support via the Polars framework+
- +CSV Support - Importing and processing large CSV files+
- Editor improvements - Improve editor to mirror basic VIM functionality and fix text/cursor related bugs
- Math functions - Implement common mathmatical functions and constants into the scripting language
- Dataframe performance - Reduce the performance cost of converting from the scripting engine to polars
- Web/JSON support - Add HTTP requesting functionality and JSON parsing/processing to the scripting engine