977 B
977 B
Hi, i need your help.
i am working on a nextjs react typescript project
i've already copied the code(and it sub-directories) from
/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/002_source/cms/src/components/dashboard/lp
(a.k.a. lp
)
to
/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/002_source/cms/src/components/dashboard/cr
(a.k.a. cr
)
i want you to:
- understand the relations (e.g.
lp
->lp_categories
,lp
->COL_QUIZ_LP_CATEGORIES
) - review if any remaining
lp
ormf
exist incr
directory and please help to do replace it tocr
. (e.g.COL_QUIZ_LP_CATEGORIES
->COL_QUIZ_CR_CATEGORIES
) - please create if you find any missing files/codes/constants
thank you
- compare the difference between
lp
andmf
, - remember the differences and
- draft the new type
cr
(e.g. modify theimport
locations, variables, functions, classes, constants name etc.)