uic-utah / uic-forms

7520 form filler outer
MIT License
0 stars 0 forks source link

Mapping for PermitMod #12

Closed CanDKD closed 5 years ago

CanDKD commented 5 years ago

https://github.com/agrc/uic-forms/blob/f6d1f631399ffe09e92b9b82a2924eca692c45d5/uic-forms/services/Querier.cs#L40-L90

I am not sure if this is where the code counts the number of PermitDeterminations (7520-1 Part VI) but pdf form field VIE_1, 3, 4, 5 should be mapped to the new PermitMod column (P or 16) of the .csv. The coded value for AuthorizationAction for Permit Modifications Approved is 'PM'

steveoh commented 5 years ago

I believe this is the code for the vie from the pdf. It does use the method you linked to of GetPermitCount I will map it to the PermitMod

https://github.com/agrc/uic-forms/blob/master/uic-forms/Program.cs#L93-L98

CanDKD commented 5 years ago

I believe this is the code for the vie from the pdf. I will map it to the PermitMod

https://github.com/agrc/uic-forms/blob/master/uic-forms/Program.cs#L93-L98

Yes, you are correct. I was looking in the Querier instead of the Program