Code Monkey home page Code Monkey logo

enterprise-addon's People

Contributors

mytlogos avatar

Watchers

 avatar

enterprise-addon's Issues

Add Message Cache

As long as the server is unreachable, any messages (on the premise that the offline session is valid) should be cached/saved, so that if the session begins right after the server is up again, all saved message are pushed (WebSocket) to the server. Messages should be saved in storage, so that a sudden browser shutdown does not result in a loss of data.

Extract Feeds from Page

Search for RSS/Atom Feeds and sends it to server so it can scrape it/subscribe for update messages.

Implement a ContentSelector for UpdatePages

The ContentSelector should recognize if the current page harbors/is intended for update messages, like a table with latest updates and notify server about this page, so it can scrape it later for update messages.

Track result container for new results with different meta

If the overWatch executes multiple times with different results for the same result ancestor element, notify server of latest valid metadata and remove former data. This should be done by adding a number to each result, which starts at zero when the contentScripts are loaded in the specific page.
Pages with multiple contents may change link even if the page itself changes minimal, so give each contentScript at the start a number, so it referres the results with their result- and contentScript-id´s.
ContentScript ID´s reset at the start of the extension. Not needed ID´s should be freed so that it should be never run out of numbers.

Implement an ToC ContentSelector

The ContentSelector in analyzer script should recognize, if the current page is an ToC of one or multiple media and return ToC Content only. Notify Server of ToC.

Add options page

User should be able to set options of the extension, like blacklisting websites, enable offline support.

Add Log Framework

Up to now, I just just console.log to log messages.
Using a log framework which sends data to server (if it can), should make discovering issues easier.

Add OverWatch Resultprocessor for background

The Background Script does not process any messages pertaining results of the overWatch Script, be it just an analyzeResult or progressResult.
The server should be notified of any of these result, so package it and send it to server over Websocket.

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.