Giter VIP home page Giter VIP logo

tra-superscript's People

Contributors

agawde05 avatar devksingh4 avatar ltcptgeneral avatar zpan1 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

tra-superscript's Issues

Implement self-updater for Superscript

Implement a self-updater which checks for the latest release on GitHub, and either prompts the user to manually download it or automatically download it. Consider adding a system to allocate importance levels per each new release, indicating whether a new version is optional or required.

Pull configuration information from database

Is your feature request related to a problem? Please describe.
Currently the configuration file is present locally. It would increase usability if the config file was pulled from the database instead.

Describe the solution you'd like
Since the config file is json, we should be able to pull it from the database if there has been a change in configuration. The file should still be stored locally to avoid unnecessary data transfer if noting has been changed. A versioning number (similar to how analysis backtimes its last run) can be used to determine if there has been a change. Simplifying the task into parts:

  • Create a function that runs asynchronously that checks the database config file to the local file and pulls if the local is behind
  • Create a function that uploads any change in the local config to the database after the GUI configurator or user has finished making changes.

Create and automate actions to compile data-analysis into runnable CLI executables

Is your feature request related to a problem? Please describe.
Currently, users have to manually install python and run from command line.

Describe the solution you'd like
As an alternative to the GUI solution, we should compile the existing superscript.py script into runnable executables for win10 and linux.

Additional context
Potential python to exe tools:

  • cx_Freeze for Windows, Linux, and Mac OS X (Python 2.7, 3.x)
  • pyinstaller for Windows, Linux, and Mac OS X (Python 2.7, 3.4-3.7)
  • bbfreeze for Windows and Linux (Python 2.4-2.7)
  • py2exe for Windows (Python 2.6, 2.7)
  • py2exe for Windows (Python 3.3-3.5)
  • pytoexe for Windows (Python 2, 3)
  • Freeze for Linux and maybe Mac OS X (Python 2.x)
  • py2app for Mac OS X (Python 2.x)

Reference: https://codeburst.io/building-beautiful-command-line-interfaces-with-python-26c7e1bb54df

Implement Average Offensive Rating, Average Defensive Rating

  • Hypothesize and implement a system to evaluate team's average offensive power and defensive power, similar to thebluealliance.
  • Using match results and collected team data to determine each team's individual offensive and defensive contribution for each match.
  • Ideally root the metric in statistical tests and variable state systems, rather than hard coded systems (ie don't just average points scored / points lost)

Help Wanted: may need to brainstorm several systems before settling on a specific one

Implement GUI for data-analysis

Is your feature request related to a problem? Please describe.
Currently, data-analysis is command line only and very clunky to use. It includes no user controls nor any good graphical output for the user to understand what is happening. It also involves configuring the application by manually editing raw json.

Describe the solution you'd like
Implement some GUI that procedurally generates some elements based on the configuration file. The GUI should concisely show users of data-analysis the progress of the application and important configuration items like number of cores being used. It should also include a configuration tool for configuring the application (should edit the config.json file directly).

Describe alternatives you've considered
A CLI only application will be the next target, but for users who want a graphical interface, this will be nessasary.

Additional context
Example mockup of the interface:
GUI_Mockup.pdf

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.