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

Feat/globalize vadc charts #1594

Merged
merged 7 commits into from
Sep 16, 2024

Conversation

jarvisraymond-uchicago
Copy link
Contributor

@jarvisraymond-uchicago jarvisraymond-uchicago commented Sep 10, 2024

Link to JIRA ticket if there is one:
https://ctds-planx.atlassian.net/browse/VADC-694

New Features

  • Globalizes data viz components (histogram and Simple3Sets ) for use between VADC apps

Improvements

  • In the case where the histogram bin data is missing (undefined) for the histogram, application now shows an error message. Before it would only show the error message when the value was null, and not when it is undefined (i.e. it doesn't exist at all in the sent data).

Copy link

filepath $$\textcolor{#23d18b}{\tt{passed}}$$ $$\textcolor{#f14c4c}{\tt{failed}}$$ $$\textcolor{#ffa500}{\tt{skipped}}$$ SUBTOTAL
$$\textcolor{#f14c4c}{\tt{tests/test\_requestor.py}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#f14c4c}{\tt{4}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{5}}$$
$$\textcolor{#f14c4c}{\tt{tests/test\_data\_upload.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{2}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{2}}$$
$$\textcolor{#f14c4c}{\tt{tests/test\_indexing\_page.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{2}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{2}}$$
$$\textcolor{#f14c4c}{\tt{tests/test\_login\_page.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{2}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{2}}$$
$$\textcolor{#f14c4c}{\tt{tests/test\_homepage.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$
$$\textcolor{#f14c4c}{\tt{tests/test\_pfb\_export.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$
$$\textcolor{#f14c4c}{\tt{tests/test\_audit\_service.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$
$$\textcolor{#f14c4c}{\tt{tests/test\_discoverypage.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$
$$\textcolor{#f14c4c}{\tt{tests/test\_graph\_submit\_and\_query.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#f14c4c}{\tt{1}}$$
$$\textcolor{#ffa500}{\tt{tests/test\_gen3ff\_landing\_page.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#ffa500}{\tt{2}}$$ $$\textcolor{#ffa500}{\tt{2}}$$
$$\textcolor{#ffa500}{\tt{tests/test\_register\_user.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#ffa500}{\tt{2}}$$ $$\textcolor{#ffa500}{\tt{2}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_ras\_authn.py}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#f14c4c}{\tt{TOTAL}}$$ $$\textcolor{#23d18b}{\tt{2}}$$ $$\textcolor{#f14c4c}{\tt{15}}$$ $$\textcolor{#ffa500}{\tt{4}}$$ $$\textcolor{#f14c4c}{\tt{21}}$$

Please find the detailed integration test report here

Please find the ci env pod logs here

@jarvisraymond-uchicago jarvisraymond-uchicago marked this pull request as ready for review September 11, 2024 16:14
@jarvisraymond-uchicago jarvisraymond-uchicago requested review from pieterlukasse, tianj7 and jiakf and removed request for jiakf September 11, 2024 16:14
Copy link
Contributor

@tianj7 tianj7 left a comment

Choose a reason for hiding this comment

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

lgtm

@jarvisraymond-uchicago jarvisraymond-uchicago merged commit 6e830c9 into feat/vadc_sprint18 Sep 16, 2024
7 of 8 checks passed
@jarvisraymond-uchicago jarvisraymond-uchicago deleted the feat/globalizeVADCCharts branch September 16, 2024 15:58
jarvisraymond-uchicago added a commit that referenced this pull request Sep 20, 2024
* Feat/globalize vadc charts (#1594)

* feat(globalizeVADCCharts): initial commit

* feat(globalizeVADCCharts): reverted unintentionally changed files

* feat(globalizeVADCCharts): Fixed missing prop and import name for unit tests

* feat(globalVADCCharts): Updates ref from Data-Viz to DataViz to remain consistent with naming elsewhere in app

* feat(globalVADCCharts): simplified logic for missing bin data

* feat(globalizeVADCCharts): Fixed error msg logic for undefined bins

* feat(globalizeVADCCharts): resolved ESLINT issue

* Bugfix/duplicate dichotomous covariates (#1596)

* bugfix(discoveryModalButtonsMediaQueries): Initial commit (#1593)

* bugfix(discoveryModalButtonsMediaQueries): Initial commit

* bugfix(discoveryModalButtonsMediaQueries): Reverted unintentionally changed file and removed commented code

* bugfix(duplicateDichotomousCovariates): initial commit

* bugfix(duplicateDichotomousCovariates): removed excess line breaks

* bugfix(duplicateDichotomousCovariates): Added logic to prevent display of selected covariates

* bugfix(duplicateDichotomousCovariates): ran linter

* bugfix(duplicateDichotomousCovariates): refactored var names for clarity

* bugfix(duplicateDichotomousCovariates): formatted test for clarity

* bugfix(duplicateDichotomousCovariates): added inadvertantly changed file

* bugfix(duplicateDichotomousCovariates): Formatted test code for readability

* bugfix(duplicateDichotomousCovariates): fixed spelling error on continuous

---------

Co-authored-by: Hara Prasad <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants