christoabrown / group-ironmen-tracker

Tracks information (skills, inventory, bank, etc.) about a group ironman player and sends it to a website for other group members to view
https://groupiron.men
BSD 2-Clause "Simplified" License
23 stars 15 forks source link

Make it possible to have multiple targets for the Runelite data to be sent to #20

Open chrisleee opened 2 years ago

chrisleee commented 2 years ago

Two additions with this:

  1. Make it possible to be in multiple groups (since groups aren't limited to GIM). Maybe put a limit on this so one person doesn't spam with requests.
  2. Add an optional field to each target to put the account name. If left blank, then it should default to the currently logged in account like it does now. This would be useful for people that log in to multiple accounts.

Example is someone logs into their GIM and main ironman at the same time. They have a solo group on the website with their main and are in a group with their GIM group on their GIM. These two enhancements would allow them to not have to constantly change the token in both clients.

edit: 2 is probably not needed since the plugin checks if the the account is part of the group before sending up data.