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

BRS-377-1: Fix Missing Export for "0" Data and Legacy Data; Fix Migration #388

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

davidclaveau
Copy link
Collaborator

@davidclaveau davidclaveau commented Dec 6, 2024

Ticket:

BRS-377

Ticket URL:

#377

Description:

  • Fixed an issue where we weren't checking if an item had a "0" input, which should have been flagged as "Missing Data" (#412)

  • Fixed a bug where empty notes were showing as undefined (#413)

  • Fix to data discrepancy migration - part of the function was wrongly nested, which led to a duplication of TransactionWrite operations for the same record, which led to batch errors

  • Also added logic to skip isLegacy / (historical) data

  • Also changed it so the Notes output is just a single column, which should improve readability

  • Even more comments, because comments are important!

Signed-off-by: David <daveclaveau@gmail.com>
@davidclaveau davidclaveau merged commit e191ceb into bcgov:main Dec 10, 2024
1 check passed
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