JD-666 / wwsc

forum based website
Apache License 2.0
0 stars 0 forks source link

Cool JS features #29

Open JD-666 opened 7 years ago

JD-666 commented 7 years ago

consider adding cool features like the ability to "like" a post. The more likes a post has, the more it "glows" with JS or changes the background color. If a post has dislikes then it glows and ugly color.

Also have usernames get special colors or symbols when they have higher rank. Rank can increase with number of posts and number of likes.

Also add JS glow to main category tiles page just for cool mouse-hover effects.

JD-666 commented 7 years ago

give the Profile object a "Rank" attribute. Rank will be incremented when the user makes a Post or when the user receives a "like" on one of his posts.

Have a predefined set of rankings. Each ranking will have it's own special symbol font color. A user profile could show a progress bar towards the next rank.

JD-666 commented 7 years ago

utilized CSS3 to get some cool animations including the "glowing" effect desired for the tiled images.