cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
18 stars 2 forks source link

Add component work types to project_list_view DB view #20016

Open mddilley opened 1 day ago

mddilley commented 1 day ago

In previous discussions with AMD and in MUG, we have decided to move from using project types (added in the project summary view) to focusing on component work types. In order to incorporate this data into the project summary view and the project list, we need to add a column to the project_list_view database view that gives a summary of all component work types across all components associated with a project.

This column has similarities to the funding_source_name and funding_program_names columns calculated in the funding_sources_lookup CTE in the project_list_view.

In Scope