Skip to content

Files

Latest commit

 

History

History
28 lines (16 loc) · 1.62 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.62 KB

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