Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coding Plan #73

Open
atherdon opened this issue Jul 2, 2019 · 1 comment
Open

Coding Plan #73

atherdon opened this issue Jul 2, 2019 · 1 comment
Assignees

Comments

@atherdon
Copy link
Contributor

atherdon commented Jul 2, 2019

Release 1
Generator moved outside

Release 2
Migrated functionality to ES6

Release 3
Projects goes away

Release 4
CSV parser as separated module

@atherdon
Copy link
Contributor Author

atherdon commented Jul 2, 2019

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.

@atherdon atherdon self-assigned this Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant