Skip to content

Weekly Breakdown

  • We worked on the first assignment.
  • Repository and documentation setup.
  • Getting started with the team project implementation.
  • Setting up the Slim-based application for the team project.
  • Creating a set of controllers, models, and views for the team project.
  • Creating routing groups for the admin panel.
  • Admin Panel implementation.
  • Setting up the directory structure for the admin panel.
  • Creating a set of controllers and views for the admin panel.
  • Middleware implementation.
  • Flash messages implementation.
  • Implementing the Post-Redirect-Get (PRG) pattern correctly using Slim Framework.
  • Update, Create, and Delete operations implementation.
  • Implementing the Post-Redirect-Get (PRG) pattern correctly using Slim Framework.
  • Input validation and sanitization.
  • Error handling and validation.
  • Using the Result Pattern for input validation.