The Runner's Realm

Documentation: Continuation of PHP Web Application

Brennen Sager

Account Information

Username:bsager
Password:password

New Pages

  1. request-admin.php

    This page allows a user to request admin privilages.

  2. insert-admin-request.php

    This page inserts the data for an admin request

  3. admin-request-delete.php

    This page deletes an admin request

  4. admin-requests.php

    This page allows an admin to approve or unaprove admin requests. Sends data to the admin-update.php page to perform admin updates.

  5. admin-update.php

    This page performs the updates for adminlevel.

  6. update-admin.php

    This page allows an admin to update the admin level of any user. Sends data to the admin-update.php page to perform updates.

  7. athlete-follow.php

    This page allows a user to follow an athlete.

  8. unfollow-athlete.php

    This page allows a user to unfollow an athlete.

Improved Pages

  1. header.php

    This page has been almost completely redone. Bootstrap, and bootstrap icons are now linked in the head. Navbar has been redone. The header is now addaptive to the viewport size through bootstrap. When the user is logged in, there's a dropdown that links to userhome and admin(if admin).

  2. userhome.php

    This page now shows information that is user specific such as followed athletes. This page also shows what events, meets, athletes, types, teams, coaches, and results that the user created. There is also a link to the page that allows the user to request admin. If the user is admin, there's a link to the admin page instead.

  3. footer.php

    This page didn't include ending tags for body and html, now it does. Also includes bootstrap JavaScript source. I also added a button to go to the home page, and a button to go to the top of the page. Finally, I added a copyright symbol.

  4. admin.php

    This page now shows more specific admin information. There is now additional admin features available such as updating admin and viewing admin requests. I have also added additional links to the update and insert pages. Finally, I restyled everything to be more appealing.

  5. index.php

    This page now has significantly more information displayed on the page. The athlete of the day is now actually based on the day, instead of on page reload. I also added a section about the top 5 most followed athletes. Next, I have created a section that displays 3 random meets and their information. Also, I created a section that displays 3 teams to watch with a few of their athletes listed.

Restyled Pages

Below is a list of all the pages that I completely restyled. None of the original styles are used.

  1. view_meets.php
  2. userhome.php
  3. index.php
  4. view_events.php
  5. view_athletes.php
  6. view_teams.php
  7. view_meetevents.php
  8. view_eventresults.php
  9. insert_meets.php
  10. insert_events.php
  11. insert_types.php
  12. insert_timedresults.php
  13. insert_results.php
  14. update_events.php
  15. insert_athletes.php
  16. insert_teams.php
  17. update_athletes.php
  18. athlete.php
  19. team.php
  20. coach.php
  21. insert_coaches.php
  22. update_coaches.php
  23. update_teams.php

UPDATED ERD

ERD