From: will Date: Tue, 27 Aug 2024 18:35:05 +0000 (+0100) Subject: Added raiting system and notes changes X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=c4e76ca5c17ba712e413b60311b7369503b44069;p=shopping-channel Added raiting system and notes changes --- diff --git a/auth/index.php b/auth/index.php index 5a9ecb8..a71b376 100644 --- a/auth/index.php +++ b/auth/index.php @@ -493,8 +493,8 @@ for ($i = 0; $i < 360; $i += $clockIncrement) {
  • Add 2 more timers on both the controls and the GFX page
  • Add the timers and the % sold to the autocue so the presenter can atually see what theyre doing
  • Add a clock display to the GFX page and the autocue (could just be a gereric time?)
  • -
  • Make the top banner look better
  • -
  • Add some kind of rating into the item file and make it display
  • +
  • Make the top banner look better
  • +
  • Add some kind of rating into the item file and make it display
  • add marquee of the current buyers of the product and figure out how to do this (potentially hard?)
  • diff --git a/clock.json b/clock.json index c29ed80..bc358d6 100755 --- a/clock.json +++ b/clock.json @@ -1 +1 @@ -{"currentPosition":230,"movementSpeed":30,"function":"ease","lightingCues":["false","true","false","false","false","true","false","true","false","true"]} \ No newline at end of file +{"currentPosition":0,"movementSpeed":30,"function":"ease","lightingCues":["false","true","false","false","false","true","false","true","false","true"]} \ No newline at end of file