Skip to content

Icons Proposal

Braulio Diez edited this page Aug 15, 2024 · 8 revisions

Approach

We want the user to be able to add icon shapes, about icons shapes:

  • There will be a shape available to display icons.

  • There will be a list a icons to choose from (it will be stored as static assets, below public or something like that, not included in the bundle "js" deployed as external resource.

  • About the Icon shape it will contain two properties:

    • The url to the icon itself (we will map it to a friendly name).
    • The size of the icon (t-shirt sizes): XS, S, M, L, XL
  • Additional we will create an interface and an array containing the list of icons avaiable (url, name, list of names to search for, list of categories).

About UI, once you drop an icon if you double click on it (or via properties) you can choose the icon from a given list (more on details).

Details

Clone this wiki locally