EcumenicalHungerProgram / FoodBank

A Salesforce application suitable for running a food bank
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

TimeSlot selection is clumsy - make it more usable #41

Open cmumford opened 10 years ago

cmumford commented 10 years ago

This is related to issue #39. Services are scheduled by assigning them to a TimeSlot. This is implemented via a Lookup relationship between the two custom objects. The Lookup dialog is a clumsy interface as it doesn't do the following:

  1. Filter out past TimeSlots.
  2. Filter out full TimeSlots.
  3. Display future TimeSlots by default. The user must enter a search criteria: "2014", etc.

The current implementation might be usable for initial rollout, but I'm sure that the users will prefer a better user interface.

rmsu commented 9 years ago

done