Skip to content

Designing a medical tourism system using UML diagrams and a sample website implementation following the class diagram.

License

Notifications You must be signed in to change notification settings

alighanbari2002/System-Analysis-and-Design-Course-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Analysis and Design Course Projects

About

This project aims to design and implement a tourist treatment system.
The system will provide a seamless and efficient experience for tourists seeking medical treatment during their travels. By leveraging software engineering diagrams for each phase, we will ensure a well-structured and scalable system.

Phases

Phase 1

  • Activity Diagram

Phase 2

  • Use Cases

Phase 3

  • Contracts
  • System Sequence Diagram
  • Domain Model

Phase 4

  • Communication Diagram
  • Class Diagram

Phase 5

  • Website Implementation (using Flask)

Clone this repository

This repo uses Git Submodules to bring in dependent components.

Note

If you download the ZIP file provided by GitHub UI, you will not get the contents of the submodules. (The ZIP file is also not a valid git repository)

To clone using HTTPS:

git clone --recurse-submodules https://github.com/alighanbari2002/System-Analysis-and-Design-Course-Projects.git

Using SSH:

git clone --recurse-submodules git@github.com:alighanbari2002/System-Analysis-and-Design-Course-Projects.git

If you have downloaded the repo without using the --recurse-submodules argument, you need to run:

git submodule update --init --recursive