Programming methods design phase assignment
- by Shakir
Hey, i have an assignment (NCC) which deals with the design phase. The Scenario is that you have four soccer divisions (divisions 1,2,3 and 4) which consist of 22 teams each and hence each team plays 42 games (home and away). The concept is similar to the barclays premier league whereby ranking is based on points or else goal difference or else goals scored by team. The difference is that the top 2 teams are promoted and the bottom 2 are relegated and this includes Div 1 and Div 4 as the top 2 of Div1 are promoted to the national league which is above division 1 regional league and bottom 2 of Div4 are relegated to the local league below Division 4 regional league. Hence there are 3 total leagues and 4 divisions in the regional league (which has 22 teams each). Now the referee has to add the result of the match and thus automatic tables have to be generated now,
There are two reports
League Tables for 4 divisions
List of all results for any chosen team during the season by date it was played on
There are a couple of things to be done... i know its gonna be terrible to make everything but atleast explain to me how i should go about drawing these and what things i should include (generally)
Logical Data Structure Diagram (DSD) for each report
Preliminary Program Structure (PSD) for each report
Detailed Program Specification for each report
Flowchart for each report
There are other things but i think our teacher will give us clear "clues" for it
Thanks a lot
Update - Project so far:
Data Structure Diagram
Preliminary Program Structure