-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Core logic
- Model to create an item
- Feed list after creating the item (5bcbe45)
- Edit/Change item
- Handle visibility of items
- Reset form when closing/re-opening
- Even when first discarding, then re-opening again
- Roles between SetModifierModal and SetModiferForm need to be clear; which one is saving, which one decides whether to close, clear the state, etc.
Form validation
- Form validation
- Stuff like "Not defined unknown in field """ should be explanatory
- Add a check as soon as the validation succeeds
- Intelligent handle form logic which only closes if the form is not dirty
- Do not close (add) if validation fails
Usability - make it super nice
- Expression preview (Set Modifier - Format Explanation #10) => b9f584b
- Highlighting within the expression preview => b9f584b
- Make title "Add/Change" a bit more intelligent ... => eab0fab
- Confirmation dialog for "Discard & close" => d8d15c3
- Descriptive preview? => already included in the table/list of Set modifiers
Formatting
- Nice formatting of the entire form (flex)
- Formatting rows & sections
- Make global style for form labels
- Tooltips, multi-lined, formatted => a04f967
Form visibility logic
- Have the visibility logic going right after changing the action
- Remaining visibility actions
Development
- Development action "Reset form"
- Hide development action "Reset form" for production
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
In Progress