Skip to content

Commit

Permalink
Updated totdos
Browse files Browse the repository at this point in the history
  • Loading branch information
gbisurgi committed May 11, 2024
1 parent f86b38a commit 23b912d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Todo

- is editor not needed if container is set
- better elements class names
- move actions on top of cards
- multiple in fieldsets
Expand All @@ -10,7 +9,6 @@
- options can be global or scoped in schemas
- resolvers system
- collapsed options and arrays
- pass refParser to child instances
- property already exist message box or disable add button
- use dropdown instead of collapse
- minimize dependencies and overhead (webpack, sass, less, and stuff)
Expand All @@ -20,25 +18,21 @@
- placeholderOption
- array copy button
- ?can not set value if enum and not in enum?
- try to guess type from constrains and build switcher schemas from most likely to less likely type
- close on escape
- compact descriptions
- aria live for multiple
- aria live for arrays
- empty jedi-actions-slot weird margins (.btn-group)
- use same invalid feedback (no alerts)
- editor method refreshDisableState() to avoid calling refreshUI when enabling / disabling editor (to avoid re-appending editors)
- remove display none
- array button accessibility for screen reader
- anyOf, oneOf accessibility switcher (radios are better)
- isomorphic external schema loader
- position and dry of errors (not, patternProperties)
- items validation message
- Configurable i18n via options
- multiple error messages (oneOf, anyOf, not, any, type undefined, etc.)
- prefixItems test and error messages
- additionalProperties false by default in UI
- scope switcher options and titles in editors and not in instances
- move switcher options and titles in editors and not in instances
- template / titles / descriptions as html with xss lib option
- active item after array add/move/etc. (min and max items) + test
- active item after object add/
Expand Down

0 comments on commit 23b912d

Please sign in to comment.