Home - SuperMedic/WME-AutoUR GitHub Wiki

** OUT OF DATE DUE TO RECENT UI UPDATES ** There are many different approaches to user interfaces (UIs) out there, this is how mine works.

Editor Tab

  1. Minimize button
    • Minimizes AutoUR
    • Stops manual UR thread (250usec search for UR thats selected to update fields)
    • Saves current settings to localStorage
    • Stops manual save thread (30sec auto save)
  2. Title bar
    • Name of script and current version
    • Double click to show development info
  3. Tabs for accessing different settings
    • Editor: Where you will spend majority of your time
    • Messages: Allows you to set custom messages (pictured later)
      • Initial: Custom messages for 15 UR types
      • Stale: Custom message for "Stale" URs (defined later)
      • Dead: Custom message for "Dead" URs (defined later)
  4. Information Pane
    • Initially shows development information
    • Shows information about current UR (shown later)
  5. Previous and Next buttons
    • Navigation between auto-selected URs in queue
  6. UR counter
    • Displays current UR out of total URs in queue
    • Double click to search for all URs on screen
  7. Filter selector
    • None: All URs on screen will be placed in queue
    • Initial: All URs with NO comments and NO description on screen will be placed in queue
    • Stale: All URs with ONE editor comment and NO reporter comments and NO description on screen will be placed in queue
    • Dead: All URs with TWO editor comment and NO reporter comments and NO description on screen will be placed in queue
  8. Action button (not enabled currently)
    • Send:
    • Solve:
    • NI:
  9. Default Message Select Field
    • Allows you to insert a different default message
    • Automatically set to default message based on UR type
  10. Message Display
    • Displays the current custom message that is being inserted

Messages Tab

  1. Initial Message
    • Initial message for URs with NO comments and NO description
  2. Initial Message Select
    • Select from 15 UR types
    • Auto-Saves last message on change
  3. Stale URs (disabled)
    • Message for URs with ONE editor comment and NO reporter comments
    • Little text box with number is for customizing days since last comment for filter
  4. Stale UR Days (disabled)
    • Number of days since first comment
  5. Dead URs (disabled)
    • Message for URs with TWO editor comment and NO reporter comments
    • Little text box with number is for customizing days since last comment for filter
  6. Dead UR Days (disabled)
    • Number of days since second comment
  7. Save Button
    • Saves all settings on page

Settings Tab

  1. Reset Button
    • Resets all settings to default
    • Resets all select box values (Editor and Messages tabs)