Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get first 20 conversations with pagination 

  2. Check date range and remove conversations if not fall in specific date range 

  3. Get all saved tickets handled in last 2 months for these posts (* Performance Impact –1 detail has been explained later)  

  4. Run an iteration of conversations and apply filter with following criteria 

    1. Check Page reply filtering enabled or not, if enabled, remove the conversations 

    2. Check Last message id of the done conversations, if new communication doesn’t match with last message id, keep it in the list else discard. 

    3. Remove all the conversations that already a ticket 

  5. if no tickatable conversation found, then check conversations with next pagination and follow steps 1 –4 again (* Performance Impact - 2) 

  6. If tickatable data found return conversation data and display  

...

Our tool has a policy that, we will show last 2 months data to our client. So if any communication comes within this period and not handled, it will consider as ticket-able. Otherwise we will not consider it. 

 User can choose any data date range like  

  • Last 7 days  

  • Last 15 days 

  • Last 30 days 

  • Last 60 days 

  • Custom range within last 60 days 

...