Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Display marker attributes according to their type #27

Open
resah opened this issue Jun 15, 2023 · 0 comments
Open

feat: Display marker attributes according to their type #27

resah opened this issue Jun 15, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@resah
Copy link
Collaborator

resah commented Jun 15, 2023

Marker attributes are defined in markerTypes.json
This has currently the following attribute types:

  • boolean
  • text
  • link
  • number
  • csv

This feature should display the different attribute types

View mode

Edit mode

  • boolean as a checked or empty checkbox (editable)
  • text as a (resizable) textarea
  • link as a one-line input field
  • number as a number input field
  • csv as a one-line input field

Note: Providing a more convenient input for csv attribute type is not part of this issue

@resah resah added enhancement New feature or request good first issue Good for newcomers labels Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant