238 Commits

Author SHA1 Message Date
OxSaitama
eab04fb12e refacto: naming uuid to uid 2023-05-03 13:45:05 +02:00
Arnaud D. Natali
f9dbf38dac
Test group (#27)
Added new validator groups for : 

POST
- Folder
- Customer
- Document
- Office
- DocumentType
- Deed

PUT
- Folder
- Customer
2023-05-03 12:19:57 +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
VincentAlamelle
fcf60220e2
CRUD Documents for Customer namespace (#26) 2023-05-02 14:13:40 +02:00
Vincent Alamelle
2ea09003bd Done 2023-05-02 11:27:26 +02:00
Arnaud D. Natali
f4ae92b76d
restore dev (#25) 2023-04-28 16:17:30 +02:00
OxSaitama
2b3f7c0df1 add api:start script 2023-04-28 13:58:07 +02:00
Arnaud D. Natali
4c9b1b3b6e
merge dev in staging (#23) 2023-04-28 13:41:54 +02:00
Arnaud D. Natali
a9db29c615
Feature/find by uid include (#22) 2023-04-28 13:39:00 +02:00
OxSaitama
edfc585d52 add include query parameter to findOneByUid 2023-04-28 12:19:57 +02:00
Arnaud D. Natali
806e15f2db
Feature/services tests (#21) 2023-04-28 10:52:43 +02:00
OxSaitama
1e641cf3c4 feature: add office folders services 2023-04-28 10:52:02 +02:00
Maxime Lalo
c82361981d
Fixing back launch (#20) 2023-04-25 17:20:35 +02:00
Maxime Lalo
61fee74e4d Fixing back launch 2023-04-25 17:08:26 +02:00
Arnaud D. Natali
367f0dcf43
feature: add office folders services (#18) 2023-04-24 09:39:22 +02:00
OxSaitama
c30b9e3f9b feature: add office folders services 2023-04-21 16:46:01 +02:00
Arnaud D. Natali
f73fa9d017
Fixed processFindManyQueries to json queries (#19)
Replaced prisma-queries formatter to standard json queries
2023-04-21 15:13:21 +02:00
Vincent Alamelle
00a88180e2 Fixed processFindManyQueries to json queries 2023-04-20 09:52:26 +02:00
Maxime Lalo
f178a2116b Nodemon working 2023-04-19 11:09:37 +02:00
Vincent Alamelle
06bd4f1a61 package lock 2023-04-17 17:30:55 +02:00
OxSaitama
786660446e add jsonwebtoken package 2023-04-13 14:55:34 +02:00
OxSaitama
da087610f2 update app version 2023-04-13 14:49:47 +02:00
OxSaitama
6007ba9c67 update dockerfile with ssh key import 2023-04-13 14:48:44 +02:00
OxSaitama
2ff3d44cc4 add env var for Idnot 2023-04-13 14:34:53 +02:00
OxSaitama
2e26e1196a add new env variables for IdNot 2023-04-12 17:25:37 +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
Hugo Lextrait
1051ed71e2 fix dockerfile and docker compose 2023-04-07 11:53:36 +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
Afi Elolo Gisèle Dekpe
4f863827fd
Delete .ssh directory 2023-04-05 16:27:37 +02:00
Afi Elolo Gisèle Dekpe
cfbdde2153
Ops2 (#16) 2023-04-04 12:00:12 +02:00
hugolxt
7d78721763
setup dockerfile readme and docker compose (#15)
Docker File backend, docker compose
2023-04-03 17:55:21 +02:00
Vincent Alamelle
7ca07d6c69 Removed key 2023-03-20 15:58:20 +01:00
VincentAlamelle
d344172eb5
Archi (#14)
Services and Controller structure for entities
2023-03-20 15:56:39 +01: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
76646bea0a add npm run start to script package.json 2023-03-17 17:06:31 +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
Hugo Lextrait
9a884f1154 Merge branch 'dev' of https://github.com/smart-chain-fr/leCoffre into dev 2023-03-16 12:27:42 +01:00
Hugo Lextrait
ed60605af7 🎨 docker file & dockercompose from tezosLink 2023-03-16 12:27:34 +01:00
Arnaud D. Natali
d117bf1620
add interfaces as dependencies from le-coffre-ressources (#10)
Co-authored-by: OxSaitama <arnaud.daubernatali@smart-chain.fr>
2023-03-15 18:22:45 +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
Arnaud D. Natali
3acb49fd5b
clean repository for backendApi (#12)
Clean of the repo, removed front application from current repository
2023-03-15 18:14:11 +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