Difference between revisions of "User:Gwyrdain/TAW"

From The Final Challenge Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== User Stories ==
== User Stories ==


*I need an editor that won't crash if I enter vnums larger than 37,000.
*I need an editor that won't crash if my .are is bigger than 90kb
*I need an editor that creates reciprocal exits.
*I need an editor that creates reciprocal exits.
*I need an editor that allows me to work dynamically with others.
*I need an editor that allows me to work dynamically with others.
*I need an editor that doesn't crash if I have more than 180 mob resets.
*I need an editor that doesn't eat my area file if I put a container inside a container.
*I need an editor that doesn't eat my area file if I put a container inside a container.
*I need to be able to create an exit link to a room that hasn't been created yet.
*I need to be able to create an exit link to a room that hasn't been created yet.
Line 15: Line 12:
* Having the ability to select multiple rooms and apply the same set of flags to several at a time, OR, to set 'standard' flags for all rooms created in the zone would be Nifty.
* Having the ability to select multiple rooms and apply the same set of flags to several at a time, OR, to set 'standard' flags for all rooms created in the zone would be Nifty.


=== Non-issues by Nature ===
*<s>I need an editor that won't crash if I enter vnums larger than 37,000</s>.
*<s>I need an editor that won't crash if my .are is bigger than 90kb</s>
*<s>I need an editor that doesn't crash if I have more than 180 mob resets.</s>


== WIP Review Notes ==
== WIP Review Notes ==
* sort stuff by vnum.  -Done @ room table & formatted block.
* sort stuff by vnum.  -Done @ room table & formatted block.
* validate unique vnums.  -Done at the form level.
* validate unique vnums.  -Done at the form level.

Revision as of 17:28, 16 January 2015

User Stories

  • I need an editor that creates reciprocal exits.
  • I need an editor that allows me to work dynamically with others.
  • I need an editor that doesn't eat my area file if I put a container inside a container.
  • I need to be able to create an exit link to a room that hasn't been created yet.
  • I need to be able to add granular comments to my area (even if .are files won't allow it!)
  • I need to be able to spell check text fields.
  • I need robust validation or warnings or ???:
    • metal where ac > 6
    • magic applies need magic flag
  • Having the ability to select multiple rooms and apply the same set of flags to several at a time, OR, to set 'standard' flags for all rooms created in the zone would be Nifty.

Non-issues by Nature

  • I need an editor that won't crash if I enter vnums larger than 37,000.
  • I need an editor that won't crash if my .are is bigger than 90kb
  • I need an editor that doesn't crash if I have more than 180 mob resets.

WIP Review Notes

  • sort stuff by vnum. -Done @ room table & formatted block.
  • validate unique vnums. -Done at the form level.