You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it was useful when first implementing the features + migrating all x-bte annotations over to the new features, now all x-bte annotation has useTemplating: true and uses the features...
So I think we could:
make useTemplating: true behavior the default, so it can be removed from x-bte annotation
remove useTemplating: false support
update all x-bte annotation to remove the useTemplating: true lines
The text was updated successfully, but these errors were encountered:
colleenXu
changed the title
x-bte refactoring small issue: drop use of useTemplating field
minor x-bte refactoring: drop use of useTemplating field
Oct 19, 2023
[EDITS will be made to this post as I set up the x-bte refactoring issues.]
This is a less-important + probably-easy part of "x-bte refactoring". Previously brought up here under "remove unneeded fields".
We created the
useTemplating
field during a past enhancement/refactoring of x-bte annotation.Features of that past enhancement (that I remember)
queryInputs
While it was useful when first implementing the features + migrating all x-bte annotations over to the new features, now all x-bte annotation has
useTemplating: true
and uses the features...So I think we could:
useTemplating: true
behavior the default, so it can be removed from x-bte annotationuseTemplating: false
supportuseTemplating: true
linesThe text was updated successfully, but these errors were encountered: