jo-m / trainbot

Watches a piece of train track, detects trains, and stitches together images of them.
https://trains.jo-m.ch/
MIT License
465 stars 8 forks source link

Alternative frontend #26

Open clonejo opened 1 month ago

clonejo commented 1 month ago

Hello jo-m,

i have started an alternative frontend with server-side rendering, a demo can be seen at https://trains.shakik.de/s/

It is pretty bare-bones for now, and i don't intend for it to reach feature-parity with your Vue frontend.

Notable features:

Currently i have put up the code at https://gitlab.aachen.ccc.de/clonejo/onlytrains-frontend-rs/.

I am wondering if you would want to take the code into the main trainbot repo, but i assume you don't want to take maintainership for a bunch of Rust code :) It is probably better if i just host a separate repo, then it is clear the frontend is not always kept up to date with trainbot and i can just push/review changes myself.

Best, clonejo

jo-m commented 1 month ago

Nice!

I think to keep things uncomplicated, it is easier if you keep hosting the repo under your control. If you want, you can make a MR to link to the alternative frontend from the main README.

best jo-m