garynealey

This is my blog regarding my capstone for NMD498. Here I will post entries on research and ideas that will come to mind regarding my capstone.

Tuesday, October 17, 2006

Workgroup Pseudo Code(v1.0)

*creating the workgroup

if(loggedin==1){
create_workgroup - possible div pop-up on click
(form post update_workgroup.php)
input project_name = txt
input project_description = txt area
input project_members = txt, seperated w/comma
input project_admin = txt, autofill with user name

upload multiple thumbnails, jpeg, bmp, gif

(/form)
}

*once the workgroup is created you can then edit it, add job positions and descriptions
*each position will be connected to the project via project_id, so all avail positions can be viewed
*selecting all job listings with project_id

if(loggedin==1){
add_job_listing
(form post update_workgroup.php){
project_id = txt, hidden
position_title = txt
position_description = txtarea
position_talents = txtarea
(/form)
}


*file associated with projects
if(loggedin==1){
add_file
(form post update_workgroup.php){
project_id = txt, hidden
file_name = txt
file_path = txt ? maybe we can allow for a hierachy directory
file_type = list select - use for upload protection/virus protection
(/form)
}

0 Comments:

Post a Comment

<< Home