analyze construction task update

This commit is contained in:
mmaheshwari2 2025-03-02 13:16:47 -08:00
parent 0494514f4e
commit d46c587cdd

View file

@ -27,6 +27,6 @@ Object.entries(counts).forEach(([category, count]) => {
console.log(`\nTotal tasks: ${Object.keys(tasks).length}`);
console.log(`Total categories: ${Object.keys(counts).length}`);
const expectedTotal = 5 * 3 * 3* 3
* 5; // materialLevels * roomCounts * windowStyles * carpetStyles * variants
console.log(`Expected total tasks: ${expectedTotal}`);
// const expectedTotal = 5 * 3 * 3* 3
// * 5; // materialLevels * roomCounts * windowStyles * carpetStyles * variants
// console.log(`Expected total tasks: ${expectedTotal}`);