-
Notifications
You must be signed in to change notification settings - Fork 8
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
✨ Add donkeycar manager front #109
✨ Add donkeycar manager front #109
Conversation
Front seem good but I can't finish it due to missing features |
@Benvii It's done |
|
e18e1fa
to
415c3df
Compare
Some remarks : Fatal error :
Subscription :
Waiting board :
Dashboard :
Still need to perform more test on Dashboard |
For increase the size, we should add vsSize argument in
don't works we should maybe add this from scratch |
BUG | problem with data update :context : If we remove a player, we receive the ws, we update the player array but datas displaying aren't update ;( |
Client page :
Register page :
dashboard :
backend (so that we don't forget) :
|
this.cars = cars | ||
for (const car of cars) { | ||
if (car.current_stage !== 'MAINTENANCE' && car.worker.state === 'AVAILABLE') { | ||
if (this.car1.length === 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worker is busy when someone plays on it as a job is running
✨ Features :
see manager feature README