You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the message will be sent when the sponsor logo changes on the layouts, which will either supply a logo's details, or nothing if none is currently on display.
There is a length field based on the length specified in the NodeCG dashboard, but it's not accurate for how long the logo has actually been shown, so should it be removed or kept but a note added not to use it to calculate anything that needs exact times?
I'm wondering also if moving all of the logos data into it's own object inside the message might be a good idea, and if the object is not defined you know there is no logo. I would like to also add some other data if needed, for example the checksum for the file (in case the name cannot be found, which sometimes happens when NodeCG first starts up), although not sure if required.
From a discussion on Discord, we are also not sure how/if organisers are using this data and what they may want, so may need to enquire with them too.
Also, in the near future the area on the layouts/logic that handles the sponsor logos may also be used for other items and I am not sure if those will also need logging, and if so we should change the name/routing key for this message.
The text was updated successfully, but these errors were encountered:
Right now the message will be sent when the sponsor logo changes on the layouts, which will either supply a logo's details, or nothing if none is currently on display.
There is a length field based on the length specified in the NodeCG dashboard, but it's not accurate for how long the logo has actually been shown, so should it be removed or kept but a note added not to use it to calculate anything that needs exact times?
I'm wondering also if moving all of the logos data into it's own object inside the message might be a good idea, and if the object is not defined you know there is no logo. I would like to also add some other data if needed, for example the checksum for the file (in case the name cannot be found, which sometimes happens when NodeCG first starts up), although not sure if required.
From a discussion on Discord, we are also not sure how/if organisers are using this data and what they may want, so may need to enquire with them too.
Also, in the near future the area on the layouts/logic that handles the sponsor logos may also be used for other items and I am not sure if those will also need logging, and if so we should change the name/routing key for this message.
The text was updated successfully, but these errors were encountered: