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
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
I am currently writing a CRUD which accepts the resource repository and path as request parameters.
A form is then obtained from the ether for the (
CmfResource
) payload. When the form is submitted the resource payload needs to be updated.I am currently doing this throguh a separate "agent" system (currently only concerned with
save
, as finding is taken care of by this component).save
/savePayload
method for aResourceRepository
would be quite trivial at this layerI am just wondering if it is a good idea or if it would be a can of worms for some reason.
The text was updated successfully, but these errors were encountered: