Skip to content
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 ability to set time #18

Open
sh0ckR6 opened this issue Nov 28, 2021 · 0 comments
Open

Add ability to set time #18

sh0ckR6 opened this issue Nov 28, 2021 · 0 comments
Assignees
Labels
area: timer This item is about the timer system priority: 1 This item is high priority type: feature This item is about a new feature

Comments

@sh0ckR6
Copy link
Member

sh0ckR6 commented Nov 28, 2021

Having the ability to set the time manually without adding time/restarting the server after changing settings.json would be an amazing QoL change

Needs both a backend and frontent implementation.

socket.io Events

Legend
------
-> - client -> server
<- - server -> client
name() - socket.io event
< method() - client-side method
> method() - server-side method
-> setTime(time: number)
> setTime(time: number)
<- timerInit(timer: number, timerRunning: boolean)
< timerInit(timer: number, timerRunning: boolean)
@sh0ckR6 sh0ckR6 added area: timer This item is about the timer system priority: 1 This item is high priority type: feature This item is about a new feature labels Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: timer This item is about the timer system priority: 1 This item is high priority type: feature This item is about a new feature
Projects
None yet
Development

No branches or pull requests

2 participants