Personalized Pill Pack Recommendation
SawoCommunity opened this issue · 0 comments
Details - Setu have a scientifically designed sense test where we ask around 15-20 questions depending on the goal user selects and after considering user inputs, we recommend the best products (2-3 products for each goal) to help achieve your goals.
Instead of recommending multiple products, we want to recommend a pill pack that will consist of one pill from each product. So instead of sending 3 product bottles for 1 month, there will be 30 pill packs and each pack will have 2-3 tablets depending on the recommendation.
You have to build this logic on the fly after the user takes the sense test. Few points to be noted:
- These pill packs will be dispatched from a different warehouse
- It will depend on the availability of the pill packs, if not available then we’ll recommend the individual products only, else recommend the pill pack.
- We might need to make the design changes on the result page.
- How the order creation will happen differently and how you will push this information to the warehouse.
Things to do while submitting a PR:
- Give a proper and brief PR description regarding your work
- Give a relevant title
- Mention the issue in your PR while submitting
If you have any questions, comment under this issue and our team will be able to help you out.
Note: This issue will not be assigned to anyone. Everyone is free to take this issue and contribute.