You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the tasks to test a new version of the generator is to finish with separated GL convert them into custom complex objects.
A generator should use our CSV parser as an installed module as well. Methods from CSV parser should be independent and be able to be called from outside. With a separated csv module we'll improve our structure of the code.
Create a microservice, that will use generator functionality, in order to generate files. It should be stored separately or inside of this repo, but have a script to deploy that code as independend instance online. with separated test coverage.
The goal is to create a micro(simple API) that can be requested from outside by sending data and return files as it needed.
Similar methods, that we have at projects, can be moved outside(inside of generator major files.)
Microservice generator
generator trying to create a GL with a different structure from what we have right now, using our generator script.
try to combine measurements files together with an entity
or meal calendar updates, similar how we create a weekly menu of free menu files.
Release 1
Generator moved outside
Release 2
Migrated functionality to ES6
Release 3
Projects goes away
Release 4
CSV parser as separated module
The text was updated successfully, but these errors were encountered: