Skip to content

Add hysteresis to writing state #104

@GDYendell

Description

@GDYendell

Currently the FP.writing summary attribute just does any of FP.X.writing, which is not what we want when we are starting. We need to know that they have all started.

Manually define FP.writing in initialise to override the automatically generated attribute and pass as the accululator function an instance method that stores the previous state. Then call anyif we are currently writing andall` if we are currently not writing.

Acceptance Criteria

  • FP.writing only goes high when all are true, and only goes low when all are false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions