-
Notifications
You must be signed in to change notification settings - Fork 3
Milestone 05 #44
Comments
I was thinking we could follow the same pattern as we've done so far (I'll do exploration and you'll do linear regression). However, instead of the radio buttons I will most likely finish my portion by Friday night and then you can work on it then. I'm not sure how it'll work since we will both be working on the same file |
@dy-lin Sorry, Yulia asked me to share my screen. I coudln't respond to you in repl. I got you. We totally misread Firas's point:)) |
Haha yeah, no worries! Since we'll be working on our forks, I'm going to reverse |
I have addressed some of Yulia's feedback from Issue #46:
|
Since the dashboard criteria has already been fulfilled on my part, I suppose it isn't as important that your part also contains two callbacks, etc. I have written in the to avoid reuse of variable names, here are the ones that I've already used:
Some variables above will be referring to shared variables, but hopefully this list makes your part a bit easier. I've organized the script into the usual structure we've seen in class. The script is long, so I've used this style comment header:
This creates a 'section' (more info here: https://support.rstudio.com/hc/en-us/articles/200484568-Code-Folding-and-Sections). By adding 4 dashes after the comment, it creates a 'section' that will show up in RStudio's 'table of contents'. Unfortunately the images in that link are corrupted. Basically, using the folding will allow you to see a 'table of contents' by clicking the top right icon next to 'source'. By going to Let me know if you encountered any issues with the dashboard. Maybe I can save you some time if it's an error I've encountered! I've attached some screenshots of what it currently looks like to give you an idea: Problems that still need to be addressed:
I will tag you once I've created the pull request and merged it so you can run |
@Nima-Jamshidi, I have merged the pull request for Remember to sync your fork before you start:
|
Hi @Nima-Jamshidi, how are you doing with tab2? If you are having difficulties and cannot finish in time, you can remove the reset and viridis toggles from your tab and just leave them out. |
Hi @dy-lin , I have been working on it. Sorry, I couldn't update you sooner. Check the app, please. By the way, I edited your section a bit. Sorry for not asking beforehand. I just used |
Looks great! I didn't know about the I'm going to try and fix my reset button, but if that doesn't work I will just leave it, tag it, and submit it. The reset button works to reset the graphs, but currently does not reset the other components (i.e. does not reset the dropdown, checkboxes, etc.) |
@Nima-Jamshidi, I am waiting for Firas to help me out with resetting the reset button in this issue. If he does not get back to me in time, I will just leave the reset button out of the As I understand after submission tonight, we will receive feedback from a TA, so there is still wiggle room for modifying the dashboard should Firas reply after the deadline today. So if he replies in time and I am able to implement by tonight's deadline, I will-- if not, I'll temporarily remove the reset button, tag the release and submit our link. |
@dy-lin I solved the issue with reset-button. Check it out. There is still a bug. The corrplot does not update similar to other plots when reset-button is clicked. I do not know the reason for that. |
Hi @Nima-Jamshidi Thanks for fixing the reset button, after my most request merge, the corrplot seems to be updating on my end. I'll tag a 5.1, and you can check if it updates on your end? |
I'll submit the tagged release to canvas for now. If we end up making more changes we can just resubmit on Canvas I believe. |
Milestone 05
Task 1: Build your dashboard (80%)
Exploration Tab
At minimum your dashboard must have:
You are encouraged (but not required) to try:
Linear Regression Tab
At minimum your dashboard must have:
You are encouraged (but not required) to try:
Examples of Dashboards in R
To give you some ideas of how your final dashboard looks like, here are a few examples of Dashboards in R by former students:
The text was updated successfully, but these errors were encountered: