diff --git a/Marechai/Marechai.csproj b/Marechai/Marechai.csproj index 1376c249..71f0bd92 100644 --- a/Marechai/Marechai.csproj +++ b/Marechai/Marechai.csproj @@ -150,6 +150,18 @@ PreserveNewest PreserveNewest + + CODEOWNERS + + + CONTRIBUTING.md + + + README.md + + + TODO.md + <_ContentIncludedByDefault Remove="Areas\Admin\Views\BrowserTests\Delete.cshtml" /> diff --git a/README.md b/README.md index a049ffea..6d6a96af 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,12 @@ Welcome to the Marechai repository. This repository contains the Marechai software. For contributing please read [here.](CONTRIBUTING.md) + +For development you need: +* A .NET Core 3.1 compatible development environment. +* .NET Core 3.1 SDK +* ASP.NET Core 3.1 runtime +* ImageMagick, including HEIF and WebP support in the path. +* AV1F, specially, avifenc, in the path. +* MariaDB or compatible, with a user and a database. +* Prepare appsettings.json with a connection string for said database. \ No newline at end of file diff --git a/TODO.md b/TODO.md new file mode 100644 index 00000000..7e3bf973 --- /dev/null +++ b/TODO.md @@ -0,0 +1,4 @@ +## Known issues +* Blazor pages are calling the database twice because they are not using the proper initialization override. +* Company logos carrousel is not working. +* Company descriptions are not respecting localization. \ No newline at end of file