Parts Implemented by İlay Köksal¶
Add, Search, Update and Delete operations of tables Coaches, Seasons and Coaching can be done within user interface. Table that user wants to see or change can be choosen from navigation bar.
Coaches¶
Coaches table is one of the core tables of our database. It has Name and BirthYear columns.
New coach can be add from textbox from top of the page.
Under the add section, there is a textbox for searching coaches. When search button clicked, table below filled with items that requires search condition.
Delete and Update buttons can be seen in table that shows coaches. Every row have Update text boxes to fill when user wants to update related row. Delete button deletes the item in selected row.
Seasons¶
Seasons table is another core table in our database. It only keeps SeasonYear value for other tables usage. Seasons operations are in one single page as well.
New seasons can be added by filling Season year box that is located at top the page.
- Below adding field, user can search season by typing season year that he/she wants to find.
Delete and Update buttons are table elements as well to affect related row. Update text box filled when user wants to update a season.
Coaching¶
Coaching table shows when a coach choached a team. So every column in coaching table related another table. Table consists Coach Name, Team Name and Season columns.
To add a coaching relation, user should select the values that he/she wants to add from dropdown lists.
Search field can be used to search both Coach name and Team name.
Update and Delete operations are located in table rows. To update user should select new values for item from dropdown lists in selected row. Delete button deletes related row from table.









