Giter VIP home page Giter VIP logo

vangogh's People

Contributors

boggydigital avatar dependabot[bot] avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

instylevii

vangogh's Issues

New settings.json format

Current linear format has outgrown itself - we'll use 2.0 as an opportunity to break free from legacy and introduce new more structural data schema.

Details TBD.

Improve the web frontend

  • remove svg and add fa.woff to the project
  • split javascript files
  • improve DLC section - create the list first then create DLC
  • improve product files section - create the list first and avoid dupes
  • show loading thumbnail for product images
  • improve search
    -- block until we can be sure it's fluid
    -- don't reload the page, preserve search value and results on details <-> list transitions

Don't accumulate product files versions

When updating product files - need to make sure that any product files versions that are not current needs to be deleted, otherwise we'll keep adding files without removing (unless manually)

General pipeline improvements

Program.cs has accumulated too much special logic, need to refactor:

  • abstract downloads from any other actions (through new download controller, that should be used for images, files, json data)
  • register download tasks from product to allow reporting
  • abstract all throttling logic to some controller
  • unify reporting through event model
  • all worker controllers would implement general interface and Program.cs just iterates over collection of workers, passing data as needed

Regionally priced DLC is not marked as owned

Something I don't plan to fix, but want to capture details here. The way GOG does regionally priced products is creating separate products with different ids. There is Product entry for it that maps to ProductData and another one for GameDetails that has different id. To mitigate this for purposes of marking products owned, updated, wishlisted, etc. I've been using "bundles" where I bundle product and gamedetails object together (see Quake series as example). However this won't work for DLC currently as there is no good way to track DLC that is regionally priced (that means it's id would be different from ProductData id) and doesn't have id in GameDetails. Potentially I could use title comparison to understand whether this is owned, but I currently don't plan to do anything about it. Known product affected is Frozen Synapse: Red - and there is no real functional impact - files would be downloaded, DLC would be shown under Frozen Synapse (just without image or details, since I can't map this to ProductData).

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.