Skip to content

New Feature: Equipment history log #39

@HyperSprite

Description

@HyperSprite

Add, Change and Remove a system SN, update the Equipment with a note like

Equipment added to "systemName" - date
Equipment removed from "systemName" - date

This might be a case for mongoose lifecycle events.
This should also be at the model level so no matter how it happens, it gets reported.

New field "equipTimeline"
Type: array
Index: no

New Schema
equipTimeline: {
systemName:
modifiedOn:
modifiedBy:
}

In the equip view page, just loop through these to display them.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions