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

[ADVAPP-283]: Introduce Custom Reporting Capabilities #478

Merged
merged 13 commits into from
Feb 1, 2024
Merged

Conversation

danharrin
Copy link
Contributor

Ticket(s) or GitHub Issue

Technical Description

Introduced reports, which are similar to caseloads in the way that table filters get stored in the database, alongside columns, and the table can be exported to CSV and Excel.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Content or styling update (Changes which don't affect functionality)
  • DevOps
  • Documentation

Screenshots (if appropriate)

Screen.Recording.2024-01-30.at.18.57.13.1.mp4

Any deployment steps required?

A deployment step could be a command that needs to be executed or an ENV key that needs to be added, for example.

  • Yes, please specify
  • No

Before contributing and submitting this PR, make sure you have:

  • Read the contributing guidelines.
  • Title the PR with the ticket/issue number and a short description of the changes made. Or if no ticket/issue exists, title the PR with a short description of the changes made
  • Linked a relevant ticket or issue or describe the issue/feature which this PR resolves/implements.
  • Resolved all conflicts, if any.
  • Rebased your branch PR on top of the latest upstream develop branch.

@danharrin danharrin requested a review from a team January 30, 2024 19:07
Copy link
Collaborator

@Orrison Orrison left a comment

Choose a reason for hiding this comment

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

Looks amazing! Just a few small nits.

app-modules/report/config/roles/web/report.php Outdated Show resolved Hide resolved
app-modules/report/database/factories/ReportFactory.php Outdated Show resolved Hide resolved
app-modules/report/src/ReportPlugin.php Show resolved Hide resolved
Copy link

sonarqubecloud bot commented Feb 1, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
11.7% Duplication on New Code

See analysis details on SonarCloud

@Orrison Orrison merged commit 89a29c9 into main Feb 1, 2024
7 checks passed
@Orrison Orrison deleted the advapp-283 branch February 1, 2024 21:52
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.

3 participants