phyziyx / steam2pcgw

Steam 2 PCGamingWiki - A Steam page to PCGW article converter (work in progress)
2 stars 3 forks source link

Plans #8

Open phyziyx opened 1 year ago

phyziyx commented 1 year ago
phyziyx commented 1 year ago
  1. Language sorting seems to be fine - no discrepancies reported.
  2. IsThereAnyDeals scraping added. Used for MC and OC reviews, and filling other stores. It can be further utilised for auto-filling GOG.com app ID too.
  3. Steam application tags are filtered through, and added. Some sort of PCGW and Steam tag mapping needs to be added, and the current system needs to updated to use that. There may be a small possibility of tag duplication, which can be fixed by either bit masking or 'tracker' array by turning on and off the bits/indices of the tag.
phyziyx commented 1 year ago

Current plan is to complete the refactor branch before proceeding to implement rest of the features as penned down.