Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ea4k opened this issue Dec 25, 2023 · 0 comments
Open

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

ea4k opened this issue Dec 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ea4k
Copy link
Owner

ea4k commented Dec 25, 2023

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.

@ea4k ea4k added the enhancement New feature or request label Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant