Skip to content

Clarify how to use mode / submode in the DB #650

@ea4k

Description

@ea4k

With the mode table, the use if mode & submode in the log makes no sense as maintaining just the id is enough.

To decide whether is better to:

  • keep just one copy of the adif_submode in the modeid column as it is today and deprecate the submode column (maybe the best)
  • copy all the ids to submode column
  • move the modeid to submodeid column and deprecate mode column

Maybe migrating to "string" instead of "id" facilitates the human reading of the DB but can complicate the "computer" management.

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