Click here to get back home

Seeking design guidance.

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Seeking design guidance. dogu 09-14-2004
Get Chitika Premium
Posted by dogu on September 14, 2004, 9:54 pm
Please log in for more thread options
I've worked the last number of years using an object oriented database
tool that comes with a complete IDE, built in wigets for things like
forms, buttons, hot spots, propietary client but apps are also
automatically rendered to html (Lotus Notes).

I've lately been thinking about trying to create a relatively simple app
using tools other than Notes just to see A) how difficult it it and B)
stretch my mind into new shapes.

I thought I'd try something simple to begin with, but find I don't even
have a concept of where to start the design (not totally correct, see
the ps). I'm not asking for detailed code here, just some sense of the
collection of tools that might be used and an overall 50,000 foot idea
of how I might put it all together.

Here's a simple set of design goals.

The system is a very simple problem logging app.
Seven kinds of data are stored, all text for this example:
Problem
Analysis
Action
Status
SubmitterName
AnalystName
ManagerName

All Name fields are automatically set based on the user login and their
class.

There are three classes of users.
Submitter
Analyst
Manager

Submitters can only input and view Problems.
Analysts may see the Problem (but not edit it) and enter Analysis. They
may also set the Status to either 'in process' or 'analysis complete'
Managers may see the Problem and Analysis (but may edit neither). They
may enter Action and set the Status to 'Resolved' or 'Cancelled'.

The user rights/class management system has to be done via some type of
gui rather than hard coded into the system so the overall long term use
of the system is easily managed (add a user, assign them to a class,
they can do what they're allowed - no design change or code mods required).

It all has to work in a browser.

Pointers to good reference material is appeciated.
Simple schematic layouts of how this might be done would be wonderful.
Some idea of tools to use and time to develop would be very helpful.

Thanks in advance.

Doug

ps - how I think it might be done - how close am I really?

Tools
HTML
Apache
MySQL or other relational db
PHP

User logs into the MySQL db.
PHP figures our their class from the user table and displays a list of
available options, basically 'see your stuff' 'add new stuff'.
If they want to 'see their stuff', the system would do a query on the
user name and probably status and bring back a table or list of
available items.
Click an item (not sure how one would do this), and the data record is
displayed, fields based on the user's class.
Edit and Save/submit to get the record updated into the db and return
the user to their 'list of stuff'.

All queries would need to be written to account for the user class and
name and the PHP used to generate the returned table/list would need to
be specific for the user class.

Data the user is supposed to read would be rendered as text on the form.
Data the user is allowed to edit would be rendered into a field on a
form (not sure how this is done, is it possible?).
Not sure how to allow different users to see the status, but only set
specific values, pointer are appreciated).

Sorry for the length of this post, but I'm trying to be as clear as I can.

Doug


Posted by Mark Tranchant on September 15, 2004, 8:51 am
Please log in for more thread options
dogu wrote:

> I've worked the last number of years using an object oriented database
> tool that comes with a complete IDE, built in wigets for things like
> forms, buttons, hot spots, propietary client but apps are also
> automatically rendered to html (Lotus Notes).

<snip>

Learn PHP and how to interface to a simple database like MySQL. You can
do everything you want easily with those tools. I have set up a system
for my church whereby members can edit their details, create mail
aliases and distribution lists for themselves, all behind a PHP
Authentication login.

I couldn't believe how easy it was, although a background in C helped a lot.

--
Mark.
http://tranchant.plus.com/


Posted by dogu on September 15, 2004, 9:26 pm
Please log in for more thread options
Mark Tranchant wrote:
> Learn PHP and how to interface to a simple database like MySQL. You can
> do everything you want easily with those tools.
> I couldn't believe how easy it was, although a background in C helped a
> lot.
>
Mark,

Many thanks. I'll dig back into PHP/MySQL and see how far I can get.

Doug


Similar ThreadsPosted
Looking for a tutorial on voice guidance algorithms/ voice guidance application for maps May 9, 2007, 10:29 am
Seeking whole site HTML validator (plus extras) May 25, 2005, 1:33 am
seeking explanation for strange 'border-collapse' behavior January 6, 2005, 11:51 am
Seeking Tool to Archive and Mark Up Websites for Searches December 5, 2005, 11:14 am
Design for 40" LCD? April 8, 2005, 9:09 pm
RFP web design April 25, 2005, 11:39 pm
Re-design August 1, 2006, 3:30 pm
CSS design and 100% height September 16, 2004, 2:30 am
help with design issue May 31, 2005, 8:17 am
Design Questions April 10, 2006, 1:50 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap