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: Electricity Dashboard v2 #3164

Merged
merged 65 commits into from
Jul 10, 2024
Merged

feat: Electricity Dashboard v2 #3164

merged 65 commits into from
Jul 10, 2024

Conversation

JinIgarashi
Copy link
Contributor

@JinIgarashi JinIgarashi commented Mar 21, 2024

Thank you for submitting a pull request!

Description

closes #3131

I create this PR because I can easily update branch from GUI.

I will keep it as draft PR since everything will be ready.

Preview URL is https://geohub-ibm.azurewebsites.net/

Type of Pull Request

  • Adding a feature
  • Fixing a bug
  • Maintaining documents
  • Adding tests
  • Others ()

Verify the followings

  • Code is up-to-date with the develop branch
  • No build errors after pnpm build
  • No lint errors after pnpm lint
  • Run the tests with pnpm test and lint the project with pnpm lint and pnpm check
  • Make sure all the existing features working well

Changesets

  • If your PR makes a change under packages folder that should be noted in one or more packages' changelogs, generate a changeset by running pnpm changeset and following the prompts. Changesets that add features should be minor and those that fix bugs should be patch. Please prefix changeset messages with feat:, fix:, or chore:.

Refer to CONTRIBUTING.MD for more information.

┆Issue is synchronized with this Wrike task by Unito

jkmirano and others added 4 commits March 19, 2024 14:20
* refactor: electricty dashboard

* refactor: electricity dashboard analyse electricity

* Delete .changeset/big-carrots-compare.md

* Delete .changeset/orange-doors-breathe.md

* Update tiny-carrots-grin.md

---------

Co-authored-by: John Kennith Mirano <[email protected]>
Co-authored-by: Jin Igarashi <[email protected]>
Co-authored-by: Jin Igarashi <[email protected]>
@JinIgarashi JinIgarashi added the enhancement New feature or request label Mar 21, 2024
@JinIgarashi JinIgarashi added this to the Electricity Dashboard 2.0 milestone Mar 21, 2024
Copy link

changeset-bot bot commented Mar 21, 2024

🦋 Changeset detected

Latest commit: 7ff146d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
geohub Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Components March 21, 2024 09:43 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design March 21, 2024 09:43 — with GitHub Actions Inactive
jkmirano and others added 2 commits March 22, 2024 08:47
* refactor: electricty dashboard

* refactor: electricity dashboard analyse electricity

* added modals of electricity dashboard

* feat: electricity dashboard intro modal and download modal

---------

Co-authored-by: John Kennith Mirano <[email protected]>
Co-authored-by: MICHAEL ANGELO DESTOR <[email protected]>
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Components March 22, 2024 13:17 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design March 22, 2024 13:17 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Components March 22, 2024 13:17 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design March 22, 2024 13:17 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design March 25, 2024 14:03 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design March 25, 2024 14:04 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Components March 25, 2024 14:04 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Components March 25, 2024 14:04 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design March 26, 2024 08:45 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Components March 26, 2024 08:45 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design July 9, 2024 09:03 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design July 9, 2024 09:03 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Static Image API July 9, 2024 09:03 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Static Image API July 9, 2024 09:03 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Components July 9, 2024 09:03 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to GeoHub UserGuide July 9, 2024 09:03 — with GitHub Actions Inactive
@JinIgarashi
Copy link
Contributor Author

after merging this to production, we need to delete the following ML datasets completely from GeoHub

{
	ml: [
		{
			year: 2012,
			id: '9d4bd144db4f3d2890bf48db129ff720'
		},
		{
			year: 2013,
			id: '8100a7adad772819f2a387f5b016a709'
		},
		{
			year: 2014,
			id: 'b24fc4a17fd10bc06bee75154d4897c9'
		},
		{
			year: 2015,
			id: '86137558ee6b7db4ec7f72e4df1e7f70'
		},
		{
			year: 2016,
			id: '7d950149e3b3a517257c60611a63f4d8'
		},
		{
			year: 2017,
			id: 'a700def82cccc15b97d3b62cc959a613'
		},
		{
			year: 2018,
			id: 'd338350b5f3536164fb3d1b71e6a85b5'
		},
		{
			year: 2019,
			id: '988298148c424913ddd74ce0828cb563'
		}
	]
}

* fix: commented codes to load ML data

* refactor: deleted ML related commented codes
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Components July 9, 2024 09:31 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design July 9, 2024 09:31 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Design July 9, 2024 09:32 — with GitHub Actions Inactive
@JinIgarashi JinIgarashi temporarily deployed to Svelte UNDP Components July 9, 2024 09:32 — with GitHub Actions Inactive
@iferencik iferencik merged commit 518a6f2 into develop Jul 10, 2024
26 checks passed
@iferencik iferencik deleted the develop-ibm branch July 10, 2024 08:27
@JinIgarashi JinIgarashi linked an issue Jul 15, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI/UX] - Electricity Dashboard
6 participants