Implement comments #10

Merged
clement.freville2 merged 2 commits from refs/pull/10/head into main 2024-06-11 17:17:24 +02:00
clement.freville2 commented 2024-06-11 15:32:11 +02:00 (Migrated from codefirst.iut.uca.fr)

Allow logged users to comment posts. Edition is not allowed via the API since it doesn't support auth yet.

Symfony UX is used with Turbo to avoid full pages reload, without JavaScript™.

Allow logged users to comment posts. Edition is not allowed via the API since it doesn't support auth yet. Symfony UX is used with Turbo to avoid full pages reload, without JavaScript™.
bastien.ollier (Migrated from codefirst.iut.uca.fr) reviewed 2024-06-11 15:32:18 +02:00
bastien.ollier (Migrated from codefirst.iut.uca.fr) reviewed 2024-06-11 15:48:16 +02:00
bastien.ollier (Migrated from codefirst.iut.uca.fr) commented 2024-06-11 15:48:16 +02:00
- // app.register('some_controller_name', SomeImportedController);
```diff - // app.register('some_controller_name', SomeImportedController); ```
bastien.ollier (Migrated from codefirst.iut.uca.fr) reviewed 2024-06-11 17:15:20 +02:00
bastien.ollier (Migrated from codefirst.iut.uca.fr) approved these changes 2024-06-11 17:15:53 +02:00
Sign in to join this conversation.
No description provided.