-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
4. to releaseReady to be released and/or waiting for tests to finishReady to be released and/or waiting for tests to finishenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Let clients create new contacts.
Describe the solution you'd like
Related to nextcloud/files-clients#86 (comment)
With Declarative UI any server app can add interactions dynamically to Files clients.
This reduces code on client side and gives lots of opportunities to display simple stuff in a native way or interact in an easy way.
To have a starting set, we discussed and defined some actions.
One action is to offer an menu entry in context menu to convert a docx file to md.
(We can add later more).
To do so:
- add info to capability like https://github.com/tobiasKaminsky/declarativetest/blob/main/lib/Capabilities.php#L29
- create an endpoint that renders via protocol a form with all relevante info
- create an endpoint to receive the info and create a vCard via \OCP\Contacts\IManager::createOrUpdate
Describe alternatives you've considered
/
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
4. to releaseReady to be released and/or waiting for tests to finishReady to be released and/or waiting for tests to finishenhancementNew feature or requestNew feature or request
Type
Projects
Status
☑️ Done