origamiimaster / pdhrec

PDHREC is a Magic: the Gathering website that collates data about the Pauper Commander format.
https://pdhrec.com
MIT License
4 stars 0 forks source link

Automatic Updates #9

Open origamiimaster opened 1 year ago

origamiimaster commented 1 year ago

PDHREC currently does not automatically update.

There are 3 main barriers to the automatic update process:

  1. The update loop takes too long. Updating each card to check for new legalities slows down the loop, but if it doesn't check then new downshifts aren't added.
  2. Decks are removed if they added a new card that was just spoiled, at least temporarily until the set comes out.
  3. Pushing the build site to the FTP server is a manual process currently.
origamiimaster commented 1 year ago

Fixed issue one, added loop that checks for new cards since last update and pushes them to the database.