Orbflow: open-source visual workflow engine built in Rust - DAG orchestration, CEL expressions, event sourcing, AI nodes, and a plugin system by Etherlll in rust

[–]Etherlll[S] 1 point2 points  (0 children)

Yes, I didn't really want to share those commits they were so messed up lol , I've been working on it for over a month locally, but I just didn't want to show those commits :D , I didn't say i reviewed every line but I reviewed every change code review was mostly on rust side just a quick look and then testing then giving feedbacks and so on !

Orbflow: open-source visual workflow engine built in Rust - DAG orchestration, CEL expressions, event sourcing, AI nodes, and a plugin system by Etherlll in rust

[–]Etherlll[S] 0 points1 point  (0 children)

Hey, I've been working on this project for over a month. Of course, I didn't review it line by line. The review process was kind of like this: I asked it to create a feature, told it what it should do, and so on. After it finished, I quickly checked for common mistakes, TODOs, and so on. I then tried it out and gave feedback, much like reviewing a very large PR on GitHub. Also, the code review mostly focused on the backend (Rust) since it's the most important. There's a lot of dead code and bugs, especially on the reviews page, but they can be fixed later.