The BlpJob should manage a list of frames (in DB). These frames need to be initialized, shown and marked as done, not done or in progress.
- Create a frame database
- each frame has a row
- row states are: not done, in progress, done
- a processed row keeps also track of
- assignment time
- host assigned
- a done row keeps (or provides) a link to the frame on the server.
The BlpJob should manage a list of frames (in DB). These frames need to be initialized, shown and marked as done, not done or in progress.