Skip to content

Commit

Permalink
Remove two-part tariff check endpoint from project
Browse files Browse the repository at this point in the history
https://eaflood.atlassian.net/browse/WATER-4057

To support the initial stages of building the new SROC two-part tariff match & allocate engine we created a `/check` endpoint. This would allow devs and testers alike to trigger the engine and review the results.

We are now sufficiently far along in the build of two-part tariff that we can perform the same checks using the review pages we've built. In fact, the focus has been on those pages for so long we'd need to make changes to our `/check` endpoint to get it up to par!

It was only intended to be a temporary thing and now seems a good time to say goodbye.

So, hank you for your services to the cause `/check`! 🫡 😢
  • Loading branch information
Cruikshanks committed May 12, 2024
1 parent fc1a826 commit c9c299d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 739 deletions.
25 changes: 0 additions & 25 deletions app/controllers/check.controller.js

This file was deleted.

2 changes: 0 additions & 2 deletions app/plugins/router.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const BillRoutes = require('../routes/bills.routes.js')
const BillRunRoutes = require('../routes/bill-runs.routes.js')
const BillRunSetupRoutes = require('../routes/bill-runs-setup.routes.js')
const BillingAccountRoutes = require('../routes/billing-accounts.routes.js')
const CheckRoutes = require('../routes/check.routes.js')
const DataRoutes = require('../routes/data.routes.js')
const FilterRoutesService = require('../services/plugins/filter-routes.service.js')
const HealthRoutes = require('../routes/health.routes.js')
Expand All @@ -40,7 +39,6 @@ const routes = [
...LicenceRoutes,
...JobRoutes,
...ReturnRequirementRoutes,
...CheckRoutes,
...DataRoutes
]

Expand Down
34 changes: 0 additions & 34 deletions app/routes/check.routes.js

This file was deleted.

220 changes: 0 additions & 220 deletions app/services/check/determine-issues.service.js

This file was deleted.

Loading

0 comments on commit c9c299d

Please sign in to comment.