Skip to content

Add bookmarks to accounts #247

@tobeycodes

Description

@tobeycodes

Features

To do

  • finalize data model
  • Create bookmarkAccount entity, table, etc
  • Proposed schema bookmarkAccount
    • id/createdAt/updatedAt (base fields)
    • address: SolanaAddressSchema
    • label: string optional label provided by the user, default to empty string.
  • helper functions
    • bookmarkAccountCreate
    • bookmarkAccountDelete
    • bookmarkAccountToggle (combination of the create and delete)
    • bookmarkAccountUpdate (to change the label)
    • bookmarkAccountFindByAddress
    • bookmarkAccountFindMany
  • ux (in /explorer/address/<address>):
    • add a bookmark icon. click to bookmark address
    • if bookmarked, show a pencil icon to update the label.
  • follow up issues
    • show a list of all bookmarks
    • favorite: boolean if you want it to stand out among the others
    • add option to group bookmarks
    • show bookmarked addresses in the Send screen

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedThis is currently on holdenhancementNew feature or requestneeds-specThis issue needs a clear specification before it can be picked up

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions