Difference between revisions of "User:Gwyrdain/TAW"

From The Final Challenge Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== User Stories ==
All items addressed or migrated to https://github.com/Gwyrdain/apprentices-workshop/issues
 
*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 ===
*<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 21:22, 16 February 2015

All items addressed or migrated to https://github.com/Gwyrdain/apprentices-workshop/issues

WIP Review Notes

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