Titan Network

More Titan Projects => City Info Tracker => Suggestions and Discussion => Topic started by: BitLoadR on July 11, 2013, 01:49:54 PM

Title: CIT - Suggestion: view characters by powerset / archetype / origin
Post by: BitLoadR on July 11, 2013, 01:49:54 PM
A nice addition would be the ability to look up characters by selecting a powerset / archetype / origin from the Account Overview page.
This way when you see that Energy Blast is set on 4 characters, clicking on the powerset would show which characters have this power and allow you to edit their profiles.

Something like:
Code: [Select]
SELECT * FROM characters WHERE primary_power = "energy blast" OR secondary_power = "energy blast" ORDER BY name ASC

The query will probably be much more complex and contain other variables, but I hope you understand the idea behind it.
Title: Re: CIT - Suggestion: view characters by powerset / archetype / origin
Post by: Sekoia on July 11, 2013, 02:40:43 PM
Thanks for the suggestion! Unfortunately, we don't have anybody actively developing CIT any longer. It's pretty much in a "maintenance mode"; I'm fixing bugs but that's about it.

If we start developing CIT actively again in the future, we'll consider adding some filtering options to the Account Overview and/or My Characters pages.