Skip to content

Modularisation of FMTM Splitter #2825

@spwoodcock

Description

@spwoodcock

Is your feature request related to a problem? Please describe.

  • Ivan actually did this a while ago, but we pulled out the changes he did in modules and dumped them in a single file for simplicity.
  • This was done to reduce the overhead of multiple SQL queries on the databases - we simply have one connection, one cursor, one query.
  • However it has come to light it might be best to modularise this again.

Describe the solution you'd like

Additional considerations

  • The main advantage here is that we can add parameters to each stage, allowing us to tweak the output as needed.
  • It is quite clear that splitting is unique in each new area we are presented with - we need flexibility to generate the optimal split for a project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort:mediumLikely a day or twoenhancementNew feature or requestpriority:highShould be addressed as a priority

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions