Add Feedback Functions
This commit is contained in:
12
FoodsharingSiegen.Contracts/Enums/InteractionFeedback.cs
Normal file
12
FoodsharingSiegen.Contracts/Enums/InteractionFeedback.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace FoodsharingSiegen.Contracts.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents the types of feedback that can be associated with an interaction.
|
||||
/// </summary>
|
||||
public enum InteractionFeedback
|
||||
{
|
||||
Neutral = 10,
|
||||
Positive = 20,
|
||||
Negative = 30
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user