Compare commits
2 Commits
975a528b49
...
1835caee68
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1835caee68 | ||
![]() |
bac8c70d4b |
@@ -1,11 +1,14 @@
|
|||||||
|
```markdown
|
||||||
# Greetings
|
# Greetings
|
||||||
|
|
||||||
Hi,
|
Hi,
|
||||||
Imaging you are a software engineer and i will send you the guideline.
|
|
||||||
|
Imagine you are a software engineer and i will send you the guideline.
|
||||||
plesae read it, prepare yourself and i will tell you the task afterwards
|
plesae read it, prepare yourself and i will tell you the task afterwards
|
||||||
|
|
||||||
please read and understand the markdown files in directory
|
please read and understand the markdown files in directory
|
||||||
`/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/000_AI_WORKSPACE/software_engineer/greetings`,
|
`/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/000_AI_WORKSPACE/software-engineer/greetings`,
|
||||||
it provides background information of project i want you to help.
|
it provides background information of project i want you to help.
|
||||||
|
|
||||||
thanks
|
thanks
|
||||||
|
```
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"endOfLine": "lf",
|
"endOfLine": "lf",
|
||||||
|
"printWidth": 120,
|
||||||
|
"quoteProps": "consistent",
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"printWidth": 120,
|
|
||||||
"quoteProps": "consistent",
|
|
||||||
"plugins": []
|
"plugins": []
|
||||||
}
|
}
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
import { defineConfig } from "cypress";
|
import { defineConfig } from 'cypress';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
e2e: {
|
e2e: {
|
||||||
baseUrl: "http://localhost:5173",
|
baseUrl: 'http://localhost:5173',
|
||||||
setupNodeEvents(on, config) {
|
setupNodeEvents(on, config) {
|
||||||
// implement node event listeners here
|
// implement node event listeners here
|
||||||
},
|
},
|
||||||
|
@@ -88,6 +88,7 @@ function RouteConfig() {
|
|||||||
<ListeningPractice />
|
<ListeningPractice />
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
|
{/* http://localhost:5173/connective_revision/r/000000000000001 */}
|
||||||
<Route exact path={`${CONNECTIVE_REVISION_LINK}/r/:p_route`}>
|
<Route exact path={`${CONNECTIVE_REVISION_LINK}/r/:p_route`}>
|
||||||
<ConnectiveRevisionQuizRun />
|
<ConnectiveRevisionQuizRun />
|
||||||
</Route>
|
</Route>
|
||||||
@@ -96,6 +97,7 @@ function RouteConfig() {
|
|||||||
<ConnectiveRevisionQuizResult />
|
<ConnectiveRevisionQuizResult />
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
|
{/* http://localhost:5173/connective_revision */}
|
||||||
<Route exact path={CONNECTIVE_REVISION_LINK}>
|
<Route exact path={CONNECTIVE_REVISION_LINK}>
|
||||||
<ConnectiveRevisionSelectCategory />
|
<ConnectiveRevisionSelectCategory />
|
||||||
</Route>
|
</Route>
|
||||||
|
@@ -2,5 +2,8 @@
|
|||||||
|
|
||||||
- single file contains single function only
|
- single file contains single function only
|
||||||
- please refer to the `tsx` files already exist in this directory for
|
- please refer to the `tsx` files already exist in this directory for
|
||||||
|
|
||||||
- styling
|
- styling
|
||||||
- naming convention
|
- naming convention
|
||||||
|
|
||||||
|
- `useListQuizListeningPracticeContent.tsx` is a sample for listing question in listening practice.
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
# GUIDELINES
|
# GUIDELINES
|
||||||
|
|
||||||
- please follow to the `schema.dbml` when you draft types related to db
|
- please follow to the `schema.dbml` when you draft types related to db
|
||||||
|
|
||||||
|
## highlighted samples
|
||||||
|
|
||||||
|
- `QuizLPQuestion.d.ts`
|
||||||
|
Reference in New Issue
Block a user