Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] More details page for game #6

Open
skymen opened this issue Feb 11, 2021 · 0 comments
Open

[FEATURE] More details page for game #6

skymen opened this issue Feb 11, 2021 · 0 comments
Labels
Milestone

Comments

@skymen
Copy link
Collaborator

skymen commented Feb 11, 2021

When a card is clicked, either open a dialog, or transition to a new page with more details for the game, like a description, screenshots, trailers, and more info in a well presented page.

Can use

var requestOptions = {
  method: 'GET',
  redirect: 'follow'
};

fetch("https://dedragames.com/getSteamApp.php?appids=APPID", requestOptions)
  .then(response => response.text())
  .then(result => console.log(result))
  .catch(error => console.log('error', error));

to fetch all of that data directly from Steam if needed.

Data should be fetched from a secondary source, or hand filled if the data is not available.

@skymen skymen changed the title [Feature] More details page for game [FEATURE] More details page for game Feb 11, 2021
@skymen skymen added the feature label Feb 11, 2021
@skymen skymen added this to the r3 milestone Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant