ConsHack / article-search-chrome-plugin

:mag: Chrome Plugin to Record Searches for Articles and Display Overlay Info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

article-search-chrome-plugin

Chrome Plugin to Record Searches for Articles and Display Overlay Info

Optional signin

  • Google authentication using Hapi plugin Bell & hapi-auth-cookie

    • Signin enables saving data into database
      • basic user information saved in user object which is in database
    • If not signed in data will still be available but no data can be added (as in read/rejected/forwarded flags)

    image

Functionality

This plug-in provides flags to let the user know if an article has been rejected/accepted by any previous viewers. Basic information can be supplied, with more details such as viewer name, decision criteria, etc. supplied upon further drill down.

stage-two

Upon selecting an article, a pop-up form with criteria appears. The user can choose to accept or reject the article. Selecting 'more' takes user to a longer form to supply more detailed information. stage-three

stage-three-accept

The plug-in also provides access to a dashboard, where the user can see how many articles they have accepted/rejected as well as a timeline of their activity.

user-dashboard

About

:mag: Chrome Plugin to Record Searches for Articles and Display Overlay Info

License:MIT License


Languages

Language:JavaScript 86.1%Language:HTML 13.9%