Skip to content

Standardize the naming of GRPC Functions/Commands and Message Types #218

@CMCDragonkai

Description

@CMCDragonkai

The naming of GRPC functions/commands and message types is getting confusing. We need to have a standard way of naming with:

  • Prefix - use this for hierarchical grouping
  • Name - use this for the main intention
  • Suffix - use this for creating variants

This is a renaming procedure, no new functionality should be done. But we may identify things that are missing or types that can be merged together.

Do note that all GRPC commands requires an input message type and an output message type.

Tasks

    • Identify all major prefixes
    • Identify major variants
    • Rename all commands and types
    • Change the usage of the functions across the rest of the codebase

Metadata

Metadata

Labels

procedureAction that must be executed

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions