Skip to content

Commit

Permalink
Adding IsAcceptingFeedback flag to events
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinselohrkater committed Mar 25, 2019
1 parent d91a0af commit 3967adf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Eurofurence.App.Domain.Model/Events/EventRecord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ public class EventRecord : EntityBase
[DataMember]
public bool IsDeviatingFromConBook { get; set; }

[DataMember]
public bool IsAcceptingFeedback { get; set; }

/// <summary>
/// If set, refers to a banner ([3-4]:1 aspect ratio) that can be used when little
/// vertical space is available (e.G. event schedule, or a header section).
Expand Down

0 comments on commit 3967adf

Please sign in to comment.