tmoitie / iRacing-week-planner

A weekly planner for iRacing
https://iracing-week-planner.tmo.lol
MIT License
94 stars 46 forks source link

Feature - Purchase Optimization #36

Closed flomarin88 closed 4 years ago

flomarin88 commented 4 years ago

As a simracer who

The "Purchase Guide" will tell you which unowned Tracks are used multiple times in your favorites series.

Screenshot 2020-04-22 at 00 15 31

With a single click on the basket icon, you are directly redirected on iRacing / Track page to buy it.

tmoitie commented 4 years ago

Hi, thanks for the PR. There are a lot of changes here which are pure code style but deviate from the airbnb standard - e.g. everywhere where you've removed spaces from inside braces. Could you revert the codestyle changes and only leave the substantiative changes? Ideally could you check your code against eslint?

Thanks!

flomarin88 commented 4 years ago

I cleaned some files.

When I check the code with eslint, I still get + 200 errors on untouched files

Screenshot 2020-04-22 at 17 11 57

It could be useful and easier to contribute with a dedicated Lint PR. WDYT ?

flomarin88 commented 4 years ago

Thanks @tmoitie

tmoitie commented 4 years ago

Thank you!