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

Add Mod Log model #1264

Merged
merged 10 commits into from
Aug 18, 2024
Merged

Add Mod Log model #1264

merged 10 commits into from
Aug 18, 2024

Conversation

Cruikshanks
Copy link
Member

https://eaflood.atlassian.net/browse/WATER-4563
https://eaflood.atlassian.net/browse/WATER-4564
https://eaflood.atlassian.net/browse/WATER-4565

Part of the work to display a licence's history to users (mod log)

Now that we have a table to hold the imported NALD mod log records, we need a model to access it and relationships to access the mod logs from charge, licence, and return versions.

Once added and linked, we can complete our work to expose this information, for example.

https://eaflood.atlassian.net/browse/WATER-4563
https://eaflood.atlassian.net/browse/WATER-4564
https://eaflood.atlassian.net/browse/WATER-4565

> Part of the work to display a licence's history to users (mod log)

Now we have a table to hold the imported NALD mod log records we need a model to access it, and relationships to access the mod logs from charge, licence, and return versions.

Once added and linked we can then complete our work to expose this information, for example.

- [Build new licence history page](#1182)
- [Update view return version to include mod log info](#1261)
@Cruikshanks Cruikshanks added the enhancement New feature or request label Aug 18, 2024
@Cruikshanks Cruikshanks self-assigned this Aug 18, 2024
@Cruikshanks Cruikshanks marked this pull request as ready for review August 18, 2024 23:08
@Cruikshanks Cruikshanks merged commit 44d10b3 into main Aug 18, 2024
6 checks passed
@Cruikshanks Cruikshanks deleted the add-mod-log-model branch August 18, 2024 23:09
Cruikshanks added a commit that referenced this pull request Sep 5, 2024
https://eaflood.atlassian.net/browse/WATER-4645
https://eaflood.atlassian.net/browse/WATER-4635

We recently added 2 new models connected to two new tables to support managing return requirements and viewing licence history.

- [Add Licence Version Purpose Point model](#1288)
- [Add Mod Log model](#1264)

When we did though we forgot to make them available to the acceptance test loader!
Cruikshanks added a commit that referenced this pull request Sep 5, 2024
https://eaflood.atlassian.net/browse/WATER-4645
https://eaflood.atlassian.net/browse/WATER-4635

We recently added two new models connected to two new tables to support managing return requirements and viewing licence history.

- [Add Licence Version Purpose Point model](#1288)
- [Add Mod Log model](#1264)

When we did, though, we forgot to make them available to the acceptance test loader!

Plus, as we are adding them to the test loader, we also need to ensure they are included in the teardown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant