
Feature request: move event code from controller to model find() method
Reported by dleffler | February 26th, 2015 @ 05:04 PM
We should move the complex 'showall' code into the model 'find' method. Instead of having the old 1.0 type of code to get the data for the various 'showall' views, this could/should be better handled within the model. We would probably add several actions such as ('month', 'day', 'upcoming') in addition to the normal actions ('all', 'first', etc...)
Comments and changes to this ticket
-
dleffler March 9th, 2015 @ 05:08 PM
- Title changed from Feature request: move event code from controller to model to Feature request: move event code from controller to model find() method
-
dleffler March 9th, 2015 @ 05:11 PM
Might be nice to also have 'next' and 'prev' actions...though this would also be useful across the board in expController as well.
-
-
-
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
Referenced by
-
1269 Feature request: add next/prev event for events 'show' view See #1274
-
1317 Feature request: add sample android app to demostrate EAAS It was noted during this work that EAAS 'events' support ...