-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
In general, we are using underscore for the DB entities attributes and deserialized attributes and dashed for serialized data.
However, DB attributes are in a serialized form (e.g. we could store quantities as string and convert them back to ur.Quantities) so it might be more consistent to separate words with dashed.
This looks like a trivial task but bear with me that it isn't. Some things to consider are:
- Migrate old attributes replacing underscores by dashes. (also the down revision (
"-" -> "_"). Can we do this in general or are there DB attributes using dashes? - Look for the use of the attributes through the code and do the replacement.
Non flexmeasures core tasks
- Make existing plugins to use/set the new asset attributes