From 22b7e215c14932264a8e9d35cdb27228820b21a7 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Tue, 19 Aug 2025 15:27:58 -0700 Subject: [PATCH 1/2] Update faq.md --- docs/faq.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 3775599..5634fdd 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -70,4 +70,7 @@ We are open to adding more fields to CMS code.json for any metadata the agency s ### My agency extended the code.json schema to add more metadata fields. Where can I share this? -We encourage agencies to contribute by [submitting an agency schema addition issue](https://github.com/DSACMS/gov-codejson/issues) to [include their extended schema in the repository](../schemas). This helps foster collaboration and ensures shared improvements benefit the wider community. \ No newline at end of file +We encourage agencies to contribute by [submitting an agency schema addition issue](https://github.com/DSACMS/gov-codejson/issues) to [include their extended schema in the repository](../schemas). This helps foster collaboration and ensures shared improvements benefit the wider community. + +### Does `laborHours` need to be down-to-the-minute accurate? +We strive to automate labor hour calculations for public repositories whenever possible (using the [scc](https://github.com/boyter/scc) tool), but manual calculations are acceptable when automation isn't feasible. The goal is reasonable accuracy rather than precise minute-by-minute tracking. From cb49c0184df50a34be89d2ad14e756aff7e9bbe1 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 20 Aug 2025 09:32:57 -0700 Subject: [PATCH 2/2] Update faq.md --- docs/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 5634fdd..827c81c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -73,4 +73,5 @@ We are open to adding more fields to CMS code.json for any metadata the agency s We encourage agencies to contribute by [submitting an agency schema addition issue](https://github.com/DSACMS/gov-codejson/issues) to [include their extended schema in the repository](../schemas). This helps foster collaboration and ensures shared improvements benefit the wider community. ### Does `laborHours` need to be down-to-the-minute accurate? -We strive to automate labor hour calculations for public repositories whenever possible (using the [scc](https://github.com/boyter/scc) tool), but manual calculations are acceptable when automation isn't feasible. The goal is reasonable accuracy rather than precise minute-by-minute tracking. + +The goal is to be as accurate as we can, and with as little burden as possible. We strive to automate labor hour calculations for public repositories whenever possible (using the [scc](https://github.com/boyter/scc) tool), but manual ballpark estimates are acceptable when precise calculation isn't feasible.