jevancjk / ICT2201-P1-4

0 stars 0 forks source link

5.1.1 createJob #66

Open YapJiaHao opened 1 year ago

joash2808 commented 1 year ago

Draft 1

psuedocode

1 function createJob(date, time, route, coach) { 2 input date 3 input time 4 input route 5 input coach 6 if (date or time or route or coach field is NULL) { 7 alert(“Please fill in accordingly”) } 8 else { 9 Successful job creation } 10 }// code exit

Image

joash2808 commented 1 year ago

deleting this part as this is not needed anymore since we have createUser function