paruby Posted May 26, 2009 Share Posted May 26, 2009 I have a list of data, race results - called Events. It includes race name, participating athlete names, and race distance. I have a page currently that has a spot at the top of the page to enter a new event, which works well. Below that, I have a list of each existing event, each with an "edit" and "delete" link. I am hoping this page can be used by the web site owner (not me - currently I am designing and maintaining this info), so I would like it as easy as possible. My dilemma is :: 1. do I have the "New Event" fields on this page, or do I have a link to a separate page to add a new row 2. When I edit an existing item, do I a. put the data into the fields currently there for a new row, and then use them to modify the existing row or b. link to a separate page to edit the info? I am looking for an overall nice even flow of pages, etc, with less confusion for the end user. Thanx! Pete Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted May 26, 2009 Share Posted May 26, 2009 Generally, it's up to you. There shouldn't be any confusion. The separate pages would be helpful to those with JavaScript disabled. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.