-
Notifications
You must be signed in to change notification settings - Fork 47
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
Entry version for genes in OMIM-AUTO panel #4956
Comments
You mean as in pending updates or after it's applied? Ah the auto one! I'll have a look, but laters! 😅 |
No, like just now that you updated the panel via the command line |
But it's impossible that all the other genes were intrduced in v 30 |
But they were not, compare POT1 above? It would be cool to deep dive each gene and fetch the first appearance for each line, instead of current and last - but I'm kind of guessing it would be too slow right now unless we refactor it, like storing the first appearance in db on each panel, and set it on creation or the first time its re-computed if it doesn't exist already. |
It's like a linked list currently - you have to follow it back from the end to find the first node. |
yes, that's what I mean. As we write it now, it seems that the genes were new in the panel before, but they weren't |
Not really, but I see how one could interpret that as such. What it does is expose some db internals which isn't super cute, but compare how you e.g. see the next pending update on earlier, frozen versions. It works as a diff, and a history, so all good and clever, but isn't super clear to a random user. It's exactly the same thinking with the gene revisions - or well, maybe lack thereof, and just reusing. 😁 |
Perhaps we could just find a smarter name for that column, lnstead of "entry version". Entry version/previous version or something? |
Perhaps, or a tooltip with a small essay? We could also hide the previous version number, or like super highlight the ones that match the selected panel version? The only thing the feature does realistically is show if a gene was changed with this version, or was there unchanged in the previous one. |
I like the idea of hiding the field if it's old and having instead something "new in the panel version" for the new genes n the panel |
Perhaps we had this discussion already but I forgot. Entry version Is systematically set to the version before, for all genes. but it's wrong, no?
The text was updated successfully, but these errors were encountered: