US-EPA-CAMD / easey-ui

Project Management repo for EPA Clean Air Markets Division (CAMD) Business Suite of applications
MIT License
0 stars 0 forks source link

Remove Analytical Principle Column (Component) and Backing Lookup Table #6263

Open djw4erg opened 5 months ago

djw4erg commented 5 months ago

Overview

The indication is that reporting CPMS will be removed from the MATS 2.0 implementation. Please confirm that this is true before implementing this ticket.

The COMPONENT ANALYTICAL_PRINCIPLE_CD column supports CPMS components and has already been implemented by adding the column and supporting lookup table.

Removing the COMPONENT ANALYTICAL_PRINCIPLE column would take the following steps:

  1. 6260: Remove the display and editing of the Analytical Principle from the Workspace and Official pages containing Component data. This will include changes to the [easey-ecmps-ui] repository, and as needed, changes to the [easey-monitor-plan-api] repository.

  2. This Ticket: Remove Analytical Principle from the Monitor Plan API. This will include the [easey-monitor-plan-api] repository.
  3. This Ticket: Remove the COMPONENT ANALYTICAL_PRINCIPLE_CD column from the database. This will involve the [easey-db-scripts] repository.

Affected Files by Repository

This list might not be complete.

Remove from [US-EPA-CAMD/easey-ecmps-ui]

Remove from [US-EPA-CAMD/easey-monitor-plan-api]

Remove from [US-EPA-CAMD/easey-common]

Remove from [US-EPA-CAMD/easey-content]

Remove from [US-EPA-CAMD/easey-testing]

Remove from [US-EPA-CAMD/easey-db-scripts]

lgiannini1 commented 1 month ago

On dev, the ANALYTICAL_PRINCIPLE_CD column still exists in the official and workspace COMPONENT table, but there's no data in this column.

annalbrecht commented 1 month ago

@usmanahmederg please complete these changes on the DEV database. Then move this back to Ready for QA.

lgiannini1 commented 1 month ago

Verified on dev. ANALYTICAL_PRINCIPAL_CD column is removed from the COMPONENT table in official and workspace.

ibarra-michelle commented 3 days ago

Verified on test for that the ANALYTICAL_PRINCIPAL_CD column is removed from the COMPONENT table in official (camdecmps) and workspace (camdecmpswks) .