
Work in Progress
Work in Progress
You will develop a simple blog application in PHP and with a MySQL database. It must provide a frontend interface (reading tickets) and a backend interface (ticket administration for writing).
We must find there all the elements of a CRUD:
Create: ticket creation
Read: reading tickets
Update: update of tickets
Delete: deletion of tickets
Each post must allow the addition of comments, which can be moderated in the administration interface if necessary.
Readers should be able to “report” to the comments that they date back more easily in the administration interface to be moderate.
The administration interface will be password protected. The writing of tickets will be done in a WYSIWYG interface based on TinyMCE, so that Jean does not need to write his story in HTML (we understand that he does not really want!).
You will develop in PHP without using a framework. The code will be built on MVC architecture. You will develop as much as possible in object oriented (at a minimum, the model must be built in the form of an object).
Moderator is an independent music label specializing in the Lofi genre.
In order to ensure its development, we are developing a multisite WordPress installation which will allow all the artists to be integrated within the main domain while using individual domain names for each project.