Skip to content

repetitive click patterns #24

@buhman

Description

@buhman

The pattern now is:

var something = $("something").val()
return api.blahblah(something);

We could actually get rid of that by making that mapping in html, something like:

<button id="delete"  data-uri="#uuid">

This would reduce the update/delete event definitions to a collective ~1-2 lines or so, for example.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions