All posts by Albert Zündorf
https://youtu.be/T4S8iMcOabk
Beim Aufruf von this.database.store war in der Vorlesung ein JSON.stringify zuviel
patch model-service.ts Zeile 77
this.database.store(`${ModelService.WAREHOUSE_}${ModelService.PALETTE_DATA}-${id}`, event);
patch model-service.ts Zeile 95
this.database.store(`${ModelService.WAREHOUSE_}${ModelService.USER_DATA}-${id}`, event);
und “>=” war falsch, es muss immer “>” heißen 🙁 im Frontend und im Backend bei palette_data() und user_data
if (palette.date > date) {
https://youtu.be/PoUlJplInkg
The problem with TestFX was related to a wrong version, in your build.gradle it should be:
testCompile "org.testfx:testfx-core:4.0.16-alpha" testCompile "org.testfx:testfx-junit:4.0.16-alpha"
Then its works like a charm.
What went wrong with the database connection: Typeorm is not working with postgres 12. We need to install postgres 11
Installer https://www.postgresql.org/download/windows/
Choose version 11
Please install postgres 11 before next lecture.
https://youtu.be/fPByuVkaOm0