项目作者: PistacchioVerde26

项目描述 :
Web platform for the management of production processes within the industry 4.0
高级语言: C#
项目地址: git://github.com/PistacchioVerde26/industry4.0-tdpc09-g1.git
创建时间: 2018-05-21T20:53:21Z
项目社区:https://github.com/PistacchioVerde26/industry4.0-tdpc09-g1

开源协议:

下载


industry4.0-tdpc09-g1

This project was developed as the final assignment of the 300 hours Software Developer course at the Assocam Scuola Camerana of Turin in 2018.

A web platform were an order goes in production as soon as it’s sent, thus eliminating warehouse, stock and unsold products costs.
Only what is already sold is being made.

The assignmet had the following specs:

  • A web platform to monitor the production phases of a personalizable bottle opener
  • Each phase can be done only at a specific workstation
  • There has to be a users management system with different permissions:

    • Administrator (Can do anything on the platform)
    • Seller (Can send in new orders and manage them)
    • Worker (Can operate on multiple workstations given the permissions)

    The technolgies to be used were ASP.NET C# Webforms, Javascript and MSSQL for the database
    The project as it is at the 03 June 2018 took about a total of 25-30 hours of work.

    To try it out you first have to create a database named Industry4-gruppo1 and populate it with the dbscheme and data script that can be found in the dbfiles folder. And then modify the connection string in the Web.config file.