I wrote the following dummy config to test report development:
tasks:
- name: hello
kind: local
module: /Users/nv5842/github/tigerflow/playground/dev_tests/hello_task/hello_world.py
input_ext: .txt
- name: hello2
kind: local
module: /Users/nv5842/github/tigerflow/playground/dev_tests/hello_task/hello_world.py
input_ext: .txt
The hello task is also a dummy task based on the hello world one from the docs. This is what the report dashboard looks like for running this config with 3 (2 valid) input files:

(Note: the `warnings` section is what I'm currently working on and not an official part of the dashboard)
Some things to notice:
- The order of the tasks is inconsistent between sections
- The progress bars are different lengths
- Despite both tasks completing 2/3 files, the
progress total for hello2 is 2
I wrote the following dummy config to test
reportdevelopment:The
hellotask is also a dummy task based on thehello worldone from the docs. This is what the report dashboard looks like for running this config with 3 (2 valid) input files:Some things to notice:
progresstotal forhello2is 2