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

Database formatting #2

Open
soif opened this issue Oct 21, 2024 · 1 comment
Open

Database formatting #2

soif opened this issue Oct 21, 2024 · 1 comment
Labels
help wanted Extra attention is needed todo features to implement

Comments

@soif
Copy link
Owner

soif commented Oct 21, 2024

Some columns (ie Yes/No columns) may also content :

  • "-" (dash) content
  • "" (empty) content

Figure what it means :

  • Not set?
  • Unknown?
  • something else?

then we'd take appropropriate action to :

  • clean the values in the formatter
  • ensure filters use them correctly
  • ensure they are sorted correctly
@soif soif added help wanted Extra attention is needed todo features to implement labels Oct 21, 2024
@richb-hanover
Copy link
Contributor

This is a hard problem. The rules for setting database columns are underspecified (see the text in a Dataentry/text entry page like https://openwrt.org/toh/hwdata/gl.inet/gl.inet_gl-mt6000#data_entry).

We are are going to have to guess what the original person who created the Dataentry was thinking.

It's easy enough for me to query my database to collect info about some of the most troublesome columns: do you have any suggestions? Thanks

soif added a commit that referenced this issue Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed todo features to implement
Projects
None yet
Development

No branches or pull requests

2 participants