Changes between Initial Version and Version 8 of Ticket #33


Ignore:
Timestamp:
04/09/11 16:29:52 (9 years ago)
Author:
ibboard
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33

    • Property Status changed from new to confirmed
    • Property Summary changed from Add centralised requirement handler to Add centralised requirement checker
    • Property Version changed from to Unknown or N/A
    • Property Milestone changed from WarFoundry 0.1 to WarFoundry API 0.2
    • Property Owner ibboard deleted
    • Property Blocking changed from to 35, 36, 104
  • Ticket #33 – Description

    initial v8  
    1 For improved plugability, requirements should be handled through a centralised "requirement handled". This would allow better handling of Warhammer 40K's roster-style or Warhammer's numbers based on army size restrictions through plugins by giving a central point to add the requirements to. It would also separate out "one blob, one job" functionality by removing functions like {{{CanAddToArmy}}} from classes like {{{UnitType}}}.
     1For improved plugability, requirements should be checked through a centralised "requirement handler". This would allow better handling of Warhammer 40K's roster-style or Warhammer's numbers based on army size restrictions through plugins by giving a central point to add the requirements to. It would also separate out "one blob, one job" functionality by removing functions like {{{CanAddToArmy}}} from classes like {{{UnitType}}}.