You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice looking dashboard! You got a lot of feedback during the presentation, I just want to pass along some of my own thoughts from yesterday.
Consider normalizing opinion stability on the first set of graphs. Does it make sense to display it as the proportional change, rather than the raw frequency change because the total number of posts on r/CMV varies over time?
Fix the link back to the original author and submission. I'm not sure where the error occurs. You mentioned it varies by browser. Is it just a problem with value boxes? I'm not sure how well they play with Shiny and reactive objects. Might be able to find a work around by not using value boxes, but just having some text output or manually creating the link using the a() tag
For the submission content, can you actually render it so it's not just the raw Reddit comment field? If Reddit uses a Markdown-based syntax, it might not be too difficult to implement
With the inputs that are drop down menus, be sure to sort them into a meaningful order. You do this for the individual submission tab, but not the author tab
Make sure to define key terms somewhere
The text was updated successfully, but these errors were encountered:
Nice looking dashboard! You got a lot of feedback during the presentation, I just want to pass along some of my own thoughts from yesterday.
a()
tagThe text was updated successfully, but these errors were encountered: