Add "status" field to /comments page, viewable by admins/moderators only #7362
Labels
fto-candidate
issues which are meant to be solved by first timers but aren't well-formatted yet
help wanted
requires help by anyone willing to contribute
HTML
Ruby
Milestone
https://publiclab.org/comments has tools to spam individual comments, shown to admins, here:
plots2/app/views/comments/_comments.html.erb
Lines 36 to 47 in aa3b864
Let's add a small indicator of the current status of the comment there too, as it's ambiguous!
Let's have the status shown just above lines 37 and 40 in this code excerpt, with
Status: <%= comment.status %>
so that we cover each possible condition.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!
The text was updated successfully, but these errors were encountered: