Skip to content

Commit be71ad8

Browse files
authored
Create README.md
1 parent d68f911 commit be71ad8

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# ASP.NET Core / React Example Project
2+
3+
This example project is a simplified flight management software for a BHS (baggage handling system). In a BHS, bags are introduced into the system at the ticket counters and a scanner before the sortation system will read the tag on the bag. Sortation will use the scanned tag to
4+
find a flight in the flight schedule to determine what sort destination the bag needs to be sent to. The sort destination is written to the lower level and the lower level will track/divert the bag to the sort destination.
5+
6+
On startup, the example project pregenerates a few airlines, gates and sort destinations and then, a flight schedule is pregenerated; a flight every 10 minutes between 4AM and 10PM. The example has two pages, airlines and flight schedule.
7+
8+
## Airline
9+
The airlines page allows the user to add/edit/delete airlines.
10+
11+
<img width="1919" alt="image" src="https://github.com/user-attachments/assets/ef3c14f2-02a2-478b-aab8-9ec72e8824e1" />
12+
13+
<img width="425" alt="image" src="https://github.com/user-attachments/assets/a7e93abf-cb9d-458a-824d-fc496cbcb775" />
14+
15+
<img width="407" alt="image" src="https://github.com/user-attachments/assets/108c4aa0-0d33-4c35-ba09-99442a745c58" />
16+
17+
<img width="413" alt="image" src="https://github.com/user-attachments/assets/de48d6ec-4046-44fa-850c-298005312601" />
18+
19+
## Flight Schedule
20+
The flight schedule page allows the user to add/edit/delete flights in the schedule.
21+
22+
<img width="1906" alt="image" src="https://github.com/user-attachments/assets/91b40650-d124-451c-8515-8837d9e1e107" />
23+
24+
<img width="404" alt="image" src="https://github.com/user-attachments/assets/cd3dbf00-6797-4f05-b683-7fe5b8e49294" />
25+
26+
<img width="401" alt="image" src="https://github.com/user-attachments/assets/9953df72-ecef-45fb-9821-95964a7e45ba" />
27+
28+
<img width="399" alt="image" src="https://github.com/user-attachments/assets/cd04326b-4f16-4b9a-90e8-1f2a7a86b020" />
29+
30+
31+
32+
33+
34+

0 commit comments

Comments
 (0)