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

move to production #2216

Merged
merged 22 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2879c84
location card functionality update
OchiengPaul442 Oct 29, 2024
989191e
updates to chart loading hook
OchiengPaul442 Oct 29, 2024
c4af9e8
Merge remote-tracking branch 'upstream/staging' into analytics-ui-imp…
OchiengPaul442 Oct 29, 2024
6868f16
Update netmanger staging image tag to stage-4beb5b3d-1730806044
github-actions[bot] Nov 5, 2024
706c81b
Update netmanger production image tag to prod-37dd191a-1730806155
github-actions[bot] Nov 5, 2024
ae005f7
use one source of chart data
OchiengPaul442 Nov 5, 2024
618977b
card checklist order fix
OchiengPaul442 Nov 5, 2024
efe51fb
updated url video link
OchiengPaul442 Nov 5, 2024
046aba0
optimize check list hook
OchiengPaul442 Nov 5, 2024
a784fe7
card design update
OchiengPaul442 Nov 5, 2024
ab52a53
fix calendar issue
OchiengPaul442 Nov 5, 2024
b69a13f
terms of service and policy links added
OchiengPaul442 Nov 5, 2024
0e5c26e
update url link
OchiengPaul442 Nov 5, 2024
5f92e7b
scroll on modal
OchiengPaul442 Nov 5, 2024
b66c1ae
chart optimizations
OchiengPaul442 Nov 6, 2024
7350a00
analytics card optimizations
OchiengPaul442 Nov 6, 2024
4adfadd
use of redux state to fetch and store chart data
OchiengPaul442 Nov 6, 2024
b928601
check list optimization (still work in progress)
OchiengPaul442 Nov 6, 2024
0c782cd
removed other pollutants
OchiengPaul442 Nov 6, 2024
22c2f81
Merge pull request #2208 from airqo-platform/analytics-ui-improvements
Baalmart Nov 6, 2024
597d754
Update next platform staging image tag to stage-22c2f81b-1730896329
github-actions[bot] Nov 6, 2024
4c9a91a
Update analytics platform production image tag to prod-37dd191a-17308…
github-actions[bot] Nov 6, 2024
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
Prev Previous commit
Next Next commit
removed other pollutants
OchiengPaul442 committed Nov 6, 2024
commit 0c782cda0f2106a7b3301a01e8e33f3ccb729026
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@
export const POLLUTANT_OPTIONS = [
{ id: 1, name: 'PM2.5' },
{ id: 2, name: 'PM10' },
{ id: 3, name: 'CO' },
{ id: 4, name: 'SO2' },
{ id: 5, name: 'NO2' },
// { id: 3, name: 'CO' },
// { id: 4, name: 'SO2' },
// { id: 5, name: 'NO2' },
];

export const DATA_TYPE_OPTIONS = [
Loading