dylan-smith / DiveIntelligence

1 stars 1 forks source link

Don't let UI concepts leak into DivePlannerService #220

Open dylan-smith opened 5 days ago

dylan-smith commented 5 days ago

The function divePlannerService.getCeilingChartData() is letting UI concepts (charts) leak into the service layer. We should at a minimum rename this, and make sure it's not tightly coupled to a specific chart visualization.