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

Create skeleton of plugin (PT-185950946) #1

Merged
merged 27 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
21f0e48
Test deployment.
lublagg Sep 1, 2023
2f73e87
Create skeleton for plugin (PT-185950946)
lublagg Sep 6, 2023
c98492b
User can select place / state options.
lublagg Sep 7, 2023
79c8e13
User sees preview of place selections.
lublagg Sep 8, 2023
03ab164
Create attribute dropdown menu.
lublagg Sep 13, 2023
2007ab9
Remove console.log
lublagg Sep 13, 2023
7d8dee0
Fix linting errors.
lublagg Sep 13, 2023
cf9e36c
User can select a year from dropdown menu.
lublagg Sep 13, 2023
4f69f8e
Check if years are valid.
lublagg Sep 14, 2023
a24f45a
Checkpoint
lublagg Sep 15, 2023
b5d6406
Limit years options and "get data" button availability.
lublagg Sep 15, 2023
1b40224
User can select attributes and create CODAP table.
lublagg Sep 16, 2023
1c0c59c
Encode parameters and unselect unavailable years.
lublagg Sep 17, 2023
c879b5e
Add support for counties.
lublagg Sep 19, 2023
7ac5795
Various UI improvements.
lublagg Sep 19, 2023
d7f3fb6
Merge pull request #5 from concord-consortium/185986613-get-data
lublagg Sep 20, 2023
e5407f4
Merge pull request #4 from concord-consortium/185951219-years-dropdown
lublagg Sep 20, 2023
dc9048b
Merge pull request #3 from concord-consortium/185951117-attribute-dro…
lublagg Sep 20, 2023
cf66a33
Add loading message when fetching data.
lublagg Sep 20, 2023
9afc224
Implementing review fixes.
lublagg Sep 20, 2023
690988d
Fix unexpected 'eslint-disable-next-line' comment.
lublagg Sep 20, 2023
5a6988d
User is warned if query generates over 4000 rows.
lublagg Sep 21, 2023
7ae7163
Return promises in one loop instead of in nested lopo.
lublagg Sep 21, 2023
8a79770
Add information text to pop-up.
lublagg Sep 22, 2023
8105b80
Merge pull request #7 from concord-consortium/add-information-text
lublagg Sep 25, 2023
18dd1e0
Merge pull request #6 from concord-consortium/fix-timeout-issues
lublagg Sep 25, 2023
3b4590c
Merge pull request #2 from concord-consortium/185951019-place-dropdown
lublagg Sep 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 95 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.5.0",
"classnames": "^2.3.2",
"fetch-jsonp": "^1.3.0",
"iframe-phone": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions src/assets/arrow-drop-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/check-box-outline-blank.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/check-box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/done.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/assets/progress-indicator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/radio-button-checked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/radio-button-unchecked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading