FreeTAKTeam / FreeTAKHub-Installation

FreeTAKHub-Installation
Eclipse Public License 2.0
33 stars 29 forks source link

NodeRed Flow Creation Refactoring #88

Closed HeroesLament closed 1 year ago

HeroesLament commented 1 year ago

Need to refactor some of our NodeRed logic:

  1. Need to move from declaratively importing all the flows in one Jinja template to multiple, individual flows. This will require logic to create a flow ID per flow and push them to the "New Flow" API endpoint.
  2. Need to move from a static Jinja template to pulling the flows from their respective Git repositories. This may coincide with some of the tasks mentioned in point 1.