backendenhancementgood first issuepreparation
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
The Preparation module should be cleaned up a bit:
- Change functions to use the
params { ... }structure for parameters. - Lambda functionality belongs in the
lambdafolder, whereas data juggling should be placed in the respective folders. - Lambda functions should use
failure/successfromutil/responsein all cases. - Consider whether or not the
typesfolder should be lifted to workspace level.