Programming methods design phase assignment

Posted by Shakir on Stack Overflow See other posts from Stack Overflow or by Shakir
Published on 2010-04-15T11:15:30Z Indexed on 2010/04/16 19:53 UTC
Read the original article Hit count: 266

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

  1. League Tables for 4 divisions
  2. 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:

DSD

Data Structure Diagram

PSD

Preliminary Program Structure

© Stack Overflow or respective owner

Related posts about object-oriented-design

Related posts about homework