tracking enquiries ofr each user on MVP admin panel
Assigned To:
Assign By Admin On 2022-12-05
Deadline:- 751 Days Over from Deadline. You Have Missed The Deadline 751 Days Ago
Task Details :-
HI scott,
we need to add a small function urgently.
each day different user on admin panel is making comments on different client.
so anytime a user is making a comment or sending email we need to COUNT how many clients they did commenting on. and we will show this information as a chart. we have the code for chart already on the dashboard page.
so your table will keep very simple information, columns:
1. date
2. user
3. count of client how my client they did notes. (not total notes, maybe in 1 client they did 5 notes by we count 1 becasue it is one client)
IN the dashoard for the user we will show this chart for last 30 days showing how many clients they contacted each day.
for ADMIN USER... they will also see same chart. but they will have a drop down option that allow him to select any user to see their chart.
Task Current Status :-
Task Complete
Hi
Good Day. hope you are well.
I have updated the chart code with filter option. I have attached a video link.
https://drive.google.com/file/d/18Kvgf3BMGA4JBziIu8cHjXkEMbb_3p9I/view
Thank you
it is very simple actually, you just keep record of client ID for each date.
and the client ID for each data will be unique. it should not be possible to have the same client ID showing multiple time in the same day.
and you simply COUNT the total client IDs for each day to show the statistics
have you done teh code for collecting the data correctly mate?
so anytime a user is making a comment or sending email we need to COUNT how many clients they did commenting on.
so this means your chart is showing How many clients the user did commenting on each day. NOT how many comments total.
maybe in one client they did 3 comments - but we are counting 1 client.
Hi
Good Day. Hope you are well.
I am working on the chart. right now it is displaying the respective user informations. (Ex: admin will only see their respective info same for users) Tomorrow I'll work on the select user option in admin. i.e admin will select user name and chart will be updated with the selected user information.
I have attached an image of the current chart.
Thank you
Download