Does a user have to have interaction on the homepage?  If the classes are
defined by time, you could do something simple like have the homepage check
the date and time and show the classes that fall within the current date and
time range.  That would be simple.

> I am developing an application for a gym. 
> 
> On the home page of the application I am currently displaying details 
> of personal training sessions which are in progress, and also thos 
> sessions which are waiting to be started. 
> 
> Sessions in progress 
> 
> P/Trainer    Room #     Start Time     Finish Time  Remaing Time
> 
> Rob           1            7:00           8:00         25 mins
> Mick          2            730            8:30         55 mins
> 
> 
> Sessions waiting to start
> 
> P/Trainer    Room #     Start Time     Finish Time  Remaing Time
> 
> Rob           1            
> Mick          2            
> 
> 
> I have also set this page up to referesh every 60 seconds  - this part 
> works well and as intended. 
> 
> I could I guess add a button for each record which would allow a user 
> to edit each record individually, but am wondering if there is another 
> simpler way that this could be done - e.g. maybe a checkbox which the 
> user checks and then when the screen refeshes any records with 
> checkboxes marked have their status changed.
> 
> Basically I want to enable a user to be able to effortlessly indicate 
> that a session has been completed so that record does not continue to 
> be displayed).  Also I want the user to indicate that a session has 
> moved from the waiting state to the active state. 
> 
> I was thinking of including a check box which can be clicked - to 
> indicate that a record can move from the wating state to current. 
> 
> Any thoughts on this will be greatly appreciated. 
> 
> Thanks 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292404
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to