Skip to content

Add Vec of lot_num's field to ActionRecord, so the AR knows which lots it is in. #43

Description

@scoobybejesus

There is an Impl ActionRecord that iterates over all Lots (of its Account) to find the Movements the ActionRecord begat. It may be wise to cache lot_num values (which are cached in the Movements already) in a new ActionRecord field.

The fn is called several times throughout the code. This could save a lot of searching, particularly in cases where the number of lots is extremely large.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions