PATRIC3 / patric3_website

Legacy PATRIC Website (JBoss Portal Version)
MIT License
5 stars 2 forks source link

Why do some tables have check boxes, and some don't? Shouldn't they all have them? #1218

Closed ARWattam closed 7 years ago

ARWattam commented 7 years ago

Blast results have check boxes:

screen shot 2016-11-03 at 1 52 25 pm

Workspace feature groups don't:

screen shot 2016-11-03 at 1 53 38 pm
mshukla1 commented 7 years ago

There are multiple tables without checkboxes. Everyone, please address it in your respective pages.

hyoo commented 7 years ago

protein families tab and transcriptomics genes. this has been ticked multiple times.

dmachi commented 7 years ago

Yes, and it isn’t a matter of just enabling the checkboxes. We know we want to add these, but it will take some effort on some of these tables due to how they are generated and the underlying store.

On Nov 7, 2016, at 10:41 AM, hyoo notifications@github.com wrote:

protein families tab and transcriptomics genes. this has been ticked multiple times.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/PATRIC3/patric3_website/issues/1218#issuecomment-258870159, or mute the thread https://github.com/notifications/unsubscribe-auth/AALobqJTJnjPRnq2cPXhV7v5wpC0dz_Hks5q70akgaJpZM4Kot0U.

mshukla1 commented 7 years ago

Is it the case that it is easy to add checkboxes when the table shows primary entities, i.e. features and genomes. But, it is harder to add check boxes when the table shows protein families and pathways, that require additional query to get corresponding genome/feature ids?

On Nov 7, 2016, at 9:44 AM, Dustin Machi notifications@github.com wrote:

Yes, and it isn’t a matter of just enabling the checkboxes. We know we want to add these, but it will take some effort on some of these tables due to how they are generated and the underlying store.

On Nov 7, 2016, at 10:41 AM, hyoo notifications@github.com wrote:

protein families tab and transcriptomics genes. this has been ticked multiple times.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/PATRIC3/patric3_website/issues/1218#issuecomment-258870159, or mute the thread https://github.com/notifications/unsubscribe-auth/AALobqJTJnjPRnq2cPXhV7v5wpC0dz_Hks5q70akgaJpZM4Kot0U.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/PATRIC3/patric3_website/issues/1218#issuecomment-258871210, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLd7xiuLrhdc95NIN5RG-B8qP9XDgdrks5q70dygaJpZM4Kot0U.

dmachi commented 7 years ago

The problem is that for in-memory stores (client side generated stores that don’t have a 1-1 match with a backend data source), there seems to be an issue with the underlying store matching up with the checkbox selector plugin.

Dustin

On Nov 7, 2016, at 10:51 AM, Maulik Shukla notifications@github.com wrote:

Is it the case that it is easy to add checkboxes when the table shows primary entities, i.e. features and genomes. But, it is harder to add check boxes when the table shows protein families and pathways, that require additional query to get corresponding genome/feature ids?

On Nov 7, 2016, at 9:44 AM, Dustin Machi notifications@github.com wrote:

Yes, and it isn’t a matter of just enabling the checkboxes. We know we want to add these, but it will take some effort on some of these tables due to how they are generated and the underlying store.

On Nov 7, 2016, at 10:41 AM, hyoo notifications@github.com wrote:

protein families tab and transcriptomics genes. this has been ticked multiple times.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/PATRIC3/patric3_website/issues/1218#issuecomment-258870159, or mute the thread https://github.com/notifications/unsubscribe-auth/AALobqJTJnjPRnq2cPXhV7v5wpC0dz_Hks5q70akgaJpZM4Kot0U.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/PATRIC3/patric3_website/issues/1218#issuecomment-258871210, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLd7xiuLrhdc95NIN5RG-B8qP9XDgdrks5q70dygaJpZM4Kot0U.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/PATRIC3/patric3_website/issues/1218#issuecomment-258873112, or mute the thread https://github.com/notifications/unsubscribe-auth/AALobl0Z72cITvX8JBvwry5T-_Lu6v7Wks5q70jrgaJpZM4Kot0U.

hyoo commented 7 years ago

will be available on alpha soon.

mshukla1 commented 7 years ago

it seems all tables have checkboxes now. verified on beta.