Aday BA
Aday BA
There are a lot of errors when selecting `pinned_apps`, maybe this is expected behaviour.
I think I found the issue. When filtering apps using the `TokenMatcher`, it only process sub apps if there is a match for the parent app. Should apps and sub...
I have updated the PR to process `sub_apps` regardless of parent matching. Tests are now green.
Fixed by https://github.com/OSC/ondemand/pull/2236
@johrstrom this was my next item (just created #2244). Initial idea was a way of adding custom items to the existing navigation, not to define the full navigation. But the...
First idea to make a full navigation. I thought that making the nav configuration more explicit might be easier to understand. At a high level, something like this: ```yaml nav_bar:...
Adding to the comment above, this is a prototype for the full navigation definition. These are some ideas of what items can be added. I am still thinking of other...
I have simplified the config by making types optional and inferring them on the back end. I think types are important as they simplify the implementation and allow the addition...
Yes, I was going in a very POJO oriented way. I have update the prototype based on the comment above. I created a PR to get your views on the...
Added new type to support adding links to the interactive sessions and the all apps. This new type is a template. ```yaml nav_bar: - title: "Help" links: - title: "Help...