hholzgra / ocitysmap

Fork of ocitysmap repository at savannah.nongnu.org
Other
35 stars 12 forks source link

Extend status update API response with "step x of y" progress info #102

Open hholzgra opened 10 months ago

hholzgra commented 10 months ago

We should be able to calculate the total number of status update message transitions up front now that #99 is implemented, with the only two variable parameters being number of overlays, and in case of multipage output also number of pages.

With that we should be able to extend the status API response with some extra pieces of information:

The maposmatic frontend, and other API clients, then could create some visual progress feedback from that ...