-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Check-in that the format json in CosmosDB still fits for front-end use #96
Comments
@nreddy216 @nicolassaw will reach out on this ticket |
This is a redacted example of cases from the cosmos db nested-cases-db' and container nested-cases:
This is queried from the same DB and container from our app, but for the “representation by year” table so a condensed view of everything:
We’re also using this DB and container for the last two visualizations on the page: |
Next steps on this project:
|
Problem
The current code has changed a lot since the original data was exported and loaded into the current live website. It is likely that the current format of the json and the structure of the CosmosDB container that comes form the current form of code is not what the front-end expects in terms of values and shape (there may be many to one charges per case id or many versions of one case id where the database may expect one).
Goal
Review the front-end code and check in with the front-end developers to ensure the shape of the individual json and the CosmosDB container is properly set up for the front end visualization. Make any necessary changes.
The text was updated successfully, but these errors were encountered: