bcgov / cas-reporting

This is for the Clean Growth Digital Services team for work related to reporting.
Apache License 2.0
0 stars 0 forks source link

build_form_schema API should not require report_date as a parameter #366

Open dleard opened 5 days ago

dleard commented 5 days ago

The build_form_schema API endpoint takes report_date as a parameter. This is in turn passed to the form_builder_service in order to determine the configuration that the activity forms should be rendered from. The report_date parameter is unnecessary as the service can fetch the date the report was created itself if passed the report_version_id.

To do:

JP-sDEV commented 5 days ago

Hi @dleard, can I be assigned this issue?

dleard commented 4 days ago

@JP-sDEV thanks for your interest, however we are not taking PRs from outside collaborators at this time.