You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this request is to add the CreateSTStorage and RemoveSTStorage commands for creating and deleting short-term storage. These commands are needed to implement the entry points for this new object (#1522). They are used both for managing a study variant and for a RAW study.
Proposed solution
Create a new CreateSTStorage class which inherits from the ICommand class.
The attributes are :
area_id: the unique identifier of the area containing this new short-term storage,
Problem statement
The purpose of this request is to add the
CreateSTStorage
andRemoveSTStorage
commands for creating and deleting short-term storage. These commands are needed to implement the entry points for this new object (#1522). They are used both for managing a study variant and for a RAW study.Proposed solution
Create a new
CreateSTStorage
class which inherits from theICommand
class.The attributes are :
Create a new
RemoveSTStorage
class which inherits from theICommand
class.Attributes are :
The text was updated successfully, but these errors were encountered: