Skip to content

Latest commit

 

History

History
167 lines (159 loc) · 4.09 KB

noteworthy-character-notes-wireframes.org

File metadata and controls

167 lines (159 loc) · 4.09 KB

Noteworthy II personal character notes categories wireframes

Wireframes

This document describes the look and feel of the character notes screen in Noteworthy II and proposes some new features.

Current look

V 2.4.4 - latest version

This is the current look of the character notes screen as of version 2.4.4. The textbox displays the notes of the character that is selected in the drop-down menu above. ‘Save’ button saves all changes made in the textbox and closes the screen. ‘Cancel’ button discards all changes and closes the screen.

The ‘Remind <character_name> at logon’ checkbox triggers a reminder screen next time the character logs-on to the world when checked. The reminder can open the character notes or be rescheduled to trigger again.

There are the ‘Close’ (‘X’) and ‘Undo’ buttons on the top right of the frame but they are omitted in these wireframes for clarity.

@startsalt
{+
{ Page: | ^Turuvid-Argent Dawn^ }
{SI
 Character notes                                            .
 .
 .
 .
 .
 .
 .
 .
 .
 .
 .
 .
}
{ [] | Remind Turuvid-Argent Dawn at logon }
{ [Save] | [Cancel] }
}
@endsalt

Adding and removing of tabs is tricky in WoW UI framework and many tabs can render them unreadable.

@startsalt
{+
{ Page: | ^Turuvid-Argent Dawn^ }
{+
{/ <b>General | Achievements | Fishing | Cooking | ...}
{SI
 Character notes                                                               .
 .
 .
 .
 .
 .
 .
 .
 .
 .
 .
 .
}
}
{ [] | Remind Turuvid-Argent Dawn at logon }
{ [Save] | [Cancel] }
}
@endsalt

There is no native way to implement this in WoW UI framework, so this solution can introduce more 3rd party dependencies.

@startsalt
{+
{ Page: | ^Turuvid-Argent Dawn^ }
{
{SI
 General
 Achievements
 Fishing
 Cooking
 ...
} |
{SI
 Character notes                                            .
 .
 .
 .
 .
 .
 .
 .
 .
 .
 .
 .
}}
{ [] | Remind Turuvid-Argent Dawn at logon }
{ [Save] | [Cancel] }
}
@endsalt