Git Product home page Git Product logo

porick's People

Contributors

johnlunney avatar kopf avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

johnlunney stesh

porick's Issues

Calculation of number of upvotes / downvotes is incorrect

e.g. in the case of the following quote, with fields:

   rating: 0
    votes: 2
submitted: 2012-10-26 14:26:12
    score: 1
   status: 1

its # of upvotes is calculated as equal to votes (2) and number of downvotes equal to votes - rating (2). however we can see this isn't the case when we look at the actual votes for this quote:

+----------+---------+-----------+
| quote_id | user_id | direction |
+----------+---------+-----------+
|     1137 |       4 | up        |
|     1137 |       6 | down      |
+----------+---------+-----------+

Implement quote content cleanup

Quote text should be always aligned properly, no matter the size of the window from which it was copied.

Should build a processing module that reformats quotes based on the width of the porick quote <pre> (either 110 or 111)

Implement voting-per-user

Relation between users and votes tables, and then show users what they've already voted on when browsing, etc

Implement pagination & sorting

  • Allow users to choose how many quotes to display per page
  • Allow users to sort quotes by rating / date / etc. Display this on all pages.
  • Store this data in cookies

Add quote editing

Allow users to add tags to quotes they submitted after the fact.

Allow admins to edit quotes entirely, in order to fix bad pastes.

Implement 'my account' page

starting off with change password functionality

also add "forgot my password" functionality to the sign in page

Login from any page

Instead of having a link to a login page, place two text fields in the navbar for username and password.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.