Triggers: Difference between revisions

1,174 bytes added ,  14 November 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 75: Line 75:
| '''After the operation''' || asynchronous
| '''After the operation''' || asynchronous
|}
|}
=== Creating an entry ===
This event starts when a user has requested that a new entry be added to the library, normally by pressing the '''<big>+</big>''' button on the Entries List screen. It ends after the entry is saved to storage or else not, depending on the processing.
==== Phases ====
'''[[TBD]]'''
=== Updating an entry ===
This event starts when a user has requested that an existing entry be edited (updated) within the library, normally by pressing the '''<big>Pencil</big>''' button on the Entry View card. It ends after the entry is resaved to storage or else not, depending on the processing.
==== Phases ====
'''[[TBD]]'''
=== Deleting an entry ===
This event starts when a user has requested that an existing entry be deleted (actually, moved to the library's Recycle Bin) within the library, normally by pressing the '''<big>Trash Can</big>''' button on the Entry View card. It ends after the entry is moved to the Recycle Bin or else not, depending on the processing.
==== Phases ====
'''[[TBD]]'''
=== Opening an Entry View card ===
'''[[TBD]]'''
=== Adding entries to Favorites ===
'''[[TBD]]'''
=== Deleting an entry from Favorites ===
'''[[TBD]]'''


== Security ==
== Security ==