Environment
Proposed Functionality
Today, the list of valid actions : create, update, delete is not clearly defined and the value is hardcoded in multiple places in the code
It would be good to create a proper enum for these values and use it everywhere instead of having hardcoded values
Use Case
House keeping
Environment
Proposed Functionality
Today, the list of valid actions :
create,update,deleteis not clearly defined and the value is hardcoded in multiple places in the codeIt would be good to create a proper enum for these values and use it everywhere instead of having hardcoded values
Use Case
House keeping