This pull request involves significant refactoring and removal of reaction-related functionality from the codebase. The most important changes include the deletion of the Reaction class and associated functions, as well as updates to the RulesDbContext and Program files to reflect these removals.
Removal of Reaction-related functionality:
Entire Reaction class and ReactionType enum have been removed.
Deleted the GetAllReactionsFunction class and its implementation.
Deleted the GetReactionsFunction class and its implementation.
Deleted the ReactFunction class and its implementation.
Deleted the RemoveReactionFunction class and its implementation.
Updates to RulesDbContext and Program:
Removed the Reactions property from the RulesDbContext class.
Removed the Reaction container configuration and its import statement.
Documentation updates:
Removed all endpoints related to reaction functions and user comments account functions.
Relates: https://github.com/SSWConsulting/SSW.Rules/issues/1567
This pull request involves significant refactoring and removal of reaction-related functionality from the codebase. The most important changes include the deletion of the
Reaction
class and associated functions, as well as updates to theRulesDbContext
andProgram
files to reflect these removals.Removal of Reaction-related functionality:
Reaction
class andReactionType
enum have been removed.GetAllReactionsFunction
class and its implementation.GetReactionsFunction
class and its implementation.ReactFunction
class and its implementation.RemoveReactionFunction
class and its implementation.Updates to
RulesDbContext
andProgram
:Reactions
property from theRulesDbContext
class.Reaction
container configuration and its import statement.Documentation updates: