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

FOUR-15487:Phase1: Remove Analytics chart from future and existing customers in dev (QuickSight related) #1585

Merged
merged 2 commits into from
May 15, 2024

Conversation

fagubla
Copy link
Contributor

@fagubla fagubla commented May 10, 2024

Issue & Reproduction Steps

Remove Analytics chart from future and existing customers in dev (QuickSight related)
Expected behavior:

Actual behavior:

Solution

How to Test

Test the steps above

Related Tickets & Packages

Code Review Checklist

  • I have pulled this code locally and tested it on my instance, along with any associated packages.
  • This code adheres to ProcessMaker Coding Guidelines.
  • This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
  • This solution fixes the bug reported in the original ticket.
  • This solution does not alter the expected output of a component in a way that would break existing Processes.
  • This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
  • This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
  • This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
  • This ticket conforms to the PRD associated with this part of ProcessMaker.

ci:deploy
ci:next
ci:package-dynamic-ui:feature/FOUR-15487

Copy link

cypress bot commented May 10, 2024

Passing run #690 ↗︎

0 264 19 0 Flakiness 0

Details:

FOUR-15487:Phase1: Remove Analytics chart from future and existing customers in ...
Project: screen-builder Commit: bfdfbd321e
Status: Passed Duration: 15:16 💡
Started: May 14, 2024 6:35 PM Ended: May 14, 2024 6:50 PM

Review all test suite changes for PR #1585 ↗︎

@tokensPM
Copy link

QA server K8S was successfully deployed https://ci-9a8ef20acc.engk8s.processmaker.net

Copy link
Contributor

@ana-mauricio ana-mauricio left a comment

Choose a reason for hiding this comment

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

The following observations were found :

  1. The sizes of the cards are different (ANALYTICS CHART height is higher)
    image
  2. The Welcome user is above the avatar
    image
  3. The image in Anakytics chart is not responsive
    https://github.com/ProcessMaker/screen-builder/assets/21198450/c6d3ad88-a185-46a9-b369-b184886dfd94

@fagubla

@tokensPM
Copy link

QA server K8S was successfully deployed https://ci-9a8ef20acc.engk8s.processmaker.net

Copy link
Contributor

@ana-mauricio ana-mauricio left a comment

Choose a reason for hiding this comment

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

The WELCOME was corrected, and the others observations works as expected behavior
@fagubla

},
methods: {
openExternalLink() {
window.open("/package-analytics-reporting", "_blank");
},
verifyChart() {
this.showChart = this.graphic.name === "PM Analytics Chart" || this.graphic.name === "PM Analytics Dashboard";
Copy link
Contributor

Choose a reason for hiding this comment

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

Please this default needs to show when the Analytics does not have any chart selected like:
image

@tokensPM
Copy link

QA server K8S was successfully deployed https://ci-9a8ef20acc.engk8s.processmaker.net

Copy link

@ryancooley ryancooley merged commit 18d6700 into next May 15, 2024
14 of 28 checks passed
@ryancooley ryancooley deleted the feature/FOUR-15487 branch May 15, 2024 01:56
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.

None yet

6 participants