-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add export cac form submissions option #2183
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2183 +/- ##
==========================================
- Coverage 68.80% 68.73% -0.08%
==========================================
Files 467 468 +1
Lines 15097 15174 +77
Branches 1180 1184 +4
==========================================
+ Hits 10388 10430 +42
- Misses 4508 4543 +35
Partials 201 201
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
EXPORT_ALL_CAC_FORM_TO_SHEET = 'export_all_cac_form_to_sheet' # Allows users to export CAC form to csv | ||
EXPORT_CAC_FORM_TO_SHEET = 'export_cac_form_to_sheet' # Allows users to export CAC form to csv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats the difference between this two?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Add export cac form submissions * update template name * Fix lint issue * update comment service to use the new document generation service method * remove unnecessary checks * remove unused import * remove console logs * remove problematic check * Remove unused import * Remove unused variable
Issue #: #2106
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the met-public license (Apache 2.0).