Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
/ SecurePOS Public archive
forked from Fedeperrone98/SecurePOS

Software System Engineering Project

License

Notifications You must be signed in to change notification settings

veronicator/SecurePOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecurePOS

University project for Software System Engineering course (MSc Computer Engineering at University of Pisa, A.Y. 2022-23)

Development of a pipelined application (a secure POS monitoring system), based on DataOps approach, to support productivity metrics.

The main focus of the project was to master the AGILE methodology (Trello, Clockify) and the Unified Process during all the project phases: requirements (workflow landscape, BPMN diagrams), analysis (detailed use cases, sequence diagrams, class diagrams), design (class diagram), development (Python code) and testing.

Structure of the repository

SecurePOS
|
├── prototype
|
└── secure_pos
│   │
│   ├── data
│   │   ├── ingestion_system
│   │   ├── preparation_system
│   │   ├── segregation_system
│   │   ├── development_system
│   │   ├── execution_system
│   │   ├── monitoring_system
│   │   ├── received_data
│   │   └── json_schema
│   │
│   └── src
│       ├── ingestion_system
│       ├── preparation_system
│       ├── segregation_system
│       ├── development_system
│       ├── execution_system
│       ├── monitoring_system
│       ├── database
│       ├── communication
│       ├── factory
│       ├── data_objects
│       ├── utility
│       ├── validation
│       └── testing_system
│
└── Secure POS.pdf 

Authors

About

Software System Engineering Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%