I suggest you ...

Heart comments

would be cool to be able to heart comments

26 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    [Deleted] shared this idea  ·   ·  Admin →

    8 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • CameronCameron commented  · 

        I LOVE THIS WEBSITE.:)

      • MRjavin BurMRjavin Bur commented  · 

        ... http://t.co/WvZF5Bp ... http://youtu.be/O0DJ8hWgNes ... http://youtu.be/ZUGRpQ9NmJs THE EXTREMELY SOFT ASS, WEAK ASS http://t.co/8ib1uce Miami Dolphins http://lnk.ms/SjJ1Q Head Coach Tony http://youtu.be/Rtd27aHy3Vw Sparano sent out a spirited message to Dolfans http://youtu.be/6231RRAPdi0 He said he needs you all at the stadium http://t.co/6oOCLVx & that the team needs your support & undying loyalty. He finished up with "We're going to get there (GET THERE http://youtu.be/kUtbgwqLing WHERE? DAMN-iT http://t.co/16YnepP THE ROAD TO THE SUPER BOWL iS NOT LOCATED DOWN iN THE SEWER!!! http://t.co/k04PDlB MRjavinbur) one way or the other http://youtu.be/1tOpwgrqshU I hope its with you but we'll do it without you" http://youtu.be/ixzXxbc77xY What do you think about his message? http://youtu.be/qBV3Isv0KVg Will you be cheering on the Fins http://youtu.be/O0DJ8hWgNes @Sun Life Stadium this season? Sound off here @WPLG Your responses will be read on Local 10 News at 6am ..."BELiEVE" http://youtu.be/WMTNTNzwprs "iNHERiT THE WiND" ... (@WEstillCANTwinAThome) ...WHY??? http://youtu.be/Ga3E-70u4g0 BECAUSE AT THiS PARTiCULAR TiME http://youtu.be/WMTNTNzwprs THAT PARTiCULAR PLAYBOOK DOES NOT EXiST AT THiS TiME!!! http://t.co/4oYSisG (DAMN THAT'S DOUBLY TOUGH NOT TO HAVE A DAMN GOOD WiNNiNG PLAYBOOK AT HOME) ...

      • threeiemthreeiem commented  · 

        I agree with you oweff, I think. Do you mean something like...

        type(id, name, parent_id)

        examples:
        ------------------------------------------------
        type(1, "item", NULL);
        type(2, "poll", NULL);
        type(3, "comment", 1);
        type(4, "comment", 2);
        type(5, "favorite", 1);
        type(6, "favorite", 2);

        You would have to alter the item, comment and favorites table to have a type_id column. I would imagine that the separation of the different comment types using a parent_id might be overkill and could be left out for much simpler SQL. :-)

      • kygkyg commented  · 

        hi.

      • kygkyg commented  · 

        i dont know whos perosn who owns this email adress. he gon kill me.

      • kygkyg commented  · 

        jg

      • kygkyg commented  · 

        hi.

      • oweffAdminoweff (Developer, Bordom) commented  · 

        I support this idea... as it would be nice to heart Polls, too.

        Problem here is a data design question. Currently, the "favorites" table has a item_id field, so the hearts are connected to items.

        Comments and Polls are not items, so the design of the favorites table would need to change to support an arbitrary reference entity.

        Maybe something generic like:

        record_type (item, comment, or poll)
        record_id (the id of the foreign key)

      Feedback and Knowledge Base