11 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub
good first issue

AI 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.

Complexity: 4/5
good first issue
good first issue

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.

Complexity: 2/5
enhancement good first issue

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.

Complexity: 3/5
good first issue
good first issue
Database setup 3 months ago

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.

Complexity: 3/5
enhancement good first issue