Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Support saving resource payloads? #35

@dantleech

Description

@dantleech

I am currently writing a CRUD which accepts the resource repository and path as request parameters.

/{repository}/{path}/edit

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).

  • Adding a save/savePayload method for a ResourceRepository would be quite trivial at this layer

I am just wondering if it is a good idea or if it would be a can of worms for some reason.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions