Bedework / bedework

An Enterprise Calendar and Scheduling System
Apache License 2.0
40 stars 9 forks source link

Use views to generate explorer menus in public theme #23

Closed spartanicus closed 10 years ago

spartanicus commented 10 years ago

Begin the menu-building process by building on top of views.

spartanicus commented 10 years ago

Views can now create multiple explorer-style menus that behave like the subscription tree. We now need to treat them as blocks to be anded together (when more than one). This also requires work in the admin client so that we can build views from any collection down the subscription tree. (We are at the moment locked to the top level of subscriptions.)

spartanicus commented 10 years ago

Admin client updates are in place. Next step is https://github.com/Bedework/bedework/issues/34