You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
Why
As an organization I would want to know if my spreadsheet has the data in the format expected by the UI rendering layer.
How
Add a route of the pattern /{organization}/validate which provides a 'scorecard' of the spreadsheet that was used for the rendering the view on /{organization} and /{organization}/admin.
The response should return exhaustive information about what are the problems in the dataset.
The response should return an affirmative to indicate that the spreadsheet is good-to-go.
The objective is to
identity the problems in the data-set,
guide the data-set owner to fix the data-set and
have an easy way to get feedback on the fixes that were made, iteratively.
The text was updated successfully, but these errors were encountered:
I'm taking a look at this and am coming up with the error:
Failed to compile
./src/components/Common/OrganizationCard.js
103:17-28 '../../utils/distance.js' does not contain an export named 'getDistance'.
It is coming up in a few files where the function is called. I believe I'm working on the most an up-to-date branch. Can someone verify that getDistance exists in their own project? On why this may be missing from mine? Potential bug?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Why
As an organization I would want to know if my spreadsheet has the data in the format expected by the UI rendering layer.
How
/{organization}/validate
which provides a 'scorecard' of the spreadsheet that was used for the rendering the view on/{organization}
and/{organization}/admin
.The objective is to
The text was updated successfully, but these errors were encountered: