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

Add new IT standards data fields to the IT standards report view and modals #557

Closed
hatfieldjm4 opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
application A task/issue involving work on the application code Priority #1 This issue should be prioritized over other issues and resolved as quickly and correctly as possible

Comments

@hatfieldjm4
Copy link
Collaborator

There are 4 new tables that have been added to the dev database (really only 2 new tables with 2 new lookup table to establish a M:M relationship with obj_technology):

  • obj_operating system
  • zk_technology_operating_system
  • obj_technology_app_bundle
  • zk_technology_app_bundle

The two new data fields on the front end for this will be:

  • Operating System
  • App Bundle Id
@hatfieldjm4 hatfieldjm4 added the application A task/issue involving work on the application code label Dec 12, 2024
@hatfieldjm4 hatfieldjm4 moved this from Backlog to To do in Deploy GEAR 3.0 Dec 12, 2024
@hatfieldjm4
Copy link
Collaborator Author

@joshsjurik
For the IT standards report view, please add:

  • a "Mobile" filter button to the left of the "Desktop" filter button to filter the Deployment Type field = "Mobile"
  • the "Operating System" and "App Bundle" columns to the report as hidden columns (but able to be selected via the add/remove columns icon). Since these are both M:M fields, they will have to be concatenated into the same cell, similar to how we handle the POC data field in the IT standards report.
  • the ability to create a new URL path for the report view filtered to "Mobile" on the deployment type field. This is important because there will be an agency-wide email being sent out about this mobile software baseline, and it needs a URL to specifically direct users to the mobile software report (rather than asking them to go to the report and then click on the "mobile" filter).

For the modal view, the Operating System and App Bundle fields can be added to the attribute/value table for now, unless you think they would be better suited for a different area of the modal.

@hatfieldjm4 hatfieldjm4 added the Priority #1 This issue should be prioritized over other issues and resolved as quickly and correctly as possible label Dec 20, 2024
@hatfieldjm4 hatfieldjm4 moved this from To do to Done in Deploy GEAR 3.0 Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application A task/issue involving work on the application code Priority #1 This issue should be prioritized over other issues and resolved as quickly and correctly as possible
Projects
Status: Done
Development

No branches or pull requests

2 participants