CAN's create-note handler should fire NOTE_CREATED¶
The create-note handler is intended to create a new note at the correct address within the CAN notebook.
Once it has completed this successfully, it should fire a NOTE_CREATED event with the address of the note as an argument, to allow other handlers to respond.
Backlinks¶
- CAN's create-note handler should listen for COMMAND_ADD
- Once the create-note handler has successfully done this it should fire a NOTE_CREATED event. If it fails, it should fire a NOTE-CREATED-ERROR event.