It would be convenient for human users of the pygeoapi server to be able to examine job info in the browser and not have to parse a JSON response. At least some pygeoapi endpoints can return a response in HTML format, which might be sufficent, but I haven't yet examined what that looks like. Key features would be:
- a list of jobs and their status
- link to job details
- link to job workspace in bucket
When communicating to a wider audience, it will be really helpful to show a job appearing in real time and its status changing from accepted -> running -> finished.
It would be convenient for human users of the pygeoapi server to be able to examine job info in the browser and not have to parse a JSON response. At least some pygeoapi endpoints can return a response in HTML format, which might be sufficent, but I haven't yet examined what that looks like. Key features would be:
When communicating to a wider audience, it will be really helpful to show a job appearing in real time and its status changing from accepted -> running -> finished.