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

[BUG] #119

Closed
samadya opened this issue May 29, 2022 · 5 comments · Fixed by #120
Closed

[BUG] #119

samadya opened this issue May 29, 2022 · 5 comments · Fixed by #120
Assignees
Labels
bug Something isn't working

Comments

@samadya
Copy link

samadya commented May 29, 2022

Describe the bug
No Power Rankings are shown on the main home screen. As well as there are no records for my league and there is a word undefined in my title of my standings page.. sorry im not experienced with coding at all.

784479282343895040
In many cases, the bug maybe related to something not yet accommodated for in League Page, or something specific to your league. Adding your league ID allows for a faster debug and bug fix.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://sffl.vercel.app/'
  2. Click on 'Home'
  3. Scroll down to '....'
  4. See error

Expected behavior
Would like to see our Power Rankings.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://sffl.vercel.app/'
  2. Click on 'League Info, Records'
  3. Scroll down to '....'
  4. See error

Expected behavior
Would like to see our our league records current and all time.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://sffl.vercel.app/'
  2. Click on 'League Info, Standings'
  3. Scroll down to '....'
  4. See error

Expected behavior
The word undefined shouldn't be there.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [macOS Monterey 12.4]
  • Browser [chrome]
  • Version [102.0.5005.61]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Website gets stuck once season records or playoffs is clicked in 'Records' tab.

Screen Shot 2022-05-29 at 3 40 44 PM

Screen Shot 2022-05-29 at 12 55 28 AM

Screen Shot 2022-05-29 at 4 02 18 PM

@samadya samadya added the bug Something isn't working label May 29, 2022
@samadya
Copy link
Author

samadya commented May 29, 2022

Also was wondering if we could add to the resources page?

@nmelhado nmelhado linked a pull request May 30, 2022 that will close this issue
@nmelhado
Copy link
Owner

Just pushed up an update that will fix your rankings and standings page bugs. Use the update instructions to apply the fix. Power Rankings won't show up until the NFL schedule is set and Sleeper starts giving out projections. As for the resources, you can add or remove them as you wish. If you have a recommendation that would be good for other leagues, I can add it universally.

@samadya
Copy link
Author

samadya commented May 30, 2022

Got it. Thanks, could you tell me how to add to the resources like where I should go for that?

@nmelhado
Copy link
Owner

You would add something similar to this:

        {
            name: "FTN Fantasy",
            url: "https://www.ftnfantasy.com/nfl",
            icon: "insights",
            premium: true,
            separator: true,
        },

to src/lib/Resources.svelte

@samadya
Copy link
Author

samadya commented May 30, 2022

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants