GithubHelp home page GithubHelp logo

laravel-move's People

Contributors

dependabot[bot] avatar leoflapper avatar marnick-s avatar nathanjansen avatar stef1904berg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

laravel-move's Issues

Resource Table n+1 issue

Resource tables execute a new query for every row and underlying resource. This will make the table very slow when handling a lot of resources. This is a well known n+1 issue and can be resolved using 'with' in the Laravel model. This should be implemented for the Move Resources. Most of the implementation is already there but the concrete implementation should be added.

Working with fields in stead of model with Livewire model

The biggest problem right now is that all data is stored both in the field as a value and on the model as an attribute. Livewire works with models, but not perfectly. This would take away a lot of code that tries to keep the model in 'sync' with the fields. This way the model would only need to be updated after the user hits 'save' and because the entire resource part is abstract in itself and the end user will not see this, it would not be a problem if the code is not a 100% user friendly.

All blade icons should be converted to SVG

Currently Move uses a lot of packages to load all the icons it uses in the core. These should all be converted to there SVG variant so they always load. The biggest problem is with for example Unit Testing.

Basic documentation

Right now Move supplies a small documentation page where a handful of examples are provided. There should be a dedicated Wiki or documentation website where the documentation is provided in a structured way.

I think this should be a new repository that is maintained besides this repo.

Sidebar icons

Adding the ability to easily add sidebar icons from a resource.
For now you would have to overwrite the sidebar-menu.
That is pretty easy, but not how it was designed.

Add a good example how to setup the layout app so you can overwrite it

Move automatically creates the app layout, but this is laborious. Almost always the user would like to overwrite this view. For now you can publish package views and overwrite the app layout, but this is not ideal. Beter would be a stub that creates an example app layout that you can implement and overwrite.

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.