Bulk-Commit: Darft: Anmeldetool.
Interface Definition: done Server-Side-Implementation: partly done (CR missing, potential Refactor, ...) Client-Side-Implementation: started: (UI: done, Service: started, but works with SSR) Missing: Permissions / Roles to restrict access to an event. Missing: Fields on Event. Missing: Good Styling Time-Took: about 12 Hours. Learning: Commit in smaller packets, rest will be discussed at CR
This commit is contained in:
@ -9,7 +9,7 @@ namespace SZUAbsolventenverein.Module.EventRegistration.Models
|
||||
public class Event : IAuditable
|
||||
{
|
||||
[Key]
|
||||
public int EventRegistrationId { get; set; }
|
||||
public int EventId { get; set; }
|
||||
public int ModuleId { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user