PaquettePaul
Member
- Local time
- Today, 13:05
- Joined
- Mar 28, 2022
- Messages
- 107
I am sure that this has been answered before. However, I did not see it in recent threads.
I have two instances where a user need to see the latest information on multiple criteria or records associated with a single event that evolves over time. For example,
- an aircraft has several (20-40) inspection criteria that must be addressed over time or hours of service.
- when the plane comes out of service, the user needs to look at the most current information for each criteria (which I know how to find), display that information in one display list (Okay), and then allow the user to specify which records need to be adjusted and create new adjustment/inspection records (not sure how).
while I could have the user enter details of each service item one by one, I think that selecting and updating from the list would be preferable. This same scenario applies in another case in my app. Not asking anyone to build my app, just not sure what a good design and approach would be and howto implement the design.
the database design Would be:
- an aircraft table
- an inspection plan table for the aircraft which how specific records, one for each criteria
- a service table which links a service event and each inspection criteria that was covered or fixed for the aircraft, the latest record for any criteria sets the timing for the next occurrence
thank you
I have two instances where a user need to see the latest information on multiple criteria or records associated with a single event that evolves over time. For example,
- an aircraft has several (20-40) inspection criteria that must be addressed over time or hours of service.
- when the plane comes out of service, the user needs to look at the most current information for each criteria (which I know how to find), display that information in one display list (Okay), and then allow the user to specify which records need to be adjusted and create new adjustment/inspection records (not sure how).
while I could have the user enter details of each service item one by one, I think that selecting and updating from the list would be preferable. This same scenario applies in another case in my app. Not asking anyone to build my app, just not sure what a good design and approach would be and howto implement the design.
the database design Would be:
- an aircraft table
- an inspection plan table for the aircraft which how specific records, one for each criteria
- a service table which links a service event and each inspection criteria that was covered or fixed for the aircraft, the latest record for any criteria sets the timing for the next occurrence
thank you