Skip to content

Commit

Permalink
Merge pull request #18 from function-and-mountain/docs/weeks-modify
Browse files Browse the repository at this point in the history
  • Loading branch information
minsoo-web authored Oct 10, 2023
2 parents 44eb81b + 3997e47 commit 7d4f93c
Show file tree
Hide file tree
Showing 37 changed files with 52 additions and 48 deletions.
16 changes: 8 additions & 8 deletions apps/docs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const withPlugins = require("next-compose-plugins");
const nextra = require("nextra");
const withPlugins = require('next-compose-plugins')
const nextra = require('nextra')

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
}

/** @type {import('nextra').NextraConfig} */
const nextraConfig = {
theme: "nextra-theme-docs",
themeConfig: "./theme.config.jsx",
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx',
defaultShowCopyCode: true,
};
}

const withNextra = nextra(nextraConfig);
const withNextra = nextra(nextraConfig)

module.exports = withPlugins([withNextra], nextConfig);
module.exports = withPlugins([withNextra], nextConfig)
4 changes: 4 additions & 0 deletions apps/docs/pages/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ td,
th {
text-align: start !important;
}

article details > summary:before {
min-width: 1.2em;
}
5 changes: 3 additions & 2 deletions apps/docs/pages/weeks/OT.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ import { Callout } from 'nextra/components'
### 무드미터

![무드미터](https://file.notion.so/f/s/65e29408-5fbb-4b16-9f4d-a38a4cf0a8d1/201557736_500.jpg?id=70877e09-6052-443e-9d61-c2868b8154e4&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=VlCHADiZDLfWl0EedjWfRsCmZnv-EGA8Xm-TvWtYC3M&downloadName=201557736_500.jpg)
![무드미터](/mood-meter.jpeg)

앞으로 매 주 Check in 시간에 진행하게 될 예정인 무드미터에 대해서 소개하는 시간을 가졌습니다.

{/* prettier-ignore */}
<Callout>
무드미터란?<br/>

오늘 나의 기분을 색깔로써 표현하는 방법이에요.<br/>더 자세한 활용 방법이 많지만, 저희는 최대한 간단하게 활용하기로 했습니다.
오늘 나의 기분을 색깔로써 표현하는 방법이에요.<br/>더 자세한 활용 방법이 많지만, 저희는 최대한 간단하게 활용하기로 했습니다.

</Callout>

## 스터디 진행 방식을 정하다
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/pages/weeks/week_1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Callout } from 'nextra/components'
- 충일: 3 번째 읽는 거지만, 어려웠다.
- 종현: 양은 적지는 않았지만, 앞에 부분이 빨리 넘겨야 하는 부분인 것 같아서 괜찮았다. 재밌었던 것 같다.

