1.1 KiB
1.1 KiB
Hi, i need your help.
i am working on a nextjs react typescript project
please read the code in directory /home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/002_source/cms/src/db/QuizLPQuestions
(denoted QuizLPQuestions
)
i want you to:
- list files from directory
QuizLPQuestions
and use them as template - 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
- using template, create the similar code for
cr
namedQuizCRCategories
thank you
- I proofed the code is working already, what you need to do is refactoring of the
variables
,functions
,classes
,constants
(lp
->cr
) - 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.)