summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Laury GvR [Wed, 7 Aug 2019 23:43:01 +0000 (19:43 -0400)]
POI route: add packaging & coupons queries
Laury GvR [Wed, 7 Aug 2019 23:16:41 +0000 (19:16 -0400)]
POI route, added default values for latlon parameters
Laury GvR [Wed, 7 Aug 2019 23:16:19 +0000 (19:16 -0400)]
POI route addons added as possible parameters, & default values for latlon
Laury GvR [Wed, 7 Aug 2019 23:08:01 +0000 (19:08 -0400)]
POI route error messages added, coupons, packages initialised
Laury GvR [Wed, 7 Aug 2019 22:40:09 +0000 (18:40 -0400)]
POI route test filtering events by time and within latlon boundary
Laury GvR [Thu, 1 Aug 2019 16:03:26 +0000 (12:03 -0400)]
retrieve params through get in POI route
Laury GvR [Thu, 1 Aug 2019 16:02:13 +0000 (12:02 -0400)]
get pointsOfInterest route params into usable vars, include request
Laury GvR [Thu, 1 Aug 2019 15:41:32 +0000 (11:41 -0400)]
Working on lat/lon parameter filter processing on pointsofinterest route
Laury GvR [Thu, 1 Aug 2019 15:26:47 +0000 (11:26 -0400)]
Retrieve locations for the event records in the dashboard route
Anthony Talarico [Thu, 1 Aug 2019 14:13:22 +0000 (10:13 -0400)]
adding point of interest route to get the boundaries of the user from the mobile app
Laury GvR [Tue, 30 Jul 2019 16:15:38 +0000 (12:15 -0400)]
Add ability to send parameters into the route to determine which addons to use
Laury GvR [Sat, 27 Jul 2019 00:05:10 +0000 (20:05 -0400)]
Remove unused code and comments
Laury GvR [Sat, 27 Jul 2019 00:02:57 +0000 (20:02 -0400)]
Coupons and packages only get entries active today
Laury GvR [Thu, 25 Jul 2019 21:39:31 +0000 (17:39 -0400)]
Specify that today's events are today's events in returned array
Laury GvR [Thu, 25 Jul 2019 21:37:29 +0000 (17:37 -0400)]
Events for today are now retrieved if one of their TIME records starts and ends on today
Anthony Talarico [Thu, 18 Jul 2019 02:47:10 +0000 (22:47 -0400)]
adding poi route and endpoint. Using POST to send the lat lon to get poi by boundaries
Laury GvR [Wed, 17 Jul 2019 23:53:32 +0000 (19:53 -0400)]
Comment currently unused dashboard even retrieval
Laury GvR [Wed, 17 Jul 2019 23:39:59 +0000 (19:39 -0400)]
Get more complete events data through recurrences
Laury GvR [Fri, 12 Jul 2019 22:59:16 +0000 (18:59 -0400)]
Get selective data from each addon for the dashboard/summary
Anthony Talarico [Fri, 12 Jul 2019 19:41:01 +0000 (15:41 -0400)]
reshaping the summary data to be one monolithic object containing arrays for each addon
Laury GvR [Fri, 12 Jul 2019 19:00:01 +0000 (15:00 -0400)]
Convert summary array into object, send object vars to rest response
Laury GvR [Fri, 12 Jul 2019 18:42:59 +0000 (14:42 -0400)]
Add array keys for the summary data, for each plugin
Laury GvR [Fri, 12 Jul 2019 17:53:20 +0000 (13:53 -0400)]
Remove test line for events summary retrieval
Laury GvR [Fri, 12 Jul 2019 17:52:19 +0000 (13:52 -0400)]
Retrieve data from all the attached plugins for summary display
Laury GvR [Fri, 12 Jul 2019 16:22:49 +0000 (12:22 -0400)]
Routes no longer require a define, being in the same root folder as routes index
Laury GvR [Fri, 12 Jul 2019 16:20:22 +0000 (12:20 -0400)]
Move routes into setup dir with routes index
Laury GvR [Fri, 12 Jul 2019 16:17:51 +0000 (12:17 -0400)]
Checks for plugin existence around dashboard summary retrieval in rest route
Laury GvR [Fri, 12 Jul 2019 16:12:34 +0000 (12:12 -0400)]
Preliminary summary retrieval for dashboard
Laury GvR [Tue, 2 Jul 2019 20:42:47 +0000 (16:42 -0400)]
fix a comment on route resource names
Anthony Talarico [Tue, 2 Jul 2019 20:40:47 +0000 (16:40 -0400)]
changing the register route to use class variables and changing class name
Anthony Talarico [Tue, 2 Jul 2019 15:59:52 +0000 (11:59 -0400)]
fixing the rest api class invocation that was previously calling the rest api from the main plugin
Anthony Talarico [Tue, 2 Jul 2019 15:33:30 +0000 (11:33 -0400)]
setting up valid actions, model , views and the setup-> routes file
Laury GvR [Mon, 1 Jul 2019 20:39:45 +0000 (16:39 -0400)]
Initial commit