hivesolutions / colony-print

Small web app for printing of colony based documents
http://colony-print.hive.pt
0 stars 0 forks source link

Print job status visibility #7

Closed joamag closed 5 months ago

joamag commented 5 months ago

Description

It should be possible to check the status of a print job currently in the queue or already printed.

Implementation

It should be possible to store the status only for the X last jobs (e.g., 1024) - a structure to be created at the Appier level.

There should be a GET route for the jobs to be able to be easily accessed.