Skip to content
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

Move db-export services to data folder #299

Merged
merged 1 commit into from
Jul 8, 2023
Merged

Conversation

Cruikshanks
Copy link
Member

https://eaflood.atlassian.net/browse/WATER-4057

We are on the cusp of adding our second bill run type; two-part tariff. Our experience of implementing the first, supplementary billing has shown that we're going to need a lot of services! 😁

So, ahead of starting to implement we are doing some housekeeping in our services folder. The first of these is to move the db-export services into app/services/data. We also tweak the name slightly to just /export to be more in line with the others (/seed and /tear-down) i.e. named after what they do rather than what they are doing it to.

We already access this functionality from the /data endpoint anyway so this also resolves an inconsistency in the repo structure.

https://eaflood.atlassian.net/browse/WATER-4057

We are on the cusp of adding our second bill run type; two-part tariff. Our experience of implementing the first, supplementary billing has shown that we're going to need a lot of services! 😁

So, ahead of starting to implement we are doing some housekeeping in our services folder. The first of these is to move the db-export services into `app/services/data`. We also tweak the name slightly to just `/export` to be more inline with the others (`/seed` and `/tear-down`) i.e. named after what they do rather than what they are doing it to.

We already access this functionality from the `/data` endpoint anyway so this also resolves an inconsistency in the repo structure.
@Cruikshanks Cruikshanks added the housekeeping Refactoring, tidying up or other work which supports the project label Jul 8, 2023
@Cruikshanks Cruikshanks self-assigned this Jul 8, 2023
@Cruikshanks Cruikshanks marked this pull request as ready for review July 8, 2023 09:39
@Cruikshanks Cruikshanks merged commit 859cc78 into main Jul 8, 2023
@Cruikshanks Cruikshanks deleted the move-db-export-into-data branch July 8, 2023 09:39
Cruikshanks added a commit that referenced this pull request Jul 10, 2023
https://eaflood.atlassian.net/browse/WATER-4057

We are on the cusp of adding our second bill run type; two-part tariff. Our experience of implementing the first, supplementary billing has shown that we're going to need a lot of services! 😁

So, ahead of starting to implement we are doing some housekeeping in our services folder. The first of these was to [Move db-export services to data folder](#299). The second of these is to move the `services/supplementary-billing/` to `services/billing/supplementary/`.
Cruikshanks added a commit that referenced this pull request Jul 10, 2023
https://eaflood.atlassian.net/browse/WATER-4057

We are on the cusp of adding our second bill run type; two-part tariff. Our experience of implementing the first, supplementary billing has shown that we're going to need a lot of services! 😁

So, ahead of starting to implement we are doing some housekeeping in our services folder. The first of these was to [Move db-export services to data folder](#299). The second of these is to move the `services/supplementary-billing/` to `services/billing/supplementary/`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Refactoring, tidying up or other work which supports the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant