From e7bce8752640c05c631f02d87a0704f78a9d0176 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 7 Mar 2017 09:47:59 -0800 Subject: [PATCH] Updated 01. Roadmap and Milestones for future releases (markdown) --- 01.-Roadmap-and-Milestones-for-future-releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01.-Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md index 8079fd4..309e5fd 100644 --- a/01.-Roadmap-and-Milestones-for-future-releases.md +++ b/01.-Roadmap-and-Milestones-for-future-releases.md @@ -81,6 +81,8 @@ Our task here will be to use that new lib. 2. Azure Storage Blob: Related to the previous feature - Use Azure Blobs to store the Product Images 3. Azure App Service: Make the monolithic Web app supporting Azure App Service with Docker +- Real time communication: SignalR Hub microservice/container for real-time communication, like notificating something important that just happened to the user. This feature needs to wait for SignalR to be available in .NET Core 2.0 + - Security: - Encrypt secrets at configuration files (like in docker-compose.yml). Multiple possibilities, Azure Key Vault or using simple Certificates at container level, Consul, etc. - Other "secure-code" practices