Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander-matsievsky/dash-next
Experimental UI enhancements for Scrapinghub dashboard
https://github.com/alexander-matsievsky/dash-next
Last synced: 3 months ago
JSON representation
Experimental UI enhancements for Scrapinghub dashboard
- Host: GitHub
- URL: https://github.com/alexander-matsievsky/dash-next
- Owner: alexander-matsievsky
- Created: 2019-10-31T07:23:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T00:51:39.000Z (about 2 years ago)
- Last Synced: 2023-03-02T22:33:38.985Z (almost 2 years ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dash:next
Experimental UI enhancements for Zyte [dashboard](https://app.zyte.com/) via browser extension.
## Purpose
The extension serves as a playground to try out some useful UI elements and features.
The successful ones might end up being incorporated into Dash.## List of Enhancements
1. `job-stats`
Adds chronological stats data viz to the main job page (i.e. `https://app.zyte.com/p/*/*/*`).
Every stats field is displayed as a time series of relative changes for the last 7 jobs.
The obtained data viz can be exported as SVG/PNG file.## Installation
Currently the extension is alpha, so:
- it's not branded (no icons, "About" pages, etc.);
- it's not published to Chrome Web Store;
- it's not ported to Firefox.You could try it out in [Chrome's Developer mode](https://developer.chrome.com/extensions/getstarted#manifest):
1. clone it `git clone [email protected]:alexander-matsievsky/dash-next.git /tmp/dash-next`;
1. open the Extension Management page by navigating to `chrome://extensions`;
1. enable Developer Mode by clicking the toggle switch next to **Developer mode**;
1. click the **LOAD UNPACKED** button and select `/tmp/dash-next`.