pathfinder
pathfinder copied to clipboard
[Feature] Multiple character location tracking
I'm switching from siggy where every associated character is tracked as the same time in the same tab.
I just realized pathfinder needs a tab per character. This is a terrible step back for us. Please track every associated character when user is logged on !
Silvio, that´s not terrible step back, that´s technology , which is possible. Go back to Siggy, if you aren´t happy with this tool.
I'm not happy with Siggy, and I'm not saying this tool is bad. I'm willing to help and contribute to make it better.
This feature is really something missing in my opinion !
Whilst I agree that some way to track multiple characters within a single tab would be preferable, I disagree that pathfinder should track all characters associated with the account as soon as you log in one. Doing so could greatly increase pathfinder's load, often unnecessarily: I for instance have about 8 chars added in pathfinder, many of which I only use once every few months. Tracking all of them when I only log into my main would create a lot of unneeded API calls.
Instead, I propose a similar toggle like the map connection tracking
one to be added to the character selection screen, allowing you to (manually) enable multiple characters to be tracked. I'm not entirely sure what backend changes that would require though.
Maybe only tracking online characters could reduce the load ? Your toggle idea sounds fine to me, however this must be persistent over session so I only have to configure it once.
Figuring out if a character is online requires constant calls to the API as well unfortunately, actually the same location endpoint, so that wouldn't save much.
PF evolved from not so friendly to multiple character tracking to current situation and I doubt, that it will change. IMHO nobody is happy to open multiple tabs, but if there were some possibility to get the tracking done i other way it would be already there.
I guess it never hurts to check or talk to exodus on Slack about it to see if there is any other way.
If there really is none, I can deal with that as well since I just detach and minimize the tabs on a secondary screen anyways.
@MorpheusXAUT if you have some ideas about changing way of character tracking, little brainstorming will definitely help.
Bump, I'm getting more issue with multiples tabs/char lately and still think loading all the page multiple time instead of tracking multiple chars on the same isn't a good thing.
This would be a major ergonomic improvement to me, and I think I'm not alone.
Man this is quite the dead thread. Would you guys consider a PR for this? If so if someone could point me to the section of code that currently syncs character location that would be great.
This is the only thing holding my corp back from switching over fully to pathfinder, its hard to get everyone to open a tab for every character they have. This would be a huge improvement.
Seems @exodus4d is fixing bugs with multiple tabs open. Hopefully some clean up before making it all work on one tab? Still willing to help out with some minor guidance to which part of the codebase currently handles this.
I think it would be great to have this feature. Perhaps you can add a switch for tracking a character to the character selection popup, instead of on the topright. This would relieve some load from the server to track by-default (since it'll be opt-in) but would still allow users to opt-in to tracking their active toons. Also it would allow folks to turn off tracking for toons they don't want to track any more.
Whilst I agree that some way to track multiple characters within a single tab would be preferable, I disagree that pathfinder should track all characters associated with the account as soon as you log in one. Doing so could greatly increase pathfinder's load, often unnecessarily: I for instance have about 8 chars added in pathfinder, many of which I only use once every few months. Tracking all of them when I only log into my main would create a lot of unneeded API calls.
Instead, I propose a similar toggle like the
map connection tracking
one to be added to the character selection screen, allowing you to (manually) enable multiple characters to be tracked. I'm not entirely sure what backend changes that would require though.
This is probably the best “compromise” that would certainly limit load. This or some other way to toggle which characters are being tracked.