Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Multiworld Watcher Multiworld Watcher
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Q4SG
  • Multiworld WatcherMultiworld Watcher
  • Issues
  • #39
Closed
Open
Issue created Apr 07, 2022 by Adam "MrBond" Ziegler@MrBondOwner

Refactor: normalize internal name usage

Any names that are fully internally-controlled should be normalized for input:

  • Command names and input parameters
  • Item priority names

Extend this to attempt reducing the necessity of " for parsing command inputs; if normalization is consistent enough, known single-parameter command inputs (e.g., !world "name") may be able to accept values verbatim; however, this may not be possible for commands that require multiple parameters, where explicit " is necessary to identify where one parameter ends and the next begins.

Other names that are provided externally - e.g. world names, item names, etc - must still be used verbatim.

Edited Apr 05, 2023 by Adam "MrBond" Ziegler
Assignee
Assign to
Time tracking