Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.01 KB

TODO.md

File metadata and controls

46 lines (31 loc) · 1.01 KB

delegate the job of writing database records to the kafka consumers. Let the backend api servers pass the data as is to kafka.

WONTFIX in POC - needs db access code be split across multiple components, plus issues related to async response, poll back and wait till resource is ready.

Add redis cache and populate it with frequently accessed data List of currently logged in users, JWT tokens, expiry, recent posts.

WONTFIX in POC - Time constraints.

Get the websocket chat working in a end to end manner. DONE

Admin token should be displayed on the admin profile page.

For PoC, picking it from backend logs.

Implement authentication for kibana dashboard. DONE

Batch processing tasks, identify heavy analytics cases that could be suitable for batch processing.

Clean up UI.

Combine posts/image/video consumers into one process to reduce burden on the system.

Submission of posts/images/videos from the UI.

multi user chat on the UI.

Logout for admin should do a server logout.