sartography / spiff-arena

SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams
https://www.spiffworkflow.org/
GNU Lesser General Public License v2.1
64 stars 42 forks source link

Finish typeahead updates #2049

Open calexh-sar opened 1 month ago

calexh-sar commented 1 month ago

The typeahead data store needs to be updated like the json and kkv data stores so that it has location information, which would allow it to be "upsearched" and created at a group level instead of just the top level. This will require:

  1. splitting the typeahead data model into two classes like was done for kkv
  2. filling out the data store typeahead class to take location into consideration
  3. update the apis so that tiles are shown typeaheads at the group level and they appear in the dropdown to pick a data store correctly
use-tusk[bot] commented 1 month ago

Tusk may be able to work on this ticket, but more context in the description would help.

Add the Tusk label after to create a pull request. More on best practices here.