meetn2veg has asked for the wisdom of the Perl Monks concerning the following question:
I'm OK with passing table defs etc to script, but problems arise when I think about the data being entered, and especially when edited!
I'm sure I'll need to create 2 interfaces - 1 for creating/editing table, and 2nd for the data. But I can't quite work out a sensible method to allow client to edit table and data. I'm really stuck on this one. Any advice and/or pointers?
For those who might be able to help - here's the plot:
Annual motor bike trials event. Client would like (more like 'wants') to be able to enter classifications at the end of each trial stage and also at the end of the 2 day event for over-all positionings etc... There are upwards 20 different stages throughout the event, 7 or 8 different categories, and 3 different levels of experience (a total of quite a few tables!!!) Tables will have between 6 and 9 colums but number rows will vary, depending upon how many people participate in each stage/category etc.
I'm trying to create an interface so the client can create a table according to above criteria, add data (name, time, position, etc.), save data, and then, through interface which I've already written for them, publish the results (simple template driven site - nothing fancy).
Where do I start with something like this? I'm really beginning to think I should go back to hard-coding HTML on this one!
Any advice would be greatly appreciated on this one. Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::Table - Advice please
by CountZero (Bishop) on Dec 15, 2002 at 10:31 UTC | |
|
(jeffa) Re: HTML::Table - Advice please
by jeffa (Bishop) on Dec 15, 2002 at 15:25 UTC | |
|
Re: HTML::Table - Advice please
by Ryszard (Priest) on Dec 16, 2002 at 08:47 UTC | |
|
Re: HTML::Table - Advice please
by meetn2veg (Scribe) on Dec 16, 2002 at 03:49 UTC | |
by jeffa (Bishop) on Dec 16, 2002 at 04:37 UTC | |
by CountZero (Bishop) on Dec 16, 2002 at 07:17 UTC | |
|
Re: HTML::Table - Advice please
by mojotoad (Monsignor) on Dec 16, 2002 at 16:21 UTC | |
|
Re: HTML::Table - Advice please
by Cmdr_Tofu (Scribe) on Dec 16, 2002 at 18:02 UTC |