-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove a resource from an item (as a file) #516
Comments
Voici notre stratégie d’implémentation avec @TheoHoenen : Dans Porphyry/src/components/itemPage il faudra modifier la fonction render de Item.jsx pour afficher un bouton « supprimer une ressource » si une ressource est présente sur l'item. Au niveau du backend, la suppression d’un attachment de CouchDB se fera avec un DELETE de index.js du projet lib-node. |
Merci @Antoine-thz et @TheoHoenen
Est-ce que cela ne risque pas de supprimer l'item ? Ma remarque est analogue à mon commentaire de ce matin à vos collègues @Xelocks et @ThomasRitaine : Hypertopic/lib-node#9 (comment) |
Co-authored-by: corentinprp51 <corentinprp@gmail.com>
Description
Allow users to remove a resource from an item.
This feature is directly linked to #142 where you can add a resource to an item.
What is the valuable outcome that cannot be achieved with current features?
For which stakeholder (people, role, project, domain) is it important?
Which user action should be enabled (or restricted)? For who?
Additional details (solutions you think about, or workarounds you tried)
Deliverables status
Phase 1
Phase 2
Phase 3
The text was updated successfully, but these errors were encountered: