GithubHelp home page GithubHelp logo

victoravelar / laravel-dashboard-football-data-advanced Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.12 MB

Laravel dashboard tiles to display matches, results, standings and more football data stats.

License: MIT License

Blade 44.41% PHP 51.62% Dockerfile 3.97%
hacktoberfest laravel laravel-dashboard laravel-dashboard-tile

laravel-dashboard-football-data-advanced's Issues

Fix configuration key

Description

The existing configuration key exposed in the documentation doesn't match the one used in the code.

Expected change

The documentation should use api_key instead of api-key

Fix typo on ServiceProvider

Description

There is a typo that prevents laravel from correctly resolving the location of the view files.

Expected result

The path to the views should be correct on Avelar\FootballDataAdvanced\ServiceProvider

Fix data values on LeagueStandingsTileComponent

Description

The way data is passed down to the livewire view component is not correct.

Expected behaviour

Rather than using array merge, pass a single array with the correct array key values.

// expected keys (values are just descriptive).
return [
'refreshIntervalInSeconds' => $value,
'data' => $arrayOfValues,
'priorityList' => $arrayOfPriorityItemsFromConfig
];

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.