Report

4
Web Project Report My Part in The Courseware Project My part is to get the details of the user who wants to enroll in particular course. And add this course to his profile. So that if he tries to enroll it for the second time we won’t allow it to happen. We have Table Fju User in our Data base to maintain the details of the user. I did work in the design of our web pages enrolled, enrollment the bootstrap design and layouting with my team mates bhagya shri and yaswanth raj In the Django Part(Back-end) in the enrolling page user enter his preference whether he want to work part time or full time as he enter details. I wrote code to handle that if he enters more no of hours in day if his schedule is hours per week it raises exception saying “Please enter hours as per following HOURS PER WEEK: Enter minimum 28 HOURS PER DAY: Enter minimum 4 HOURS” based on the course they selected. As the amount of time they need to spend on each of the courses varies considerably

description

report

Transcript of Report

Page 1: Report

Web Project Report

My Part in The Courseware Project My part is to get the details of the user who wants to enroll in particular course. And add this course to his profile. So that if he tries to enroll it for the second time we won’t allow it to happen. We have Table Fju User in our Data base to maintain the details of the user.

I did work in the design of our web pages enrolled, enrollment the bootstrap design and layouting with my team mates bhagya shri and yaswanth raj

In the Django Part(Back-end) in the enrolling page user enter his preference whether he want to work part time or full time as he enter details.

I wrote code to handle that if he enters more no of hours in day if his schedule is hours per week it raises exception saying “Please enter hours as per following HOURS PER WEEK: Enter minimum 28 HOURS PER DAY: Enter minimum 4 HOURS” based on the course they selected. As the amount of time they need to spend on each of the courses varies considerably

Above Is the Screen Shot of the Code Snippet for Enrolling Class in Views.py

Page 2: Report

Given below A Screen shot of the webpage where User Opted for the Course ‘C Programming’ and selecting

He selects whether he want to work part time or full time and his working format whether he want to work weekly Schedule and Daily schedule

Based on the details he selected Wrote Code in the enrolling class in views.py

Page 3: Report

Finally his plan of action for “cProgramming” I s shown