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

Nodejs #27

Merged
merged 10 commits into from Apr 3, 2020
Merged

Nodejs #27

merged 10 commits into from Apr 3, 2020

Conversation

jwulf
Copy link
Contributor

@jwulf jwulf commented Mar 18, 2020

Node.js implementation of the fake stripe and rest, controllers 1 - 2 are complete.

Controller 3 needs a bit more work.

Controller 4 and 6 still need implementing.

@jwulf
Copy link
Contributor Author

jwulf commented Mar 20, 2020

Controllers 4 & 6 done.

Started the Zeebe demo.

if (Math.random() > 0.3) {
remainingAmount = 15;
}
const remainingAmount = (Math.random() > 0.3) ? 15 : 0;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh no - I never understand these stuff - I deliberately invest more lines to get code I unserstand without thinking ;-)

@berndruecker
Copy link
Owner

Thanks so much @jwulf for all the effort. I will merge it now and have a closer look at it over the next days or weeks - and then we can still adjust thinks if we like. But it is super great to have the NodeJS sample now - yeah!!

@berndruecker berndruecker merged commit bd3ac74 into berndruecker:master Apr 3, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants