Open Issues Need Help
View All on GitHubAI Summary: Develop a CRUD (Create, Read, Update, Delete) RESTful API endpoint for managing 'tuiles' (tiles). The endpoint must support pagination for GET requests (15 tiles per page), input validation for POST requests, user authorization for PUT and DELETE requests (users can only modify their own tiles, except for admins who have full access), and confirmation for DELETE requests.
AI Summary: Create the basic HTML structure for the frontend pages: index.php, feed.php, explore.php, connexion.php, inscription.php, and profile.php. No styling is required at this stage; focus solely on the basic HTML layout and page structure.
AI Summary: Refactor the AJAX helper methods currently located in assets/js/ajax.js. The task involves potentially splitting the methods into multiple files for better organization depending on the number of methods.
AI Summary: Set up the database using the provided `init.sql` script. This involves executing the SQL commands within the script to create the necessary tables and schema for the Projet1_3225 project.