Select Git revision
Forked from
LAIXMO / moodle-local_learning_analytics
Source project has a limited visibility.
-
Thomas Dondorf authored
Removed a lot of API that was unnecessary and too complex: - Simplified routing: There is only one file (router.php) that handles routes now (instead of two controllers, routes and route) - Removed parameters - Removed external output - Removed AJAX loading of tables and plots - Simplified renderers (e.g. removed HTML renderers) - Adapted reports accordingly
Thomas Dondorf authoredRemoved a lot of API that was unnecessary and too complex: - Simplified routing: There is only one file (router.php) that handles routes now (instead of two controllers, routes and route) - Removed parameters - Removed external output - Removed AJAX loading of tables and plots - Simplified renderers (e.g. removed HTML renderers) - Adapted reports accordingly
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Admin.csproj 1.17 KiB
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>Coscine.Api.Admin</RootNamespace>
<AssemblyName>Coscine.Api.Admin</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net6.0</TargetFramework>
<Version>2.5.3</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company>
<Copyright>2022 IT Center, RWTH Aachen University</Copyright>
<Description>Admin is a part of the Coscine group.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/apis/Admin</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Coscine.Action" Version="2.*-*" />
<PackageReference Include="Coscine.ApiCommons" Version="2.*-*" />
<PackageReference Include="Coscine.Database" Version="2.*-*" />
<PackageReference Include="Coscine.Metadata" Version="2.*-*" />
<PackageReference Include="Coscine.ResourceLoader" Version="2.*-*" />
</ItemGroup>
</Project>