Giter Site home page Giter Site logo

exo-gitflow's People

Contributors

garypegeot avatar victor-30 avatar

Watchers

 avatar  avatar

exo-gitflow's Issues

Add Rack entiy

Feature: Product racks
  In order to define where my products are stored
  As a user
  I need to be able to create a rack

  Scenario: Add a rack
    Given I am on the "/racks/new" page
    And I fill the name of the rack with "foo"
    When I click the submit button
    Then I should see a new rack in the database

Créer l'entité Préparation de commandes (PickingList)

Règles métier:

  • Une PDC contient une ou plusieurs références à des commande externes (Exemple de valeur: ['COM0001234']
  • Une PDC contient plusieurs produits (ManyToMany), ainsi que leurs quantité respective.
  • Une PDC a un statut de la liste suivante [ TO_BE_PREPARED, IN_PREPARATION , PREPARED , SHIPPED ]
  • Pour être créée, une PDC doit contenir au moins:
    • Un produit
    • Une référence de commande
  • A sa création, une PDC a le statut TO_BE_PREPARED. Une fois créée, seul le statut est modifiable.
  • Une PDC ayant dépassé le premier statut n'est plus supprimable.

À faire:

  • Formulaire de création de PDC (Ref commande + produits & quantités)
  • Bouton d'action pour passer au statut suivant (Ex: TO_BE_PREPARED -> IN_PREPARATION)
  • Bouton de suppression d'une PDC (Cf. règle métier pour savoir quand l'afficher)
  • Liste de toutes les PDC
  • Tests fonctionnels validant chacune des règles métier

[PDC] -> Préparation de commande

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.