Backlog documentation . Front End . Concurrency handling - peterlegrand/SIPx GitHub Wiki

Concurrency should be handled better. This should be based on the current technology which is ASP.NET CORE and Dapper. Some documents that might be helpful:
Tutorial: Handle concurrency - ASP.NET MVC with EF Core (Though this uses EF which we don't)
Optimistic Concurrency Tracking with Dapper and SQL Server