From c4e76ca5c17ba712e413b60311b7369503b44069 Mon Sep 17 00:00:00 2001 From: will Date: Tue, 27 Aug 2024 19:35:05 +0100 Subject: [PATCH] Added raiting system and notes changes --- auth/index.php | 4 ++-- clock.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2