© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
86 replies
LuckyChikana

[Help] understanding Architecture of a parcel system

Hi, I am working on a post system which has two classes, standard and express. I am using Finite state machine to track my order from dispatch to Deliver.

My architecture is like


 abstract class post
 abstract class post

where I have all the details about the order



 class standPost:post 
 class standPost:post 

standpost inheritances all the properties of the post class and I have added a couple status for this class.
Also, I have different status for standard deliver, such as dispatch, in transit, and many more.
Is there any way that I can change these standPost status automatically, so the client get notification?

If someone can help me or guide, that would be appreciated.

thanks
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

Architecture help
C#CC# / help
2y ago
❔ A request for a Microservices Architecture Help
C#CC# / help
4y ago
Help with clean architecture
C#CC# / help
5mo ago
help understanding something
C#CC# / help
2y ago