This commit is contained in:
2020-04-04 14:44:10 +00:00
parent ce0414a2af
commit 4733373039
5 changed files with 20 additions and 4 deletions

View File

@@ -48,6 +48,10 @@ CURRENT TODOs
=-=-=-=-=-=-=
@@@@@@@@@@@ ROADMAP STAGE 2:
todo: global vue
- find all stuff defined in vue data objects as methods solely for the consumption of the template like translation (t()) and move to global vue object in main
- stuff not needed by templates should stay where it is in window
- Lodash might be an exception
todo: change all testing data-cy attributes to conditional see ay-customize for example
- :data-cy="!!enableCypress ? item.key : false"