Skip to content

Commit

Permalink
Merge pull request #11 from bannergress/add-readme
Browse files Browse the repository at this point in the history
Add README
  • Loading branch information
ewoerner authored Oct 25, 2023
2 parents e788a32 + 130d67b commit 5e11810
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# creator-plugin

## Overview

This plugin syncs missions from the mission creator website to Bannergress. It does that the following way:
1. Download the list of missions from the user.
2. Upload the list of missions to Bannergress. This syncs statistics (number completed, average rating) and status with Bannergress.
3. Retrieve the subset of these missions for which Bannergress does not have any details.
4. Fetch the details of all these missions.
5. Upload these details to Bannergress.

## Build

The source file creator-plugin-bannergress.user.js can directly be used as plugin in Tampermonkey or IITC button, no compilation required.

## Known limitations

* The plugin does not sync mission status for missions which have been permanently deleted, since they are not in the user list anymore.
* The plugin does not sync mission details when mission details are available in Bannergress.

0 comments on commit 5e11810

Please sign in to comment.