From bdcd101cfe8f94b8c0e2d289da9497fd49bcd23b Mon Sep 17 00:00:00 2001 From: Robert Brands Date: Thu, 30 Jul 2020 08:46:47 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0fc67f..0b7c500 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ Everything you need to organize and track a "MeetUp", e.g. organizing a group bike-ride. The first idea for this application came up during "Corona"-time: In order to arrange group bike rides or other "MeetUps" -with ensuring the traceability of the participants, the corresponding tool was missing. +ensuring the traceability of the participants the corresponding tool was missing. Therefore the following design principles for this web-app are: -* Easy to use without complicated registration and authentication process. Therefore only "keywords" are used as very basic access control. -* Responsive design, usable on PC and smartphones +* Easy to use without complex registration and authentication process. Therefore only "keywords" are used as very basic access control. +* Responsive design, usable on PC and smartphones with all modern brwosers (Chrome, Edge, Firefox, Safari) supporting the WebAssembly Standard. * Minimal administrative effort: All meetups data should be deleted automatically after the configured time (typically 28 days). Everyone should be able to organize a MeetUp. * Availability of "private" MeetUps: The ability to organize a MeetUp and protect it with a "keyword" that can be given to potential participants. * Adaptable: The application has a front-end layer implemented with ASP.NET Core Blazor The application logic is provided as microservices (Azure Functions). In this way it is possible to use the application layer independently with a different front-end. @@ -17,7 +17,7 @@ Therefore the following design principles for this web-app are: # About this repository * Folder "MeetUpFunctions" has the source code of the Azure Functions used for the backend. The master branch is CI enabled with GitHub Actions and deployed to the slot "dev" of the Azure Functions App. * Folder MeetUpPlanner holds the source code of the Blazor WebAssembly and the ASP.NET Core hosting app. The master branch is CI enabled with GitHub Action and deployed to https://meetup-planner-dev.azurewebsites.net - * Client - The Blazor Web Assembly project + * Client - The Blazor WebAssembly project * Server - The ASP.NET Core web backend for the application * Shared - Model classes shared with all projects for serializing the objects to JSON