wildlife-dynamics / ecoscope-workflows

An extensible task specification and compiler for local and distributed workflows.
https://ecoscope-workflows.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Review task params against standard REACT JSON Schema forms #93

Open walljcg opened 1 month ago

walljcg commented 1 month ago

Review all the task params within the patrols workflow and compare against the 'out-of-the-box' (shot-cn) json schema controls to see what we might need to customize ourselves versus what we get for free (e.g., floats, text, arrays, tuples, dicts, datetime, integers, )

cisaacstern commented 1 month ago

xref https://github.com/wildlife-dynamics/ecoscope-workflows/issues/82#issuecomment-2240880664

Yun-Wu commented 1 month ago

Here are the issues identified during research:

The fix can be found here #123

cisaacstern commented 1 month ago

Responses to above points in https://github.com/wildlife-dynamics/ecoscope-workflows/pull/123#pullrequestreview-2216061317 (responded on the PR to combine that with my review there)

Yun-Wu commented 1 month ago

Created the following tasks based on our discussion

Hopefully this week I can get all patrol-workflow configuration correctly rendered (stretch goal). Then I'll work on key improvement for user experience.