Open RenanKummer opened 9 months ago
Currently the entities User
, Group
, Permissions
and the many-to-many associations have been correctly mapped.
I faced some challenges with EF Core Fluent API to map the associations since I didn't want to expose redundant ID properties, thus requiring understanding how to use shadow properties.
The entities Domain
, Term
, Tag
, TermExample
and many-to-many associations have been correctly mapped.
As a developer, I want to map the database schema to entity classes in Entity Framework Core, So that database objects are created and accessible by the application.
Acceptance Criteria:
DbContext
are created and configured according to the documented database schema.dotnet-ef
tool.Assumption: