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)
}
0 Comments:
Post a Comment
<< Home