Skip to content

Conversation

@JiviteshT
Copy link
Contributor

No description provided.

- In `FulfilmentDataService.cs`, added ordering by `EditionNumber` to prioritize the most recent product version when searching by name.
- In `AzureTableStorageHelper.cs`, simplified the query by removing the `EditionNumber` condition, which may lead to retrieving outdated product versions.
Enhanced `FulfilmentDataService.cs` with logging statements to track the start and completion of retrieving product versions from entities. Updated the check for result list to use `result.Count > 0`.

Introduced new event IDs in `EventIds.cs` for logging the start and completion events of the retrieval process.
- Introduced a new using directive for TableEntities.
- Added static readonly string `_aioProductName` for better maintainability.
- Updated test method to call `_fakeAzureTableStorageHelper.GetLatestProductVersionDetails()`.
- Refined matching conditions in `_fakeEssService.GetProductDataProductVersions`.
- Added `GetProductVersionEntities` method to encapsulate test data.
@JiviteshT JiviteshT requested review from a team and rockydevnet as code owners October 20, 2025 19:05
@snyk-io-eu
Copy link

snyk-io-eu bot commented Oct 20, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Code Security 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sonarqubecloud
Copy link

@JiviteshT JiviteshT merged commit d3b8955 into main Oct 21, 2025
21 checks passed
@JiviteshT JiviteshT deleted the Feature/Abzu-252893-aio-big-update-issue branch October 21, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants