Giter Site home page Giter Site logo

diplom's Introduction

Diplom

Мини гайд как юзать эту штуку:

1) Как работает основная механика выполнения заказа.
    
    Войти в  систему или зарегать свой ак, если создавать новый то в личном кабинете в профиле заполнить поля.
    Дальше перейти в личном кабинете в my cargo там создать груз.
    Перейти в личном кабинете my orders создать там заказ.
    
    Дальше должен войти менеджер, в кабинет в store orders забрать заказ. В store orders видны все новые заказы всем менеджерам.
    Этот заказ появится у менеджера в кабинете в my orders. Дальше менеджер должен указать в my orders-----> set cost цену.
    
    Дальше заказчик входит в кабинет в my orders ---> details ----> pay, кнопка имитирует оплату))
    
    Дальше должен войти менеджер, в кабинет в my orders, должен указать в my orders-----> details ------> appoint executors водителя и машину которые будут выполнять заказ.
    
    теперь у водителя в кабинете будет отображаться заказ в my orders, как он выполнит его жмет report и вводит свои расходы.
    
    заказ выполнен)
    
 2) Как работает механика добавления новых работников         
    Чтобы в организацию добавить водителя или менеджера, новый пользователь в личном кабинете кликает job далее выбирает желаемое и заполняет поля.
    Как заполнит, у админа в organization ---> vacancies отображаются пользователи которые заполнили формы вакансии, далее во вкладке roles нужно добавить акаунту роль.
    Новый работник готов)))
    P.S За админа также можно добавлять другие организаци и прикреплять к организациям машины. Также посмотреть прибыль по заказам и заказы которые выполняются.

юзеры которые создаются вместе с базой:

        string adminEmail = "[email protected]";
        string password = "[email protected]";

        string customer1UserEmail = "[email protected]";
        string customer1Password = "[email protected]";

        string customer2UserEmail = "[email protected]";
        string customer2Password = "[email protected]";

        string manager1UserEmail = "[email protected]";
        string manager1Password = "[email protected]";

        string manager2UserEmail = "[email protected]";
        string manager2Password = "[email protected]";

        string driver1UserEmail = "[email protected]";
        string driver1Password = "[email protected]";

        string driver2UserEmail = "[email protected]";
        string driver2Password = "[email protected]";
        
        в appsettings, при форке поменяйте строку подключения к базе на свою 
        в ApplicationDbContext сделать  тоже самое

diplom's People

Contributors

good5874 avatar

Watchers

 avatar

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.