Skip to content

Add ability to set time #18

@sh0ckR6

Description

@sh0ckR6

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)

Metadata

Metadata

Labels

area: timerThis item is about the timer systempriority: 1This item is high prioritytype: featureThis item is about a new feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions