57 Commits

Author SHA1 Message Date
Vincent Alamelle
f26ac432af Fix put customer 2023-05-04 15:34:31 +02:00
Vincent Alamelle
cd654641fb changed forbidUknowValue 2023-05-04 14:38:34 +02:00
Vincent Alamelle
570a789653 WIP 2023-05-04 14:11:55 +02:00
Vincent Alamelle
9fce8c6c1a WIP 2023-05-04 14:10:41 +02:00
OxSaitama
ec98f3ac26 refacto hydratation on post requests 2023-05-04 12:17:03 +02:00
OxSaitama
22d0239306 refacto hydratation for document controller 2023-05-04 10:52:39 +02:00
OxSaitama
c608de5adc fix findOneByUid for users repository 2023-05-04 10:45:58 +02:00
OxSaitama
a2d68d62c3 fix hydratation and make nested fields optionnal 2023-05-03 17:51:11 +02:00
OxSaitama
eab04fb12e refacto: naming uuid to uid 2023-05-03 13:45:05 +02:00
Vincent Alamelle
a1425acdc3 Add new validators group for all post request and Customer/Folder put request 2023-05-03 12:17:58 +02:00
Vincent Alamelle
2ea09003bd Done 2023-05-02 11:27:26 +02:00
OxSaitama
edfc585d52 add include query parameter to findOneByUid 2023-04-28 12:19:57 +02:00
OxSaitama
1e641cf3c4 feature: add office folders services 2023-04-28 10:52:02 +02:00
Maxime Lalo
61fee74e4d Fixing back launch 2023-04-25 17:08:26 +02:00
OxSaitama
c30b9e3f9b feature: add office folders services 2023-04-21 16:46:01 +02:00
Vincent Alamelle
00a88180e2 Fixed processFindManyQueries to json queries 2023-04-20 09:52:26 +02:00
OxSaitama
d0050cf615 refacto logs 2023-04-12 17:21:36 +02:00
OxSaitama
2a228f3da7 Merge branch 'dev' of github.com:smart-chain-fr/leCoffre into dev 2023-04-12 15:13:38 +02:00
OxSaitama
04420ab5ed add user auth from idNot 2023-04-12 15:13:17 +02:00
Hugo Lextrait
3041c6c062 docker seeding 2023-04-12 11:51:53 +02:00
Arnaud D. Natali
3dc043e6c4
Feature/services test (#17)
controllers, repositories, services and associated tests for:

Deed types, Deed, Document types, Users and Customers

---------

Co-authored-by: Vincent Alamelle <vincent.alamelle@smart-chain.fr>
Co-authored-by: OxSaitama <arnaud.daubernatali@smart-chain.fr>
2023-04-06 18:43:13 +02:00
Hugo Lextrait
9d6e5044c6 Endpoints and private services for each entities, remains link tables btwn ManyMany entities 2023-03-20 15:31:02 +01:00
Hugo Lextrait
00a2ca9d7d created Services and Controllers for Customers, Offices, Users, Deeds, Folders returning not implemented yet 2023-03-17 18:03:21 +01:00
Hugo Lextrait
961a8b991d created main services and controller for the IUser 2023-03-17 17:30:36 +01:00
Hugo Lextrait
f95978037a created our first service and controller for users > api/users 2023-03-17 16:37:20 +01:00
Vincent Alamelle
fafd81db04 WIP 2023-03-17 10:35:36 +01:00
Vincent Alamelle
efc7ad1efb WIP 2023-03-16 18:03:58 +01:00
Arnaud D. Natali
ed8ce2dab9
add schemas for DB (#11)
Co-authored-by: OxSaitama <arnaud.daubernatali@smart-chain.fr>
2023-03-15 18:22:15 +01:00
Hugo Lextrait
0d7be408c8 clean repository for backendApi 2023-03-15 18:09:46 +01:00
hugolxt
ead8f43b7f
Staging implementation (#9)
The creation of a single repository is no longer relevant. Therefore, we
have to separate the front and back repo into two distinct repositories.
This PR allows to repatriate the work on dev branch
2023-03-15 14:40:23 +01:00
Arnaud D. Natali
41a8f67da2
add schemas for DB (#8)
Co-authored-by: OxSaitama <arnaud.daubernatali@smart-chain.fr>
2023-03-14 15:52:14 +01:00
Hugo Lextrait
ad4f692732 get backend from TezosLink 2023-03-02 16:53:14 +01:00
OxSaitama
6ec76544e2 fix: asset path naming 2023-03-02 16:32:22 +01:00
OxSaitama
25f6c5fb31 refacto: renaming directories 2023-03-02 15:51:45 +01:00
Arnaud D. Natali
9bb5241f46
add burger menu & navigation links (#6)
solve this ticket :
https://app.ora.pm/p/fb56ed95daa7456b888d266a050b9afa?v=86662&s=28293&t=k&c=657791f3b1c64e6cbbf22f9378c0bdae

Co-authored-by: OxSaitama <arnaud.daubernatali@smart-chain.fr>
2023-02-28 10:06:41 +01:00
Hugo Lextrait
ff0e493b67 🎨 format all documents 2023-02-27 15:04:51 +01:00
Arnaud D. Natali
c4659e99e8
add profile (#5)
solve this ticket :
https://app.ora.pm/p/fb56ed95daa7456b888d266a050b9afa?v=86662&s=28293&t=k&c=657791f3b1c64e6cbbf22f9378c0bdae

add profile content

---------

Co-authored-by: OxSaitama <arnaud.daubernatali@smart-chain.fr>
Co-authored-by: Hugo Lextrait <hugo.lextrait@smart-chain.fr>
2023-02-27 12:29:34 +01:00
OxSaitama
0de484983f refacto textarea css 2023-02-27 10:43:21 +01:00
Arnaud D. Natali
205e1f0580
add radio & check boxes (#2)
solve partially this ticket :
https://app.ora.pm/p/fb56ed95daa7456b888d266a050b9afa?v=86662&s=28293&t=k&c=657791f3b1c64e6cbbf22f9378c0bdae

---------

Co-authored-by: OxSaitama <arnaud.daubernatali@smart-chain.fr>
Co-authored-by: Massi <massi.hamidouche@smart-chain.fr>
2023-02-27 09:57:19 +01:00
Arnaud D. Natali
676db99cb8
Design system/ora notifications (#4)
https://app.ora.pm/p/fb56ed95daa7456b888d266a050b9afa?v=86662&s=28293&t=k&c=564eead1724741e293030d9250daf679

Notification component Front integration done but we will need to make
further modifications around notifications states when backed will be
setup.
2023-02-23 10:20:08 +01:00
Hugo Lextrait
0f3ed3567d 🎨 comment TODO 2023-02-22 15:12:31 +01:00
Hugo Lextrait
7e9d2e9e4b version of the front -> TODO refacto and store the front config version in DB 2023-02-22 15:11:31 +01:00
Hugo Lextrait
de7efa12ee fix time for toaster 2023-02-22 12:06:50 +01:00
Hugo Lextrait
cb59b9eef8 Front integration of the notification component done 2023-02-22 12:00:01 +01:00
Hugo Lextrait
fa7bc24fed notifications container front 2023-02-22 11:41:52 +01:00
Hugo Lextrait
28e6ced198 🚧 WIP notification modal 2023-02-22 10:25:00 +01:00
Hugo Lextrait
51be27c501 🎨 merge header branch to work on notifications component from header 2023-02-22 09:14:21 +01:00
Hugo Lextrait
2c5ca6a57c 🎨 header responsiv 2023-02-22 08:35:04 +01:00
Hugo Lextrait
9a54b30e0e header done, need to implement responsiv, notifications component, profile component and burgermenu 2023-02-21 17:24:51 +01:00
Hugo Lextrait
f59ae244cc fix unused props 2023-02-21 16:41:24 +01:00