Skip to content

Commit

Permalink
feat: TODOs for later
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed Feb 19, 2024
1 parent 291614c commit fd234e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/casa_cases_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def show

respond_to do |format|
format.html {}
# TODO: add contact topic for generation
format.csv do
case_contacts = @casa_case.decorate.case_contacts_ordered_by_occurred_at
csv = CaseContactsExportCsvService.new(case_contacts).perform
Expand Down
1 change: 1 addition & 0 deletions app/controllers/case_court_reports_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def assigned_cases
end
end

# TODO: Add contact topics here somewhere?
def generate_report_to_string(casa_case, time_zone)
return unless casa_case

Expand Down

0 comments on commit fd234e6

Please sign in to comment.