Skip to content
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

Update data schema #149

Merged
merged 15 commits into from
Oct 20, 2023
Merged

Update data schema #149

merged 15 commits into from
Oct 20, 2023

Conversation

jmelot
Copy link
Member

@jmelot jmelot commented Oct 16, 2023

Closes #18
Closes #134 - Brian, some edits needed on your end in the patent tables in the detail view
Closes #138 (except stuff like adding new metrics that is tracked in other issues)
Closes #139
Closes #147
Closes #148

An opening salvo, let's discuss during our 1-1

@github-actions
Copy link

github-actions bot commented Oct 16, 2023

No need for rebasing 👍
behind_count is 0
ahead_count is 15

@github-actions
Copy link

github-actions bot commented Oct 16, 2023

JavaScript Coverage

Summary

Lines Statements Branches Functions
Coverage: 63%
63.31% (283/447) 57.64% (98/170) 67.33% (101/150)
Modified Files • (63%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files63.3157.6467.3363.23 
components62.259.866562.02 
   DetailViewIntro.jsx000013–94
   DetailViewMoreMetadataDialog.jsx00009–93
static_data93.7510010093.75 
   data.js100100100100 

@jmelot jmelot requested a review from brianlove October 17, 2023 14:48
@jmelot jmelot marked this pull request as ready for review October 17, 2023 14:51
@jmelot jmelot linked an issue Oct 17, 2023 that may be closed by this pull request
…splayed in, and only populate for top 5 in a category

Closes #147
Update the GUI to take into account updates to the data schema.
Changes to the group selection interface will come in a later PR.
Copy link
Contributor

@brianlove brianlove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment below, but looks good pending updates in #151

@@ -170,6 +167,7 @@ def run_clean_row_test(self, company):
with open(os.path.join(self.DATA_DIR, f"{company}_output.json")) as f:
expected_output = json.load(f)
output = clean_row(input_data, False, {}, market_key_to_link)
print(json.dumps(output))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this print() still needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oopsie, thanks!

Increase test timeout to hopefully resolve issue where
`waitForElementToBeRemoved` times out:
testing-library/dom-testing-library#1204
@jmelot jmelot merged commit d6a0d9a into version2 Oct 20, 2023
2 of 3 checks passed
@jmelot jmelot deleted the 138-134-18-data-structure-updates branch October 20, 2023 12:22
This was referenced Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants