-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Features:
- Add optional entry data for
validatorandmain_validatorfunction to be able create condition withfull_attrs - DECORATORS
@somethingtop offield,sub_field,conditional_fieldand the main macroguardedstruct - accept
JSON -
JSONoutput - Get some global keys from
__using__instead of theGuardedStructmacro to make code clear (should be optional) - How can get whole macro as list, not just a field
- Extend from another macro code and add some new fields, can we?
- Runtime required fields as the builder function entry, it should support nested
map - Virtual field #5
- Think how can implement private and readonly field at edit call
- Mnesia wrapper for Elixir mishka_developer_tools#28
- Add
Cryptohelper mishka_developer_tools#33 - Ability to use a single validation of a field #2
URL
- This url exist in our list as using
List
- Validation of each value of the list, if it is not nested
- Sorte list
- List of string values
- Sanitize of each value of the list
- List pattern Validation, for example we have a list with 2 items [a, b], first one should a string the other should be a Tuple
Improvement:
- Delete derive fields which are
conditionalorsub_fieldor external module before calling derive pipeline
It helps us not to call again when a parameter is
:okstatus
Docs
- We need some tools to create docs of each macro inside developer module
- Add
Mnesiadocs and dialyzer, main functions and helpers
Reactions are currently unavailable