-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from bskinn/56-fix-debug-printing
Add mechanism for debug printing from inside the active extension
- Loading branch information
Showing
2 changed files
with
88 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## CHANGELOG: bga-wingspan-scraper | ||
|
||
### Firefox extension to scrape data from a Wingspan game replay on Board Game Arena | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). | ||
|
||
This project follows a `yyyy.mm.dd.n` flavor of | ||
[Calendar Versioning](https://calver.org/). The `n` value is sequential and | ||
serves to distinguish between multiple releases created on the same day. | ||
|
||
### _Unreleased_ | ||
|
||
#### Features | ||
|
||
- TypeScript codebase, webpacked, manifested, and zipped. Builds to a | ||
single-file artifact ready to be loaded into Firefox's 'Load Temporary Add-on' | ||
feature. | ||
|
||
- Set up to scrape each player's score at the end of each 'turnset' (at the | ||
point when the active turn returns to the player with the first-turn token | ||
that round). | ||
|
||
- Automatically advances the replay through the game history in order to put the | ||
page into the state needed to accurately scrape the scores. | ||
|
||
- Includes a UI for debugging during development, lightweight consistency | ||
checking of key data for a given replay, and kickoff of the score-scraping | ||
process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters