Add total_units, complete_units to progress report

This commit is contained in:
2024-09-30 21:41:57 -06:00
parent 8acaaf528c
commit 08cd768260
6 changed files with 63 additions and 14 deletions

View File

@@ -32,6 +32,10 @@ message Measures {
uint64 complete_data = 13;
// Completed (or "linked") data percent
float complete_data_percent = 14;
// Total number of units
uint32 total_units = 15;
// Completed (or "linked") units
uint32 complete_units = 16;
}
// Project progress report