Skip to content

Commit 21a7dc3

Browse files
authored
Create README.md
1 parent f3cc33a commit 21a7dc3

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# ASP.NET Core / WebAssembly Blazor Example Project
2+
3+
This example project is a simplified CMMS software (computerized maintenance management system) which is used to track equipment and parts. The example pregenerates a simple sortation conveyor system for a BHS (baggage handling system) and some common parts for conveyor. The example has two pages, assets and parts.
4+
5+
## Assets
6+
The assets page allows the user to add/edit/delete assets. Assets can be arrange in a hierarchy manner and an asset either represents important equipment in the system, an area for inventory storage or a logical grouping for the children underneath it. Basic information can be entered about the asset and for equipment assets, the asset can taken offline or
7+
put back online. Also, the user can add/edit/delete storage locations for an area asset.
8+
9+
<img width="1919" alt="image" src="https://github.com/user-attachments/assets/8b9a612c-ec2a-4f99-a123-8564d89e7ed4" />
10+
11+
<img width="469" alt="image" src="https://github.com/user-attachments/assets/71273346-4629-4ce9-be85-43b49fd91ea6" />
12+
13+
<img width="1919" alt="image" src="https://github.com/user-attachments/assets/7fe824d0-eb34-4793-9ac6-4c4b0e84b17f" />
14+
15+
<img width="1919" alt="image" src="https://github.com/user-attachments/assets/00172540-fb4d-4089-a95f-94a3635c8f2e" />
16+
17+
<img width="467" alt="image" src="https://github.com/user-attachments/assets/0a65b87f-ce7c-45b8-96e7-74d88caf865b" />
18+
19+
<img width="466" alt="image" src="https://github.com/user-attachments/assets/ecd2a494-9d4f-4f58-8592-a10b9f864615" />
20+
21+
## Parts
22+
The parts page allows the user to add/edit/delete parts used for maintenance purposes on the equipment assets the CMMS keeps track of. Basic information can be entered about the part. Also, the user can add/edit/delete part inventory associated with a storage location of an area asset.
23+
24+
<img width="1919" alt="image" src="https://github.com/user-attachments/assets/b4015f7e-1ec0-408f-8cc4-e8280a5143f8" />
25+
26+
<img width="467" alt="image" src="https://github.com/user-attachments/assets/73d78d96-6eab-4622-bdc0-a9b9b6f990bd" />
27+
28+
<img width="1919" alt="image" src="https://github.com/user-attachments/assets/c974362b-0560-469b-8a22-5de68241f545" />
29+
30+
<img width="468" alt="image" src="https://github.com/user-attachments/assets/40dd4aa8-4f9a-4661-9f6e-937dd308b66c" />
31+
32+
<img width="465" alt="image" src="https://github.com/user-attachments/assets/46ecaf2c-972b-4656-ab11-ce579bc5ae66" />

0 commit comments

Comments
 (0)