Skip to content

[Feature Request] Allow renaming Faction #1

@derrickmehaffy

Description

@derrickmehaffy

Scope:

  • Renaming should be limited to faction leader and/or server admins
  • Renaming should check for duplicate faction names before being accepted
  • Renaming should have a configurable time-based limit (rate-limiting to prevent abuse)

Implementation Suggestions:

  • Suggested command reference: /f rename someName
  • Should have an option included in the GUI (may require an "Advanced Faction Settings" page to be added, useful for other options in the future)

Risks/Alternatives:

  • Duplication checking may run into race conditions in busy servers
    • As an alternative, we could allow duplicate faction names so long as the faction's primary key (identifier) uses a randomly generated UUID string rather than the faction name itself.
    • Secondary alternative if UUID based PK is not feasible would be to keep a record of the original name but renaming simply alters the "Display name" of the faction

References and Media:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions