Commit Graph

  • b3a52f6a4b Extract search bar into a standalone component and fix header design. Florian THIERRY 2024-08-30 09:52:00 +02:00
  • 090143fdae Add search publication page and fix category access Florian THIERRY 2024-08-29 17:24:01 +02:00
  • b5f881e2c5 Add a component to display a publication list and fix publication search rest service to handle ids. Florian THIERRY 2024-08-29 13:56:14 +02:00
  • d9b856bd43 Fix categories loading in side menu component. Florian THIERRY 2024-08-29 11:09:39 +02:00
  • 5e4068b141 Add style and help button. Florian THIERRY 2024-08-29 10:20:31 +02:00
  • a2f1b511c1 Add buttons in publication editor. Florian THIERRY 2024-08-25 22:40:11 +02:00
  • 4d20d5f8b8 Add button to edit publications on publication view page. Florian THIERRY 2024-08-25 12:02:52 +02:00
  • f00fb103ba Add submit button component and style it. Florian THIERRY 2024-08-22 10:26:38 +02:00
  • b1d9344574 Styling picture selection components. Florian THIERRY 2024-08-19 23:02:39 +02:00
  • 56ac024cba Mess commit. Florian THIERRY 2024-08-19 22:42:42 +02:00
  • 32ab1d79c8 Add publication edition form. Florian THIERRY 2024-08-04 15:54:00 +02:00
  • 42c4f76c0d Design some buttons in header. Florian THIERRY 2024-06-28 09:35:56 +02:00
  • 4cc2a15231 Responsive styling of header. Florian THIERRY 2024-06-12 13:36:16 +02:00
  • 54fbc7d609 Adding css transitions. Florian THIERRY 2024-06-12 13:22:20 +02:00
  • 8e9440a104 Responsive styling of publication page. Florian THIERRY 2024-06-12 13:19:08 +02:00
  • 00d49d5fa4 Responsive styling of home page. Florian THIERRY 2024-06-12 13:15:03 +02:00
  • 78325c8729 Fix footer at page bottom. Florian THIERRY 2024-06-12 12:38:42 +02:00
  • 1e18e3bc52 Add signin page. Florian THIERRY 2024-06-11 12:55:11 +02:00
  • 8ada2a15ef Styling login form. Florian THIERRY 2024-06-07 09:44:51 +02:00
  • 95d5308934 Re-design of login page. Florian THIERRY 2024-06-06 11:05:02 +02:00
  • e5076f0c64 Design header search bar. Florian THIERRY 2024-06-05 10:23:38 +02:00
  • 2ba707c336 Fix home page design. Florian THIERRY 2024-06-05 10:05:02 +02:00
  • d3041cf03d Styling publications on home page. Florian THIERRY 2024-06-04 13:55:26 +02:00
  • 58295398e0 Add endpoint to retrieve latest publications. Florian THIERRY 2024-06-04 13:06:20 +02:00
  • 067bf7885a Update side menu header. Florian THIERRY 2024-06-04 12:55:46 +02:00
  • d324b94ddb Add SQL script to rebuild categories hierarchy. Florian THIERRY 2024-04-22 16:05:59 +02:00
  • 4985889c58 Styling header. Florian THIERRY 2024-04-22 16:05:35 +02:00
  • 7f5d52dce5 Add side menu for header. Florian THIERRY 2024-04-22 15:57:22 +02:00
  • fae709a254 Fix class not found error. Florian THIERRY 2024-04-22 14:37:20 +02:00
  • 45355f6c42 Refactor publication parser location. Florian THIERRY 2024-04-22 14:22:36 +02:00
  • db492b6316 Add parsed text to publication entities. Florian THIERRY 2024-04-22 14:13:17 +02:00
  • c54e1c57d7 Creation of side-menu. Florian THIERRY 2024-04-02 16:18:03 +02:00
  • 0900df463a Add disconnection and minor improvements on login page. Florian THIERRY 2024-03-27 12:15:41 +01:00
  • 13c2cc8118 Add frontend. Florian THIERRY 2024-03-27 10:28:33 +01:00
  • 431d365d20 Move backend files into a sub folder. Florian THIERRY 2024-03-27 10:28:22 +01:00
  • 39663e914d Adaptations for legacy database importation. Florian THIERRY 2024-03-21 18:07:33 +01:00
  • 30e5ffa2eb Convert login by id into login by email. Florian THIERRY 2024-03-19 09:31:21 +01:00
  • 8d778e3571 Add 404 response if no any publication was found while searching publications. Florian THIERRY 2024-03-15 22:33:14 +01:00
  • dabd93091c Add publication sort while search publications service. Florian THIERRY 2024-03-15 22:17:27 +01:00
  • da1937cb31 Fix search publication mechanism. Florian THIERRY 2024-03-15 17:39:04 +01:00
  • 6e2b86153e Add search publications use case but it's bugged. Florian THIERRY 2024-03-15 14:56:34 +01:00
  • 50b305c3cd Add fields to user entity. Florian THIERRY 2024-03-14 18:17:03 +01:00
  • 9fcfc04117 Change category field of publication entity to its id. Florian THIERRY 2024-03-14 14:06:16 +01:00
  • 5d267111a9 Add illustration id to publication entity. Florian THIERRY 2024-03-14 13:56:34 +01:00
  • 2dc386e896 Add publisher id in picture entity. Florian THIERRY 2024-03-14 13:40:32 +01:00
  • fb13cfd74d Implementation of getting publication by its id. Florian THIERRY 2024-03-14 10:05:36 +01:00
  • 8d8a220fa0 Add picture fetch while retrieving a publication. Florian THIERRY 2024-03-14 09:59:46 +01:00
  • adc3cdf9a3 Add dependency to pictures in publications. Florian THIERRY 2024-03-14 09:55:51 +01:00
  • 5c5304ff98 Reworking the exception handling. Florian THIERRY 2024-03-14 09:31:14 +01:00
  • a872a9fe33 Add picture format control. Florian THIERRY 2024-03-14 09:24:19 +01:00
  • 0b00f9b0aa Set up picture upload mechanism. Florian THIERRY 2024-03-13 14:26:28 +01:00
  • ed766d4c8c Set up parent category mechanism. Florian THIERRY 2024-03-12 18:20:04 +01:00
  • a3295636b4 Fix and polish category CRUD. Florian THIERRY 2024-03-12 17:55:20 +01:00
  • 94180e8efc Implementation of category updating. Florian THIERRY 2024-03-12 14:42:57 +01:00
  • b0e682e82e Implementation of category creation. Florian THIERRY 2024-03-12 14:24:17 +01:00
  • 47876cc775 Little tweaking. Florian THIERRY 2024-03-12 13:52:27 +01:00
  • 822eae5991 Implementation of publication deletion. Florian THIERRY 2024-03-12 11:08:33 +01:00
  • 571b005770 Implementation of publication update. Florian THIERRY 2024-03-12 10:35:27 +01:00
  • 2c6a917cc2 Code cleaning. Florian THIERRY 2024-03-12 09:18:30 +01:00
  • 3dd88648df Code cleaning. Florian THIERRY 2024-03-11 15:10:12 +01:00
  • 2cf0ff503a Fix implementation of infrastructure layer of publication creation. Florian THIERRY 2024-03-11 15:07:33 +01:00
  • 7193e52f67 WIP implementation of infrastructure layer of publication creation. Florian THIERRY 2024-03-11 14:37:45 +01:00
  • c19bd5407f Add implementation of publication creation use case. Florian THIERRY 2024-03-11 13:57:49 +01:00
  • bc62939740 Add model of publication. Florian THIERRY 2024-03-08 14:02:41 +01:00
  • 494b731885 Initial commit. Florian THIERRY 2024-03-08 13:42:28 +01:00