Giter Club home page Giter Club logo

velvet's Introduction

Velvet

Velvet is an administration backend for Magento 2 websites.

There are many options for running a Magento storefront headlessly, such as Daffodil, PWA Studio and Vue Storefront.

No such solution currently exists to replace the traditional Magento administrative backend. That's where Velvet comes in. It is the missing piece to run Magento completely headless.

Velvet is built with modern web technologies such as React, Typescript, GraphQL and MUI.

DISCLAIMER: Velvet is still in heavy development, with many features missing. It is not production-ready.

Installation

  1. Make sure that the following extensions are installed on your M2 instance:
  2. Run the GraphQL code generator: REACT_APP_BACKEND_URL="https://magento24.test/graphql" yarn codegen
  3. Start the application: REACT_APP_BACKEND_URL="https://magento24.test/graphql" yarn start
  4. Visit http://localhost:3000/

Screenshot

License

Copyright 2021 Daniel Sloof

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

velvet's People

Contributors

danslo avatar

Stargazers

Vilisbb avatar sanaeefar.saeed avatar  avatar Simon Frost avatar Ihor Oleksiienko avatar  avatar Henrique Lopes avatar Wesley Almeida avatar Jonathan Day avatar  avatar  avatar Loïc avatar Roman Glushko avatar Lyzun Oleksandr avatar Dan Stefan Oprean avatar Georgiy Slobodenyuk avatar  avatar Timon de Groot avatar Lucas van Staden avatar Ike Devolder avatar  avatar Stephan Hochdörfer avatar Simon Sprankel avatar Alex S avatar Matthias Walter avatar Pedro García Navarro avatar  avatar Jared avatar Shikha Mishra avatar  avatar kenneth avatar Laura Folco avatar Alex avatar Maxime Carey avatar Stevie avatar Rouven Alexander Rieker avatar Noureddine RAMDI avatar Sergii Gozhedrianov avatar Kristof, Fooman avatar Guus avatar Gery Wibowo avatar  avatar Krzysztof Ratajczyk avatar Pau Iranzo avatar Preston avatar Bastiaan avatar Dmitrii D avatar Andrii Kasian avatar Nemanja Djuric avatar Sergii Shymko avatar magepsycho avatar Luderson Costa avatar Damien Retzinger avatar

Watchers

Ruud van Zuidam avatar Dan Stefan Oprean avatar Pau Iranzo avatar  avatar Alex S avatar  avatar Sam Turner avatar  avatar Damien Retzinger avatar

velvet's Issues

Improved Validation

A lot of validation currently is just checking for required.

We should implement the majority of Magento's regex-based validations and make sure we are validating these (ex. attribute fields need to get validation rules through frontend_input etc).

Search

General global search bar in the admin.

Indexer Actions

We're only rendering the index grid at the moment, we should allow the user to switch between indexer modes.

Advanced Configuration Fields

We've implemented the most basic configuration field types like:

  • dropdown
  • multiselect
  • text
  • textarea

Which covers 95%+ of the configuration fields. However, we're still missing a couple of features in this area such as:

  • dependent fields (saying "Yes" to field X, will make field Y visible)
  • multidimensional fields
  • encrypted fields

Also we should have better validation.

Advanced Order Actions

We currently allow an order to be shipped/refunded/invoiced/etc.

But this cannot be done on a line-item basis, just the entire order.

Tests / Github Actions

We've been horrible at this :) Let's see if we can get some automated tests going here.

Product Image Management

This is currently missing. Should be implemented as a AttributeComponent like media_image and gallery.

Cache Actions

We currently allow cache to be toggled or cleaned per cache type. Implement "flush all" action like in the traditional backend.

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.