I switched that database side to using camelCasing.
As a result most of the UI broke, I'm pretty sure I've migrated everything over to using camelCase.
Implemenation
Added some seeders for FundingSubmissionLine data.
I made a migration to swap the FundingSubmissionLineJson#value data to camelized as well.
Check that you can go to all the pages and things look the way they are supposed to.
Context
I switched that database side to using camelCasing.
As a result most of the UI broke, I'm pretty sure I've migrated everything over to using camelCase.
Implemenation
I made a migration to swap the FundingSubmissionLineJson#value data to camelized as well.
Context
I switched that database side to using camelCasing. As a result most of the UI broke, I'm pretty sure I've migrated everything over to using camelCase.
Implemenation
Added some seeders for FundingSubmissionLine data. I made a migration to swap the FundingSubmissionLineJson#value data to camelized as well.
Testing Instructions
Boot the app via
dev up
Check that the app complies, and that you can log in at http://localhost:8080.
Check that you can go to all the pages and things look the way they are supposed to.
Context
I switched that database side to using camelCasing. As a result most of the UI broke, I'm pretty sure I've migrated everything over to using camelCase.
Implemenation
I made a migration to swap the FundingSubmissionLineJson#value data to camelized as well.
Testing Instructions
Boot the app via
dev up
Check that the app complies, and that you can log in at http://localhost:8080.
Check that you can go to all the pages and things look the way they are supposed to.