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
Create a component that will be render both in result page for users finish survey and description page for new users.
This components should take in param that is a type of enum CoupleTypeCode from src/lib/constants/coupleTypes.ts and render information available in the type. An example of such render is available in wireframe, which a screenshot is also attached to this issue. Feel free to customize and add on to the design by changing the layout or the filed available in CoupleTypeDefinition
Then, create a description page in route src/app/type/[typeCode] to render a introductory page about typeCode couple type. You can refer to MBTI description page for inspiration. (No pressure! It is still early stage and we are just building basic layouts before designers finishing designs).
CoupleTypeCodefromsrc/lib/constants/coupleTypes.tsand render information available in the type. An example of such render is available in wireframe, which a screenshot is also attached to this issue. Feel free to customize and add on to the design by changing the layout or the filed available inCoupleTypeDefinitionsrc/app/type/[typeCode]to render a introductory page abouttypeCodecouple type. You can refer to MBTI description page for inspiration. (No pressure! It is still early stage and we are just building basic layouts before designers finishing designs).Screenshot