Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Admin view to chat logs #4

Open
AmitBerg opened this issue Feb 6, 2018 · 0 comments
Open

Add Admin view to chat logs #4

AmitBerg opened this issue Feb 6, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AmitBerg
Copy link
Owner

AmitBerg commented Feb 6, 2018

Add option for admin user to view the logs of chat rooms.

  • This would be implemented by adding FileView to all the log files in /media/chat/logs (csv files).
  • The page would have basic html page that shows the messages between the people.
  • The conversation can be read by the read function (in counsmers.py) and passed in the context to the page. If we want the page to show the conversation "live" we should consider using REST (ApiView) to send the data without re-freshing.
    use Jonathan easy_rest live_context, examples in code.
    to change the speed of the retrive:
    window.contextUpdateInterval = 1000
    currentPageContextFetcher.bind();
@AmitBerg AmitBerg self-assigned this Feb 6, 2018
@AmitBerg AmitBerg added the enhancement New feature or request label Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant