I was going thro the builds section and I realized that 2 features would work great in mobafire...
There's lots of hybrid champs that can be built as AD/AP or Hybrid, they can also be made tanky dps or plain tank and so on.
Idea 1: What if the site allowed users to add a predefined list of "tags" to the Guides, so that it'd be easier to go thro it. Those tags could be displayed on the guide listing or maybe on the mouse-over tooltip. It'd make searching for a suitable guide easier.
Idea 2: If we had those tags, we could also use a search to filter that. The search option has probably been suggested a million times but if we have a few options like:
- Champion
- Check boxes of the Tags we're interested in
It'd make searching a lot easier. What do ya guys think?
Effort wise, it shouldn't be that hard to implement.
- no fields added on the existing guide database tables;
- 1 table created for holding "guide ID" & "tag ID" (1 line for each tag added);
- 1 table created for holding "tag ID" & "tag description";
Regarding programming the display of this info, the load on the database would be slightly higher but the query shouldn't have a high load :)
[quote=orochinagi]I was going thro the builds section and I realized that 2 features would work great in mobafire...
There's lots of hybrid champs that can be built as AD/AP or Hybrid, they can also be made tanky dps or plain tank and so on.
Idea 1: What if the site allowed users to add a predefined list of "tags" to the Guides, so that it'd be easier to go thro it. Those tags could be displayed on the guide listing or maybe on the mouse-over tooltip. It'd make searching for a suitable guide easier.
Idea 2: If we had those tags, we could also use a search to filter that. The search option has probably been suggested a million times but if we have a few options like:
- Champion
- Check boxes of the Tags we're interested in
It'd make searching a lot easier. What do ya guys think?
Effort wise, it shouldn't be that hard to implement.
- no fields added on the existing guide database tables;
- 1 table created for holding "guide ID" & "tag ID" (1 line for each tag added);
- 1 table created for holding "tag ID" & "tag description";
Regarding programming the display of this info, the load on the database would be slightly higher but the query shouldn't have a high load :)[/quote]
10. The Blitz on your team will never land his grabs, but the one on the other team will.
There's lots of hybrid champs that can be built as AD/AP or Hybrid, they can also be made tanky dps or plain tank and so on.
Idea 1: What if the site allowed users to add a predefined list of "tags" to the Guides, so that it'd be easier to go thro it. Those tags could be displayed on the guide listing or maybe on the mouse-over tooltip. It'd make searching for a suitable guide easier.
Idea 2: If we had those tags, we could also use a search to filter that. The search option has probably been suggested a million times but if we have a few options like:
- Champion
- Check boxes of the Tags we're interested in
It'd make searching a lot easier. What do ya guys think?
Effort wise, it shouldn't be that hard to implement.
- no fields added on the existing guide database tables;
- 1 table created for holding "guide ID" & "tag ID" (1 line for each tag added);
- 1 table created for holding "tag ID" & "tag description";
Regarding programming the display of this info, the load on the database would be slightly higher but the query shouldn't have a high load :)