You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Sharing the document for different cases that may occur from user creation to user completing a program and different status that are being used or can be used in these cases.
Describe the solution you'd like
Build logic to find if the last content has been delivered to the user
Update the status of user_program to complete
Method to find last content of the user
Add a field to the webhook payload of the last content of the program. We can then mark user complete based on this field. This will reduce the database query that we have to make for finding the last content of the user. Every time new content is added to the program we have to remove this new field from the old content and add it to the new content.
Add a custom field for completed user
Move the user to a particular group if he completes a program.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Sharing the document for different cases that may occur from user creation to user completing a program and different status that are being used or can be used in these cases.
Describe the solution you'd like
complete
Method to find last content of the user
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: