-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
example powertag dropdown [WIP] #1558
Conversation
Also, this is what we got when running the tests. Should we proceed with |
Looks great! Yes, try rake db:migrate - and can you remove the npm debug file that's included? Are you able to start the application with Thanks! |
And you should only need |
Generated by 🚫 Danger |
you probs need to run |
|
Forgot to mention -- you can view the tagging partial on any note or wiki page, and I'll paste in a link to the relevant lines of code -- sorry should've done that already! |
okay, so yesterday we met with our coach Katie and were trying to make it so that the changes that i have made would show up on my local version of the app. so my file aside from that issue, we are unsure of how to approach the issue of defining the parameters to make the code only visible when you add something to the end of the url. Katie wanted to know where we would need to define the route for that, or if there is some other way that we should address this issue |
So for example, on wiki pages like That partial include is here: https://github.com/publiclab/plots2/blob/master/app/views/wiki/show.html.erb#L84 |
wow okay we were definitely just on the wrong page, it works now! but could you just explain a little bit about why typing |
Wow, cool! Does this work, can you see it on your local install? Is it ready to publish? This one is pretty straightforward, but sometimes with UI related work, it's helpful to attach a screenshot so I or another reviewer can get a look without having to pull the whole thing first. But if this looks good I'll merge it in! Fantastic! And we can check it off the list at #1560. |
yes, it does work on my local version! at least the drop down shows up and it's clickable, i still want to test it with a post with actual stuff in it to make sure that the tag function is being called and makes it ~ fancy ~
i'm at work at the moment but when i get home i'll test that and post screenshots on the PR
thanks!
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Jeffrey Warren <notifications@github.com>
Sent: Friday, August 4, 2017 1:25:15 PM
To: publiclab/plots2
Cc: shelbyfirebaugh; Mention
Subject: Re: [publiclab/plots2] example powertag dropdown [WIP] (#1558)
Wow, cool! Does this work, can you see it on your local install? Is it ready to publish? This one is pretty straightforward, but sometimes with UI related work, it's helpful to attach a screenshot so I or another reviewer can get a look without having to pull the whole thing first.
But if this looks good I'll merge it in! Fantastic! And we can check it off the list at #1560<#1560>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1558 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ANguj-nvfS7p0Yvpc2ZTUyHCBHrRHgBFks5sU1P7gaJpZM4OqCBE>.
|
Awesome -- I think this is all good though, since it'll be hidden. I'm going to merge! |
🎈 🎉 Thanks! And onward to #1560 :-) |
Great -- this is live now -- https://publiclab.org/wiki/sandbox?potter=harry It's not exactly as I'd imagined -- there was a way I'd seen in Bootstrap for the button to be kind of attached to the input form, on the same line. Like these: http://getbootstrap.com/components/#input-groups-buttons-dropdowns But the potter hidden thingy is working perfectly! https://publiclab.org/wiki/sandbox Kudos -- you should share this out with your demo in my request for 1-line updates! @lilliankorinek @shelbyfirebaugh great work. |
Beginning of a solution: fixes #496
We just added the Bootstrap example code for a dropdown menu in a new file called _advanced_tagging.html.erb.
We added it just in the format of a normal HTML page, since we don't know the correct syntax to use for .erb files. It also is not clickable at the moment, as we also don't know how to actually call the powertag functions. Is Active Record Querying the solution that we should be looking at?
Any suggestions on how we should proceed would be greatly appreciated!
rake test:all