gyselroth / tubee

Data management engine with synchronization support
GNU General Public License v3.0
4 stars 4 forks source link

Add attribute type #34

Closed raffis closed 5 years ago

raffis commented 5 years ago

Describe the change

Specify attribute mapping type.

Current situation

Currently there are three attribute mapping types:

Should

Add a new kind which can be set to static, from or script. And a new value which holds the value.

This will avoid mistakes since at the current behaviour all three may be set.

Additional context

Add any other context about the problem here.

raffis commented 5 years ago

Adds a new attribute kind which may be defined as one of map, static or script.

raffis commented 5 years ago

Introduced in v1.0.0-beta38