Conversation
# Conflicts: # .gitignore # dependencies.gradle # src/main/java/com/sbancuz/plannh/data/flowchart/Node.java
TheYoingLad
left a comment
There was a problem hiding this comment.
Cant comment on the backend stuff.
If the frontend is placeholder then ill approve it, ill take a proper look and possibly rework it later.
There was a problem hiding this comment.
Isn't there an existing implementation if this somewhere?
There was a problem hiding this comment.
If there is, I can't find it. Look at everything in the project that implements JsonSerializer
I'd say half and half, could be made prettier, but I suppose that's it no? Do you have another design in mind? |
TheYoingLad
left a comment
There was a problem hiding this comment.
Only a few nitpicks, happy with everything else.
| @Override | ||
| protected void onTextChanged() { | ||
| super.onTextChanged(); | ||
| } |
| width(50); | ||
| height(16); |
There was a problem hiding this comment.
| width(50); | |
| height(16); | |
| size(50, 16); |
| public StepAreaWidget(StepWidget parent) { | ||
| this.parent = parent; | ||
| this.data = parent.getData(); | ||
| size(60, 60); |
There was a problem hiding this comment.
| size(60, 60); | |
| size(60); |
A step pins an external flow into or out of the network. Its amount is always expressed per second and is treated as a fixed constant.
In balancing:
In the summary: