radiantlab / HDRICalibrationTool

A free, open-source cross-platform interface to help Radiance automate the merging of multiple LDR images into an HDR image.
GNU General Public License v3.0
4 stars 1 forks source link

Radiance Progress for User Interface #31

Closed stack461 closed 4 months ago

stack461 commented 11 months ago

As a developer I want to be able to track the progress so that I can display a progress bar in the user interface.

Background: In order to create a progress bar in the user interface, we first need to know what the progress is. This is for both the developer and the user. It is for the developer so they can implement it into the user interface and in the end the user will be able to track their progress. Since Radiance and the existing user interface do not have this feature, there is no data to show.

Requirements: Needs to print the progress of Radiance in a percent format.

Design Resources: Since this is not the user interface but the functional part of the code, there is no design requirement.

Dependencies: The only dependency is Radiance. There are no tasks before this task that need to be done before.

There are no subtasks.

Estimate: This should take a week and a good bit of work.

Open questions: What programming language are we using for this?

Acceptance criteria: The program accurately shows the progress of Radiance.

Definition of done: The program runs correctly. The task shows to be in review. Group reviews the task. Documentation for how the program works is given.