chore: new ToDos

This commit is contained in:
Martin Ambrus
2017-10-25 08:08:37 +02:00
parent dc0e6b6941
commit ab461e5945
+3
View File
@@ -2,6 +2,9 @@
- add checkbox when sending units for a raid to include the attack in the raid list, if eligible
- change "incoming attacker" title of the raid list icon when actually attacking a farm (it should be "Own attacking troops")
- change "select all" button to actually select all checkboxes via JS, not via page reload
- show number of set vs. number of available units for raids in the farmlist
- when not enough units are available in farmlist, show error when start raid is clicked
- we really need un/subscription in forums (for sending notifications of new posts into messages) rather than subscribing by posting something in a topic
- normalize forum tables - varchar is used for numeric values and is joined with int field
- finish parts in Admin that are unfinished (mostly delete -X- buttons and Alliance settings)
- add batching logic to mehods which get called too frequently and multiple times (example - Message::sendMessage() now that is sends messages for each forum post)