Click for more
ResourceBooker
With GTP.NET you can build a schedule view to handle bookings of one of many available resources. The resources can be a car in a car-rental shop, or maybe an astronaut that can only be on one rocket at a time.
This pattern has the following important characteristics:
1. The resources are known, and can be added and removed
2. A resource can probably only be used in one place at a time, so it will be important to signal double-booking
3. The view is aimed for someone that needs an overview of usage for the different resources.
4. It will be interesting to compare resource usage and make it easy for the person managing the resources to perform load balancing.
5. Movement of one booking from one resource to another should be easy