We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate LOC in code.json. Note that this requires the code.gov metadata schema 2.0.0 to be updated to include a measurement field.
The text was updated successfully, but these errors were encountered:
I think this may be related to GSA/code-gov-data#22
Sorry, something went wrong.
This will be trivial once a field is added.
Today we calculate the laborHours (which does have a field in the schema), which is done based on the number of lines of code:
scraper/scraper/util.py
Line 200 in ca3736d
So all we need to do is store that value in the correct place and we’re already done.
No branches or pull requests
Generate LOC in code.json. Note that this requires the code.gov metadata schema 2.0.0 to be updated to include a measurement field.
The text was updated successfully, but these errors were encountered: