Andrew Scott

Results 120 comments of Andrew Scott

This is now totally doable with the new data sources and behaviors infrastructure. However, it may be practical to write up a page in the docs that explains this scenario...

Fixed in 8eeea53, but we should still evaluate whether we should keep EditorHtml. @GrantErickson, thoughts? Also moved EditorHtml and Docs to generate into Views/Generated/Api instead of Views/Api

Closing out old Knockout issue

It'll require some hacks to the theme, but probably doable. I can't just list the home page in the table of contents normally, because the home page is what defines...

Knockout MVC uses https://github.com/hazzik/DelegateDecompiler to decompile the bodies of getters into expressions at runtime. It then uses a quite naive expression visitor to translate the expression into knockouty javascript. https://github.com/AndreyAkinshin/knockout-mvc/blob/master/PerpetuumSoft.Knockout/Utilities/KnockoutExpressionConverter.cs...

Another option would be to have slightly different default ordering behavior for top-level list results from a `/list` endpoint vs the ordering of child collections in the DTO mapping. Keep...

Doing nothing here for 3.0 because we haven't ran into this problem in a while. When someone runs into it again, we can re-evaluate and see if we can come...

Probably dependent on #266 to make the DX nice

I can't see any reason it would be any less discoverable or intuitive than any other feature - it would be documented just the same as everything else.