Logo Executive is your partner in logo exploration. Our platform boasts a collection of APIs designed to simplify the process of obtaining company logos.
We have currently two type of users in database, the CUSTOMER can only create keys and use APIs and ADMIN can add images to the database.
Now we need to implement a feature in which an OPERATOR role user type which will handle the queries asked by users, view them, respond or track it.
Expected Behaviour
When operator login with user type operator, it will be redirecting to operator dashboard.
It will be viewing the queries in a view, which will look similar to diagram attached.
It can check for Active and Archive via activityStatus query params.
If activityStatus is true then it will fetch Active data and Archive in false.
In the layout there will a small card type of component which will show user name and few queries with trimmed message and full view on send response button.
There will be pagination to make the UI performant by fetching one page with some limit at one request.
Current Behaviour
We don't have any flow for operator in the app. Need to implement like above mentioned.
Aligned task with folks:
@Ayushsanjdev - Writing controller and services to get contact-us data based on activityStatus and make a common api for pagination and writing test cases + help with UI for the same to Sujal.
@asharma991 - Writing controller and services to respond to the users by updating the reply key in collection and writing test cases + if required do some UI task.
@sujal111 - Making mostly the UI part of the flow like tabs, cards with response modal all together with pagination component.
Confirmation Checklist
[x] I have searched for similar issues before creating this one.
[x] I have provided all the necessary information to understand and reproduce the issue.
What is this issue related to?
Feature
Description
We have currently two type of users in database, the CUSTOMER can only create keys and use APIs and ADMIN can add images to the database. Now we need to implement a feature in which an OPERATOR role user type which will handle the queries asked by users, view them, respond or track it.
Expected Behaviour
Current Behaviour
Aligned task with folks:
Confirmation Checklist