From 6d98f09c001ef93cac4ec5a42c9904c9894169dc Mon Sep 17 00:00:00 2001
From: Alessandro CERIONI <acerioni@grandlyon.com>
Date: Mon, 9 Mar 2020 18:25:06 +0100
Subject: [PATCH] Update nestjs-micro-services.md

---
 docs/miscellaneous/nestjs-micro-services.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/miscellaneous/nestjs-micro-services.md b/docs/miscellaneous/nestjs-micro-services.md
index 7d04d8d..6ca28d4 100644
--- a/docs/miscellaneous/nestjs-micro-services.md
+++ b/docs/miscellaneous/nestjs-micro-services.md
@@ -17,3 +17,12 @@ A service will return a `200` http status code when all indicators are healthy.
 ## Logging
 
 ## Guards or: how to implement an AUTHZ layer
+
+
+## TODO
+
+* Explain how the `validationPipe` works
+* Explain why we need to expose the `Content-Range` header
+* Is the order of NestJS decorations relevant?
+* Explain how data can be exported and imported
+* Explain why we need to use the `pgcrypto` extension
-- 
GitLab