returning data from the ajax models to the react views. working on the redux store...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Aug 2019 19:21:16 +0000 (15:21 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Aug 2019 19:21:16 +0000 (15:21 -0400)
commitcb25d2a919b2a675efb96656c29f66f8cbaa3454
treea540ed24edf5279f79da7039bf775150760512f3
parente15e83804f20a4a07865839e54fa0c8a4bf771e1
returning data from the ajax models to the react views. working on the redux store reducers and dispatch functions
17 files changed:
dist/js/glma-app-notifications.js
js/components/Controller.jsx
js/components/HOC/ListHOC.jsx
js/components/container/Dashboard.jsx
js/components/container/NewNotification.jsx
js/init.js
js/store/actions/types.js
js/store/actions/updateNewNotificationData.js
js/store/reducers/newNotificationReducer.js
models/admin/ajax/data_requests.php
models/admin/appNotifications/index.php [new file with mode: 0755]
models/admin/init/index.php [deleted file]
setup/adminMenus.php
setup/databaseScripts/create_database_V0.0.1.sql
setup/validActions.php
views/admin/appNotifications/index.html [new file with mode: 0755]
views/admin/init/index.html [deleted file]