Table Tennis
latest
  • User Guide
  • Developer Guide
    • Database Design
    • Code
      • Parts Implemented by Hasan Burak NAMLI
      • Parts Implemented by Alican MERTAN
      • Parts Implemented by Ahmet Yılmaz
      • Parts Implemented by Fırat Bayram
Table Tennis
  • Docs »
  • Developer Guide
  • Edit on GitHub

Developer Guide¶

Database Design¶

  • E/R Diagram of table tennis database:

    erdiagram

    E/R Diagram

Code¶

  • Parts Implemented by Hasan Burak NAMLI
    • Database Design
      • 1 Tables
        • 1.1 Teams Table
        • 1.2 Players Table
        • 1.3 Technic Members Table
    • Code
      • 1 MVC and team, player,tm classes
        • 1.1 class team
        • 1.2 class player
        • 1.3 class tm
      • 2 Store classes
        • 2.1 store.py
        • 2.2 class StoreTeam
        • 2.2 class StoreP
        • 2.3 class StoreTM
      • 3 HTML handling .pys
        • 3.1 teams.py
        • 3.2 players.py
        • 3.3 technicmembers.py
  • Parts Implemented by Alican MERTAN
    • Database Design
      • 1 Tables
        • 1.1 Tournaments Table
        • 1.2 Matches Table
    • Code
      • 1 Functions
        • 1.1 creating tables
        • 1.2 initiliazing database
        • 1.3 adding new tupples
        • 1.4 deleting tupples
        • 1.5 updating tupples
        • 1.6 finding tupples
        • 1.7 fetching all tupples
      • 2 HTML handling
        • 2.1 add block
        • 2.2 delete block
        • 2.3 find block
        • 2.4 update block
  • Parts Implemented by Ahmet Yılmaz
    • Database Design
      • 1 Tables
        • 1.1 Coaches Table
        • 1.2 Player Statistics Table
        • 1.3 Users Table
    • Code
      • 1 Python Flask Extension Parts
        • coaches.py
        • playerstatistics.py
        • users.py
      • 2 Python PostgreSql Parts
        • coaches.py
        • playerstatistics.py
        • users.py
  • Parts Implemented by Fırat Bayram
Next Previous

© Copyright 2015, itucsdb1519. Revision ae50f19b.

Built with Sphinx using a theme provided by Read the Docs.