Skylli202 / grafikart-laravel

Learning Laraval with grafikart.fr
0 stars 0 forks source link

2 real estate agency web site #3

Open Skylli202 opened 1 year ago

Skylli202 commented 1 year ago

Option CRUD is done.

The next step should be to create the real estate CRUD. If possible while discovering PHPUnit in Laravel to tests.

Then implement Option tests, as well as the Many-to-Many relationship with UI element to add options to a real estate and/or real estates to an option.

Skylli202 commented 1 year ago

PHPUnit CRUD have not been done.

The UI still need the implementation of element to be able to link RealEstate with Options and vice versa.