LP#1400829: Release notes for new user/card deletion methods user/jeffdavis/lp1400829-flag-user-as-deleted
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Wed, 19 Aug 2015 19:58:04 +0000 (12:58 -0700)
committerJeff Davis <jdavis@sitka.bclibraries.ca>
Wed, 19 Aug 2015 19:58:04 +0000 (12:58 -0700)
docs/RELEASE_NOTES_NEXT/user_delete_methods.txt [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/user_delete_methods.txt b/docs/RELEASE_NOTES_NEXT/user_delete_methods.txt
new file mode 100644 (file)
index 0000000..afba139
--- /dev/null
@@ -0,0 +1,18 @@
+New API methods for flagging users as deleted and deleting cards
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+A new API method, open-ils.actor.user.flag_as_deleted, exists for
+marking user accounts as deleted.  Previously, the only way to flag a
+user as deleted was to update the record directly in the database.
+
+Additionally, another new API method, open-ils.actor.user.delete_card,
+has been added.  This will completely delete (purge) the specified card.
+
+This new functionality is not yet available in the staff client UI, but
+the existence of these API methods should make future development
+easier.
+
+New Permissions
++++++++++++++++
+  * FLAG_USER_AS_DELETED - Allows the user to flag a user as deleted
+  * DELETE_CARD - Allows the user to delete a user's card
+