-
Notifications
You must be signed in to change notification settings - Fork 20
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
Observations on latest state #773
Comments
@scottkleinman Thank you so much for testing and reporting, we will work on fixing these issues. |
#775 This fixes the Topwords tool. |
@Weiqi97 No problem! I changed the bullet points above to check boxes if people want to check off the fixes. |
It makes sense that we want to smooth the rolling window graph result. However, in the implementation, we used |
Content analysis is operational and generates three graphs; word counts based on dictionaries, corpus counts, and file counts. We are still trying to come up with a better name. Maybe "Opinion Mining" (which is closer to sentiment analysis)? Mark's contacting the people who wrote the paper on content analysis for their opinion. |
Removing things from the plotly toolbar has actually proven to be quite difficult. Here is a relevant link. Since we are using python and js together to render the plotly plot its more difficult than just the example provided. |
@dihydrogenmonoxide21 also feels kinda shady to remove the produced with plotly button haha. |
@scottkleinman I just tried uploading a large file (~220MB) and there is a small loading icon near the bottom of the drag and drop area. This only appears in Firefox, though, and not Chrome. It may be some default feature in the file uploader that does not work in Chrome. I will try to add our usual loading icon instead. |
RE: Merge selected Documents and Apply Class to Selected Documents have been disabled in the context menu. @scottkleinman any help here? the right-click context menu does not show the Apply Class to Selected Docs upon entry; however, if we select some docs (on the manage page), then the Apply Class to Selected docs choice is available ... (??) |
On all of the above, today was a travel day. I'll get caught up tomorrow and see if I can help out. |
@mathewleblanc, there is a very peculiar comment in the code here. I'm not sure if it's related. But I think our normal icon, perhaps with a delay of a couple of seconds so that humans can catch it, will do the trick. From what I can tell, the code is in there and should be working. It may ultimately be a good idea to go to a third-party library like dropzone.js, but that's for another summer. |
For the various plotly toolbar issues. I only looked at hierarchical clustering, but I successfully modified line 96 of config = {
'showLink': False,
'displaylogo': False,
'modeBarButtonsToRemove': [
'autoScale2d',
'toggleSpikelines'
]
}
div = plot(figure, config=config, output_type='div', include_plotlyjs=False) This gets rid of the Plotly logo, the autoscale, and the toggle spike lines buttons. (The When I tested this, the nice padding between the rightmost leaf and the end border of the graph was gone. I'm not sure if that's related. |
For further thoughts on plotly dendrograms, see issue #789. |
@scottkleinman Merge Selected document and Apply Class to Selected Documents is definitely acting odd. In Manage one must deselect and then reselect the documents and then these options are enabled. Possibly related, the button to download selected documents does not appear unless using the same method. Additionally, downloading documents does not work. The first batch of files downloads fine, but using the reset button and uploading new files, the first group of files will download and not the new set. This is done through a Flask route |
@mathewleblanc Look at my comment to @phuens above in this thread. That seems to fix the problem for me. Basically, the code is not identifying the active documents. If you find the code to show the download icon and substitute the line above, I imagine that will work as well. In terms of the downloading issue, we may need to insert a random number into the download link. I'll have a look when I get a chance. |
@scottkleinman Thank you for the help with the code. As of right now, we have an issue of a pop-up error-modal that appears whenever you try to merge documents. This error is present in the master server and lexos3 server as well. I figured that removing line 550 of scripts_manage.js lets us get rid of the pop-up error-modal when you merge. I just wanted to confirm this with you because I don't think we need that line but I am not 100% sure. |
@phuens It is hard for me to diagnose this. I just pulled the master branch, and all files get de-selected when I right click. Same thing in refactor/manage branch. On both servers the documents remain selected, but the merge option is greyed out when I right-click. This wasn't the case yesterday. So there is something bigger going on here. What branch are you working in? |
dang; @phuens this is a priority |
@scottkleinman The right click merge option is working on lexos3 server. We updated the lexos3 server yesterday. The manage page seems to be working fine on lexos3 sever. |
@phuens Are you sure? I just tried it on the server, and it's still de-deselecting documents when I right-click. |
@scottkleinman Could you be able to check the manage page again since we updated the lexos3 server. It seems to be working well on everyone's computer here. |
@scottkleinman @phuens @Weiqi97 -- dang, it is alil' random; seems to deselect at odd times, but not always ... |
The definite issues in the original checklist are solved. |
I've been through the latest changes on lexos3 and noted a bunch of mostly superficial issues that we should look at. Many are quick fixes, so I'm just providing a running tally here:
Plotly (all tools that use it)
Upload
Manage
Rolling Windows
Statistics
Hierarchical Clustering
K-Means
Topwords
Content Analysis
The text was updated successfully, but these errors were encountered: