Please enable JavaScript.
Coggle requires JavaScript to display documents.
Carbonado CMS, Side Navigation, Users
(USERS), Products
(ACTIVE,…
Carbonado CMS
Users
(Super Admin | Users) Two Tabs
Actions - Block User, Reset Password (accept a password | auto-generate and send an email), Delete User, view, edit
Bulk Actions - Export, Import
User NotificationsDisplay Inside the top navigation barNeed to be created as a separate component with features like
- mark all as read
- mark as read on click
- show the red dot on notification if the length if unread messages are greater than 1
API - Takes title, body, image, notification payload, list of platforms(SMS, Email, Push Notifications), save_in_db (boolean)Need to override the current user notification add dialog with an option to select the platform(SMS, email, Push Notification)
API -- need to take inputs and enqueue them into an AWS SQS queue -- which will be subscribed by a subscriber and will send an email, SMS, or push notification and depending on the save_in_db field save it into user_notifications table from queue subscriber
Side Navigation
Product Configuration
Categories
(CATEGORY, SPECIAL_CATEGORY, COLLECTION)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Products
(ACTIVE, INACTIVE)
-
-
-
-
-
-
Orders
(PENDING, APPROVED, READY, OUT_FOR_DELIVERY, DELIVERED, CANCELLED, COMPLETED)
-
-
-
-
Support Requests
(OPEN, CLOSED)
-
-
-
-
-