Skip to content

k0etsu/xivodreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

xivodreview

Release License

Raiding (or not, up to you) tool to help with VOD review utilizing FF Logs report data and Twitch/YouTube VODs.

Overall process flow

  1. Enter links to FF Logs report and Twitch VOD
  2. Validate that report and VOD exist
  3. Populate view for VOD and report summary panel with individual fights
  4. Selecting a fight from report summary view jumps VOD to timestamp associated with fight

TODO

  • explore fflogs api
  • explore twitch api (maybe youtube as well)
  • specify backend framework (most likely node.js)
    • nail down venv requirements
  • draw hello world with vue.js or react?
  • authenticate with fflogs api for private reports (ON HOLD FOR NOW)
    • create new window for user auth?
  • query data from fflogs api
  • create barebones route to serve fflogs data to client
  • authenticate with twitch api (probably don't need this)
  • query data from twitch api
  • create barebones route to serve twitch data to client
  • accept fflogs url and parse
  • accept twitch url and parse

Wishlist

  • multiple povs per report (aka per player)
  • more data from logs and interactions as well
  • cache video and report so I don't get rate-limited