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

Create new property by pressing plus icon in header row #276

Open
Tracked by #638
joepio opened this issue Jan 2, 2023 · 0 comments
Open
Tracked by #638

Create new property by pressing plus icon in header row #276

joepio opened this issue Jan 2, 2023 · 0 comments
Assignees

Comments

@joepio
Copy link
Member

joepio commented Jan 2, 2023

We probably want to have a friendlier list of datatypes.

  • Use better names
    • integer / float = number
    • atomicUrl = single relation
    • resourceArray = multi relation
    • string / markdown = text?
    • date / datetime = date
  • Sub-forms with extra options.
    • Text: rich text (string vs markdown)
    • relation: allow multiple (atomicURL vs resourceArray)
    • number: allow comma (integer vs float), currency selector
    • multi-select: enum (atomicURL + tag + classtype). Here you need to create Tags with names and colors and an ordering. See notion UX

Other datatypes that are quite common, that require some strategy:

  • Phone number (render tel: link)
  • Email (render mailto: link)
  • URL (render http href link, open new tab)

Might relate to atomicdata-dev/atomic-data-docs#145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants