TennisGazelle / isitabonesday

Is it a bones day?
Apache License 2.0
13 stars 7 forks source link

Historical Data #9

Open TennisGazelle opened 3 years ago

TennisGazelle commented 3 years ago

Current State

Fetches from history.json to feed the homepage for today. The JSON is in this format:

{
   "25-10-2021": {
      "bones": true
   }
}

Target State

  1. Adding details to the json payload for video source
    {
    "25-10-2021": {
      "tiktok": "tiktok.com/@jongraz/video/7023371588124921093"
      "bones": true
    }
    }
  2. Adding small date picker for historical date that would show previous bones/nobones day, as well as link to that video (make this look bigger once selected
  3. Change link from source code to that day's tiktok.
gileswells commented 3 years ago

I think the github corner could be good for the source link and then use the embed option to show the video on the page itself with the bones/no bones h1 above it.

nc-tennisgazelle commented 3 years ago

Adding the github corner now, we'll have to decide how to present the tiktok of the day. Will start working on a quick tiktok embed. Design pending.