![무드미터](https://file.notion.so/f/s/65e29408-5fbb-4b16-9f4d-a38a4cf0a8d1/201557736_500.jpg?id=70877e09-6052-443e-9d61-c2868b8154e4&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=VlCHADiZDLfWl0EedjWfRsCmZnv-EGA8Xm-TvWtYC3M&downloadName=201557736_500.jpg)
![무드미터](/mood-meter.jpeg)

<details>
<summary> **민수(김)** </summary>
Expand Down Expand Up @@ -556,7 +556,7 @@ import { Callout } from 'nextra/components'
// 불필요한 함수 선언이 매번 선언되진 않을까?
```

![민수 slack](https://file.notion.so/f/s/936b7e67-ea95-4483-844a-2a458d94efb4/Untitled.png?id=d4ac6489-b57b-409e-bfc6-e2a2e3eca995&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696788000000&signature=Xz8mKE7t3_ZYzJTgqiZljMkqH6CtStnfnVo4POqfvRo&downloadName=Untitled.png)
![민수 slack](/screenshot/week1-slack-00.png)

```tsx
const getText = (status, isEdit) => {
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/pages/weeks/week_2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Callout } from 'nextra/components'

## Check In 🚪

![무드미터](https://file.notion.so/f/s/65e29408-5fbb-4b16-9f4d-a38a4cf0a8d1/201557736_500.jpg?id=70877e09-6052-443e-9d61-c2868b8154e4&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=VlCHADiZDLfWl0EedjWfRsCmZnv-EGA8Xm-TvWtYC3M&downloadName=201557736_500.jpg)
![무드미터](/mood-meter.jpeg)

[Join /functional-programming's Cuckoo Timer!](https://cuckoo.team/functional-programming)

Expand Down Expand Up @@ -433,7 +433,7 @@ import { Callout } from 'nextra/components'

- 아이디어 스토밍 다시 보기

![아이디어 스토밍](https://file.notion.so/f/s/4a9ee83c-9573-4fa4-84b2-032933752bc1/Untitled.png?id=f310cba1-2aac-4309-808e-3d5a9d1c6803&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=OXLaP6IwcGyrwn79MvVO_MWX0cZj2bWVh-dCgzQ1E9M&downloadName=Untitled.png)
![아이디어 스토밍](/screenshot/week2-slack-00.png)


> 실습 문제는 최대한 상세하게 적어주세요!
Expand Down Expand Up @@ -645,7 +645,7 @@ URL의 쿼리스트링 관련 유틸 함수를 `계산` 을 최대한 이용하
지난 주는 어떤 아이디어를 기반으로 문제를 만들었을까?
- 슬랙 스레드 스크린샷
![스레드](https://file.notion.so/f/s/627a52c0-2354-415a-a724-291a31e9b4b0/Untitled.png?id=c3e15ccc-f32d-4876-bee6-e5d7ac437398&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=wr7Kf_MubZDx3-hguDjwclKdRyvnlyQiO2t4PQv2G8c&downloadName=Untitled.png)
![스레드](/screenshot/week2-slack-01.png)
- **2회차 아이디어 스토밍**
- `민수`
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/pages/weeks/week_3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Callout } from 'nextra/components'

## Check In 🚪

![무드미터](https://file.notion.so/f/s/65e29408-5fbb-4b16-9f4d-a38a4cf0a8d1/201557736_500.jpg?id=70877e09-6052-443e-9d61-c2868b8154e4&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=VlCHADiZDLfWl0EedjWfRsCmZnv-EGA8Xm-TvWtYC3M&downloadName=201557736_500.jpg)
![무드미터](/mood-meter.jpeg)

[Join /functional-programming's Cuckoo Timer!](https://cuckoo.team/functional-programming)

Expand Down Expand Up @@ -223,7 +223,7 @@ getRace() {
3. 작은 인터페이스, 이는 각 계층이 제공하는 인터페이스를 최소화함으로써, 계층 간의 상호작용을 단순화하는 것을 목표로 합니다.
4. 편리한 계층 패턴은 가장 일반적인 작업을 수행하는 편리한 인터페이스를 제공함으로써 사용자에게 편의성을 제공하는 것입니다. 이런 패턴들을 사용함으로써 코드의 가독성, 유연성, 재사용성을 향상시키고, 유지보수를 쉽게 할 수 있어요. 책에서 계층형 설계는 정말 유용하다고 말하고 있는걸 느꼈어요
- 197p
![197p](https://file.notion.so/f/s/67ae505f-1c68-434c-899c-d0ceb7476914/Untitled.png?id=7f8f7816-d30c-45f5-a7b9-083df579f7ce&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696788000000&signature=n-1gUniTeY1fl1EaL9WL6YFNQq_aemend28l9eTvnXM&downloadName=Untitled.png)
![197p](/screenshot/week3-book-00.png)
- **논의하고 싶은 부분**
- 테스트코드 225p
- 코드를 그래프로 그리면 테스트의 중요성을 더 잘 알 수 있나?
Expand All @@ -237,7 +237,7 @@ getRace() {
- **논의하고 싶은 내용**
- p.218에 있는 add_item_to_cart 함수에서 어떤 점을 개선하고 싶고, 어떻게 개선할 수 있을지에 대해 얘기하고 싶습니다

![add item func](https://file.notion.so/f/s/f7d030ab-6129-41b3-ae6e-9e2a3681a38c/KakaoTalk_Image_2023-08-03-19-51-44.jpeg?id=890b104b-2005-421e-9d9a-8887a82b418b&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696788000000&signature=cueJu_3hy9JtgDilFmrLtCaXfblgU9LO654Xl4n-DZQ&downloadName=KakaoTalk_Image_2023-08-03-19-51-44.jpeg)
![add item func](/screenshot/week3-book-01.jpeg)

```jsx
const cartItem = makeCartItem({ name, price })
Expand Down
9 changes: 4 additions & 5 deletions apps/docs/pages/weeks/week_4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { Callout } from 'nextra/components'

## Check In 🚪

![무드미터](https://file.notion.so/f/s/65e29408-5fbb-4b16-9f4d-a38a4cf0a8d1/201557736_500.jpg?id=70877e09-6052-443e-9d61-c2868b8154e4&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=VlCHADiZDLfWl0EedjWfRsCmZnv-EGA8Xm-TvWtYC3M&downloadName=201557736_500.jpg)
![무드미터](/mood-meter.jpeg)

[Join /functional-programming's Cuckoo Timer!](https://cuckoo.team/functional-programming)

Expand Down Expand Up @@ -112,7 +112,7 @@ import { Callout } from 'nextra/components'

### `Frame 12`

![Frame 12](https://file.notion.so/f/s/a41e58c7-5b3c-4393-929d-7f4d3994ca87/Untitled.png?id=0722029f-9b50-463e-9139-65f853fd5632&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696788000000&signature=IMggbsX-Pd5HKl1Nn5GGKkiQLvZD5s0RzrDybNrih5c&downloadName=Untitled.png)
![Frame 12](/screenshot/week4-figma-00.png)

프로그래밍이라는 게 결국 상태를 변경하는 것

Expand Down Expand Up @@ -290,9 +290,8 @@ import { Callout } from 'nextra/components'

쏙쏙쑥쑥은 제가 먼저 수림님께 함수형 프로그래밍에 대해서 스터디를 해보시지 않겠냐고 제안한 걸로 시작했습니다.

![키키 에반데](https://file.notion.so/f/s/4455888f-4446-4b32-b517-92da16e47f4b/Untitled.png?id=173a7dcb-29a0-460a-afdd-402177125349&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696788000000&signature=Gh-QZuuGOwWvevJh30oDAzqTnFoPTOr5RrESMT36Gvk&downloadName=Untitled.png)

키키 에반데
![키키 에반데](/screenshot/week4-slack-02.png)
> 키키 에반데
### 스터디 이름

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/pages/weeks/week_5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Callout } from 'nextra/components'

## Check In 🚪

![무드미터](https://file.notion.so/f/s/65e29408-5fbb-4b16-9f4d-a38a4cf0a8d1/201557736_500.jpg?id=70877e09-6052-443e-9d61-c2868b8154e4&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=VlCHADiZDLfWl0EedjWfRsCmZnv-EGA8Xm-TvWtYC3M&downloadName=201557736_500.jpg)
![무드미터](/mood-meter.jpeg)

[Join /functional-programming's Cuckoo Timer!](https://cuckoo.team/functional-programming)

Expand Down Expand Up @@ -108,7 +108,7 @@ Page: p 233 ~ p 316

<details>
<summary>withLoading</summary>
![궁금해 하시는 분이 있을 수 있을 것 같아,, 가져와봤습니다.](https://file.notion.so/f/s/196c3f42-c3a8-4325-ba46-a40d3fcb85e5/Untitled.png?id=f02347d4-a092-4c40-82ae-fb2535bf8e72&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696788000000&signature=ICy0tvg3YpAN7PsG9QG3IjHCJ-3IBZkuRbpYfze9w3Y&downloadName=Untitled.png)
![궁금해 하시는 분이 있을 수 있을 것 같아,, 가져와봤습니다.](/screenshot/week5-vscode-00.png)

궁금해 하시는 분이 있을 수 있을 것 같아,, 가져와봤습니다.

Expand Down Expand Up @@ -236,17 +236,17 @@ Page: p 233 ~ p 316
const isNumber = (num) => typeof num === 'number'
```

![console](https://file.notion.so/f/s/c365a8a0-d1e0-4841-9a3b-9aea9d0556b5/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA_2023-08-24_%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE_8.09.38.png?id=d03d7291-fc48-4f21-9dee-66251bbab42a&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696788000000&signature=JqWYWixsguv8UTwuaT1QYIYtPOptCKiybw6IL4QuBe0&downloadName=%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA+2023-08-24+%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE+8.09.38.png)
![console](/screenshot/week5-console-00.png)

![console2](https://file.notion.so/f/s/d6021c22-87c4-4cb1-afa0-a93a8837e027/Untitled.png?id=9daaa108-15d1-4400-8bf8-6a3a200f4620&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696788000000&signature=r7sYw1sIBkS08YaZqVlAV2o-HWr3INUT9SWJlU_CkEA&downloadName=Untitled.png)
![console 2](/screenshot/week5-console-01.png)

-0 ??????????

-0 === 0 //true

- 콘솔에서 복사하면 0 === 0 됨

![console3](https://file.notion.so/f/s/af46d534-ecf6-4cfc-b7e8-0cd2e9e4e59f/Untitled.png?id=6f8c8573-28e7-4fc1-9916-74f46749e117&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696795200000&signature=Rf1fqUqPcqe5icjfvtCtSCKpYuEjEnW61NqUA7DCTQk&downloadName=Untitled.png)
![console 3](/screenshot/week5-console-02.png)
</details>
<details>
<summary>**예진**</summary>
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/pages/weeks/week_6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Callout } from 'nextra/components'

## Check In 🚪

![무드미터](https://file.notion.so/f/s/65e29408-5fbb-4b16-9f4d-a38a4cf0a8d1/201557736_500.jpg?id=70877e09-6052-443e-9d61-c2868b8154e4&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=VlCHADiZDLfWl0EedjWfRsCmZnv-EGA8Xm-TvWtYC3M&downloadName=201557736_500.jpg)
![무드미터](/mood-meter.jpeg)

[Join /functional-programming's Cuckoo Timer!](https://cuckoo.team/functional-programming)

Expand All @@ -30,7 +30,7 @@ import { Callout } from 'nextra/components'
<details>
<summary>**종현**</summary>
- 속 편한
![발표](https://file.notion.so/f/s/e2810dfb-8f0c-4b7c-93f6-5829c705d23d/Untitled.png?id=e87422c3-7a26-4e77-b893-0426c4c8bb41&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696795200000&signature=BqYznJl26w66UANz1drFWyLQP9xTx8UmlIrmcQYnnKg&downloadName=Untitled.png)
![발표](/screenshot/week6-suspensive-00.png)
- 지친
- 프로젝트 마무리 후 휴가 / 심장 쪼이는 느낌
</details>
Expand Down
8 changes: 4 additions & 4 deletions apps/docs/pages/weeks/week_8.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Callout } from 'nextra/components'

## Check In 🚪

![무드미터](https://file.notion.so/f/s/65e29408-5fbb-4b16-9f4d-a38a4cf0a8d1/201557736_500.jpg?id=70877e09-6052-443e-9d61-c2868b8154e4&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696759200000&signature=VlCHADiZDLfWl0EedjWfRsCmZnv-EGA8Xm-TvWtYC3M&downloadName=201557736_500.jpg)
![무드미터](/mood-meter.jpeg)

[Join /functional-programming's Cuckoo Timer!](https://cuckoo.team/functional-programming)

Expand Down Expand Up @@ -67,10 +67,10 @@ Chapter: Ch 15 ~ Ch 17
17장에서 실패하지만 빠르게 동작하는 새로운 코드 읽으면서

<video controls width="250">
<source src="https://file.notion.so/f/f/acbe5465-92d7-426a-ab5f-c7e71d7be6e6/026e5bb6-1dd2-43ec-bc0b-4a2973580a5a/Download.mp4?id=b4bd719b-42e5-49e4-a17e-2b670119833d&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696795200000&signature=42RDUtGs6n1JTtaQVQtnKpojlaz28Mj0gmrSKDqWLGg&downloadName=Download.mp4" type="video/mp4" />
<source src="/video/hood.mp4" type="video/mp4" />
</video>

![Untitled](https://file.notion.so/f/f/acbe5465-92d7-426a-ab5f-c7e71d7be6e6/7272b54b-b2c8-4135-9cc6-f17f92ff6378/Untitled.png?id=9d8b11b3-95c1-4751-8819-d5327a8e663a&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696795200000&signature=bPSryVWno9Wz2IinOQ5BIFrsbJB5dw2HFmOGbqMNWlw&downloadName=Untitled.png)
![Untitled](/screenshot/week8-meme-00.png)

<br/>
<p>위 두 개가 생각났는데,</p>
Expand Down Expand Up @@ -120,7 +120,7 @@ Chapter: Ch 15 ~ Ch 17

[[UI 명칭] [Menu UI] 이제 땡땡땡 아이콘 말고 진짜 이름으로 불러주세요.](https://chaeyeon-chaeyeon.tistory.com/67)

![케밥 아이콘](https://file.notion.so/f/f/acbe5465-92d7-426a-ab5f-c7e71d7be6e6/35d99c9f-ce29-454d-aed7-99012be7dc74/Untitled.png?id=0b3d7145-2b76-49f0-ae5a-c932b279fe7c&table=block&spaceId=acbe5465-92d7-426a-ab5f-c7e71d7be6e6&expirationTimestamp=1696795200000&signature=lg8o2siRYwR-ZkmDCoXT8evksKQ6LBNcT9m5fRZqaAE&downloadName=Untitled.png)
![케밥 아이콘](/screenshot/week8-google-00.png)
</details>
<details>
<summary>**수림**</summary>
Expand Down
Loading

0 comments on commit 7d4f93c

Please sign in to comment.