jgero / roesena-app

Cross platform Web-App with user-created content and event manager
https://rösena.de/
0 stars 1 forks source link

remove overview pages #320

Closed jgero closed 3 years ago

jgero commented 3 years ago

Move them to the search result page when no search tags are there

jgero commented 3 years ago

There are two options of going about this:

  1. Just put the app-....-overview components as they are into the search page and toggle visibility with an ng-if. Probably the fastest solution but not very pretty.
  2. Basically move the overview page queries to the search effects. Add the page movement handlers to the effects and call according functions to do the data fetching. This may be a bit more complicated but seems cleaner.