Giter Club home page Giter Club logo

newsfreq's People

Contributors

upquark avatar

Watchers

 avatar  avatar

newsfreq's Issues

Create search weighting option for graph and table

Some infrastructure already in place.

Weighting will work as follows:
Main ajax request for article count is sent. If 'weighted,' then a second request is made for the same time frame and source but with a blank searchTerm. This is the total number of articles for that time frame from that source. The weighted result will be equal to (number of articles for term) / (number of articles total) displayed as percentage. This will be reflected in both graph and table.

Streamline of large http request volume required

Nebulous task. At the moment, datasets are created with one HTTP request per data point (two for weighted, potentially more for parent company searches). This causes severe slowdown at higher volume which directly affects the usability of the application.

Analysis is needed to see if it is possible to lower the volume of HTTP requests while still extracting all the same data. This is difficult due to the restrictiveness of the backend, but warrants analysis.

Object-oriented refactor

Uses OOP-Refactor branch. Major overhaul of structure to conform with object-oriented-JS style for better improvability in the future.

Add 'Save Data Set' button

Add a button / option to save the table data set as a .csv or .xslx file. Low priority due to the existing ease of pasting html table into excel, but improves ease of use.

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.