Code Monkey home page Code Monkey logo

depo's Introduction

depo

A physical space management system

Register database, add and apply migrations for IdentityServer

Add migrations

dotnet ef migrations add InitialIdentityServerConfigurationDbMigration -c ConfigurationDbContext -o Migrations/IdentityServer/ConfigurationDb

dotnet ef migrations add InitialIdentityServerPersistedGrantDbMigration -c PersistedGrantDbContext -o Migrations/IdentityServer/PersistedGrantDb

Apply migrations for identity configuration and peristence data

dotnet ef database update -c ConfigurationDbContext dotnet ef database update -c PersistedGrantDbContext

Apply migrations for user data

dotnet ef database update -c ApplicationDbContext

Populate database with seed data

dotnet run /seed (ps)

depo's People

Contributors

molequetu avatar

Watchers

 avatar

depo's Issues

Project structure analysis

Space management

Warehouse : A physical space where we put inside items.

  • items, located in bins
  • bins, where items are located
  • halls, where are bins located
  • actions, importing or exporting items from the bin

Warehouse Management System (WMS)

Principle

We have to know where(1) we have stored(3) (in which exact place) which item and how many of them(quantity)(4)

  1. item, a thing that is going to be stored in the bin, consist's of a id(usually its bar-code, char(13)), name, description
  2. where the item has been stored, referred as bin , so as a result we have to map the space with bins, consist's of id(usually identified by a bar-code, char(13)), address, name, description
  3. record or transaction of importing, exporting, referred as action, consists of id(uuid), type(Import, Export), itemId(char13), binId(char13), userId, quantity(int). we have to check when type is import if there is a quantity to export, else rollback.

Functionalities

  • crud operations for the basic entities, e.g item, bin, hall
  • service for finding an item (where it is located), returns bin
  • service for the contents of a bin, where is it and what items does it have

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.