Admin Chat Data Entry Features
Budget: $15 – $25 USD
I have an internal admin-chat tool that is still sitting empty. I already know exactly what needs to live inside it: the backlog of text messages exchanged with customers, the associated user details, and the error logs generated by the platform.
Your task is to collect that raw material from the .csv exports I will supply, clean it where required, and load it into the chat dashboard so everything is searchable in one place.
Once the data is inside, the chat must support three core options I have already enabled in the settings but not yet wired up: message searchability, user-activity tracking, and file sharing. After the import I need you to verify that each feature works end-to-end—search returns the right threads, the activity feed updates in real time, and files attached to a chat open without broken links.
You may script the import (Python, MySQL, MongoDB, or any tool you prefer) as long as the final result sits cleanly in the existing MariaDB schema and I can rerun the script later if new records arrive. Please include brief documentation that shows the mapping you used for every field.
Deliverables
• Cleaned and formatted dataset (text messages, user details and error logs) loaded into the admin-chat database
• Verified activation of message searchability, user-activity tracking and file-sharing functionality
• Import script plus a short README so a beginner on my team can repeat the process
Your task is to collect that raw material from the .csv exports I will supply, clean it where required, and load it into the chat dashboard so everything is searchable in one place.
Once the data is inside, the chat must support three core options I have already enabled in the settings but not yet wired up: message searchability, user-activity tracking, and file sharing. After the import I need you to verify that each feature works end-to-end—search returns the right threads, the activity feed updates in real time, and files attached to a chat open without broken links.
You may script the import (Python, MySQL, MongoDB, or any tool you prefer) as long as the final result sits cleanly in the existing MariaDB schema and I can rerun the script later if new records arrive. Please include brief documentation that shows the mapping you used for every field.
Deliverables
• Cleaned and formatted dataset (text messages, user details and error logs) loaded into the admin-chat database
• Verified activation of message searchability, user-activity tracking and file-sharing functionality
• Import script plus a short README so a beginner on my team can repeat the process