Giter VIP home page Giter VIP logo

spidereyes's People

Contributors

dependabot[bot] avatar ktogami-rr avatar octylfractal avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spidereyes's Issues

Export CSV

It would be nice to export the tables generated as CSV files themselves.

Persistent state over reload / close

It's annoying when you accidentally refresh, or in dev work when doing live reload, that state is not persisted. It should be easy to save it with something like redux-persist.

Introduce column types

Right now, there is no "type" for a column. Values possible for a column are completely arbitrary. There should be standardized column types with constrained values, allowing for more consistent sorting.

There should also be an option to override the auto-detected column type.

Full JS score support

We should allow scoring of columns using javascript function bodies, for arbitrary formulas. We can pass in the sheet as a parameter. Should be secure, but maybe we should implement something to prevent users crashing their own window. Maybe run it once and then save it?

Export actions

It would be nice to be able to export a set of actions applied to a CSV file, and re-apply them to another one, for data fixups.

Graphs

We should have the ability to generate graph tabs, between any two variables and keyed by a third, e.g. X=Match,Y=Cargo,Z=Team would generate a line for each team showing their cargo scoring ability over the regional.

Allow scoring of columns

Each column should be able to have a score attached to it, i.e. for 2019 DDS hatch is worth 2, cargo 3 -- so we want to be able to multiply 5 cargo x 3 points, and get 15 as the value.

By "attached", I think that replacing the column with the score value should work. It's rare that we would like to know the original amount again, and even then dividing by the points is a simple mental task. There's no reason we should need to recover the original value.

Fix sorting

We should drop empty fields to the bottom regardless of sorting direction.

Handle large files better

Currently we buffer all CSV data in memory for loading. This isn't really sustainable for large amounts of scouting data, so we should work on streaming it if possible.

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.