Very nice, hopefully it'll keep down "accidental deletes".

I was thinking a couple of changes to the interface would do the trick also:

  1. Change the vote buttons in Nodes to consider to a "Yea" and "Nay".
  2. Add a "Consider for delete" checkbox in Approval nodelet

This gets rid of the problem of people voting "delete" on nodes that have been considered for editing (some people seem to vote delete on everything). It also lets auto-delete work: if "consider for delete" is checked, and there are 5 "yea" and less than 2 (4?) "nay" votes, NodeReaper swings his scythe. Finally, an editor could remove the node from consideration if there were more than 4 "nay" votes.

I think that covers it. Have I overlooked something? I think the code changes aren't very big, but I could easily have overlooked something that makes this difficult and/or impossible. Guidance and comments welcome.


In reply to Re: A couple of site changes by VSarkiss
in thread A couple of site changes by tye

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.