-
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
Move commenting UI code into an independent .js file #3831
Labels
fto-candidate
issues which are meant to be solved by first timers but aren't well-formatted yet
gci-candidate
help wanted
requires help by anyone willing to contribute
HTML
JavaScript
Comments
78 tasks
4 tasks
@jywarren I will claim this and work on it - let me know if someone has already claimed it! |
4 tasks
Please go ahead, thanks!!!
…On Tue, Oct 30, 2018, 5:07 PM KyungJun Kim ***@***.*** wrote:
@jywarren <https://github.com/jywarren> I will claim this and work on it
- let me know if someone has already claimed it!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3831 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ1IKFq7v6jsEyrEuPg1UPSCJuHTMks5uqL9TgaJpZM4X_vZO>
.
|
@jywarren Thanks! I just passed all the tests and updated the code. Do I need to do anything at this point? I already did the pull-request. Please let me know what to do to move forward. |
jywarren
pushed a commit
that referenced
this issue
Nov 7, 2018
SrinandanPai
pushed a commit
to SrinandanPai/plots2
that referenced
this issue
May 5, 2019
…#3831. (publiclab#3855) * fix erro publiclab#3831 by junhouse * add junhouse fix 2 for error 3831 * fix 3 junhouse * add fix 4 * fix 5 with config update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
fto-candidate
issues which are meant to be solved by first timers but aren't well-formatted yet
gci-candidate
help wanted
requires help by anyone willing to contribute
HTML
JavaScript
This has been marked as a good candidate for becoming a first-timers-only issue like these, meaning that it's simple, self-contained, and with some extra formatting, could be a great entry point for a new contributor. If you're familiar enough with this code, please consider reformatting or reposting it as a first-timers-only issue, and then ping @publiclab/reviewers to get it labelled. Or, if this is not your first time, try to solve it yourself!
Our commenting code is quite long and is placed inline into the comments page. We should include it using a
<script>
tag, and move it into this folder with other JavaScript code:https://github.com/publiclab/plots2/blob/f423719cc77948f0e2ceb27e1e0685115841a9a5/app/assets/javascripts/
Here's the segment that should be moved:
plots2/app/views/comments/_form.html.erb
Lines 80 to 118 in f423719
Once it's moved into
/app/assets/javascripts/comment.js
, we can re-include it with this line in the_form.html.erb
template:We'd love help with this one!
The text was updated successfully, but these errors were encountered: