Skip to content

Structure #15

@schuhwerk

Description

@schuhwerk

Default emojis are currently defined like:

array(
  array( '👍', 'thumbs up' ),
  array( '❤️', 'heart' ),
  array( '🔥', 'fire' ),
);

This has multiple issues:

  • it is difficult to add an emoji "in between" (with a filter, like thumb up, thumb down, heart, ...)
  • no keywords for searching
  • would be nice to have a

Make it more verbose like

[ 
  'icon' => '👍',    
  'name' => 'thumb up',
  'order' => 10, // space 10 apart, so we can fit in between.
  'keywords' => ['confirm', 'positive', 'yes', ...]
]

Make this more filter-aba

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions