Question
REAL CHAMPIONS SPORT ACADEMY SYSTEM(RCSAS)REAL CHAMPIONSSPORT ACADEMY is one of the fast-growing Sport Centre in Malaysia that employed tens of coach to conduct sport classes
REAL CHAMPIONS SPORT ACADEMY SYSTEM(RCSAS)REAL CHAMPIONSSPORT ACADEMY is one of the fast-growing Sport Centre in Malaysia that employed tens of coach to conduct sport classes on Swimming, Badminton, Football, Archery, Gymnastics, Volleyball,Basketball, Cricket, Tennis and Table Tennis in their various Sport Centres. All the coaches are paid by hourly rate ranged from RM100.00 RM500.00, depends on the sport they give training. Coaches can be rated by the students on their training performance with a scale rating from 1-5, where 1is very poor performance and 5 is excellent performance. The Sport Centre needs a system to store information about their coaches (identified by Coach ID, Name, Date Joined, Date Terminated, Hourly Rate, Phone, Address, Sport Centre Code, Sport Center Name,Sport Code, Sport Name, Rating[a single digit integer number ranging from 1 to 5]). To maintain quality and consistency, one coach is allowed to give training on the sport in their specialized sport only.Sport Centers are located in various locations and each of the Sport Centre is managed by an admin staff. All the sports record, coaches record and students record aremanaged and maintained by the Sport Centre Head Quarter Human Resources Department. The current filing system of records is bycategorizing the coaches by their respective location. i.e. all coaches records are filed together in the Sport centre location. In each location, the coachs records are filed alphabetically by the coachs name. The main problem with this filing system is when searching for a record, the record could not be easily found as it might have been misplaced in another Sport Centre or the record is not placed in the correct alphabet sequence. This problem proves challenging for the Sport Center admin staff whenwanting to retrieve a coachesrecord, sports record and students recordquickly.On the other hand, studentsneedto register online by exploring system and get information about Sport Center, Sports, Coach, Coach performance with stars, Sport fees, Schedule of Sport, etc. The admin manager of the Sport Center has decided that it is time to computerize the records of Coaches serving, Sports and students in the Sport Center due to the problems with the manual filling system. Since you have some knowledge in developing a computerized system, the Sport Center HR Manager has approaches you to assist them in developing the system.
Python Programming(PYP)Individual AssignmentPage 2of 6 This project requires you to develop Python programfor the Sport Academy System which have 2 users and should contains features stated below:Functionalities of Admini.Login to Access System.ii.AddRecords ofa.Coachb.Sportc.Sport Scheduleiii.Display All Records ofa.Coachb.Sportc.Registered Studentsiv.Search Specific Records ofa.Coach by CoachID b.Coach by overall performance (Rating)c.Sport by Sport IDd.Student by Student IDv.Sort and display Record ofa.Coachesin ascending order by names.b.Coaches Hourly Pay Ratein ascending order c.CoachesOverall Performance in ascending order vi.Modify Recordofa.Coachb.Sportc.Sport Schedulevii.ExitFunctionalities of All Student(Registered / Not-Registered)i.View details ofa.Sportb.Sport Scheduleii.If new student Register to Access other Detailsiii.ExitFunctionalities of Registered Studenti.Login to Access Systemii.View Detail ofa.Coachb.Self-Recordc.Registered Sport Schedule onlyiii.Modify Self Recordiv.Provide feedback and Star to Coach.v.Exit
Python Programming(PYP)Individual AssignmentPage 3of 6Level.0REQUIREMENTSi.You are required to carry out extra research for your system and document any logical assumptions you made after the research. ii.Your program should use symbolic constants where appropriate. Validations need to be included to ensure the accuracy of the system. State any assumptions that you make under each function. iii.You are required to store all data in text files. There is no limit on the number of text files that can be used but they should be kept minimum.iv.You are expected to use list and functions in your program. Your program must embrace modular programming technique and should be menu-driven.v.You may include any extra features which you may feel relevant and that add value to the system. vi.There should be no need for graphics in your program, as what is being assessed, is your programming skill not the interface design. The marking scheme for the assignment has been provided so that you clearly know how the assessment for this assignment would be done.vii.You should include the good programming practice such as comments, variable naming conventions and indentation.viii.In a situation where astudent:-Failed to attempt the assignment demonstration, overall marks awarded for the assignment will be adjusted to 50% of the overall existing marks.-Found to be involved plagiarism, the offence and will be dealt in accordance to APU regulations on plagiarism.ix.You are required to use Python programming language toimplement the solution. Use of any other language like C/C++/Javais not allowed. x.Global variables, build in functions like min, max, sort, etc...arenot allowed.
Python Programming(PYP)Individual AssignmentPage 4of 6Level3.0DELIVERABLESYou are required to submita softcopy of:i.Program coded in Pythonsubmitted as .py file.-Name the file under your name and TP number (e.g. KATHY_SIERRA_TP123456.py)-Start thefirst two lines in your program by typing your name and TP number (e.g. as follows):#KATHY SIERRA#TP123456ii.Text filescreated through test data submitted as .txt files.iii.A documentation of the systemsubmitted as NAME_TPNUMBER.pdf file -that incorporates basic documentation standards such as header and footer, page numbering and includes:-Cover page-Table of contents-Introduction and assumptions -Design of the program using pseudocode andflowcharts which adheres to the requirements provided above -Program source code and explanation-Screenshots of sample input/output and explanation-Conclusion-References(if any)usingHarvard Name Referencing
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started