Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WSC-023] 검색 / 랜덤 포스트 불러오기 구현 (최근 검색어 기능 포함) #24

Closed
2 tasks done
junh0328 opened this issue Sep 26, 2021 · 0 comments
Closed
2 tasks done
Assignees
Labels
feature 새로운 기능 생성에 관한 라벨

Comments

@junh0328
Copy link
Contributor

junh0328 commented Sep 26, 2021

📄 이슈 내용

  • 검색 기능 구현하기
  • 랜덤으로 포스트 불러오기

📝 상세 내용

검색 기능 구현하기 (검색 결과를 다이나믹 라우팅으로 구현)

랜덤으로 포스트 불러오기

API 보기
[
    {
        "theme": "asdf",
        "posts": [
            {
                "id": 284,
                "userId": 19,
                "name": "Let's test tag",
                "deadline": "2022-01-01",
                "schedule": "Once a week",
                "summary": "TBD",
                "qualification": "None",
                "size": "5",
                "tags": [
                    "asdf"
                ]
            }
        ]
    },
    {
        "theme": "js",
        "posts": [
            {
                "id": 287,
                "userId": 114,
                "name": "리액트 오프라인 스터디",
                "deadline": "2021-1-25",
                "schedule": "one a week",
                "summary": "test",
                "qualification": "none",
                "size": "5",
                "tags": [
                    "모각코",
                    "react",
                    "js"
                ]
            },
            {
                "id": 294,
                "userId": 114,
                "name": "노드 온라인 스터디",
                "deadline": "2021-1-25",
                "schedule": "one a week",
                "summary": "test",
                "qualification": "none",
                "size": "5",
                "tags": [
                    "모각코",
                    "node",
                    "js"
                ]
            }
        ]
    },
    {
        "theme": "news",
        "posts": [
            {
                "id": 308,
                "userId": 19,
                "name": "ㅋㅌㅊㅍㅋㅌㅊㅍㄴㅁㅇㄹㅈㅁㄷㄹㅈㅁㄷ",
                "deadline": "2022-01-01",
                "schedule": "Once a week",
                "summary": "TBD",
                "qualification": "None",
                "size": "5",
                "tags": [
                    "naver",
                    "news"
                ]
            }
        ]
    }
]

커밋 로그 보기 🔥

✔ 체크리스트

  • 다이나믹 라우팅으로 구현
  • 로컬 스토리지에서 최근 검색어에 해당 쿼리문 추가 및 삭제

💻 결과 보기

랜덤 포스트 불러오기

2021-09-26.11.05.37.mov

로컬 스토리지에 검색 결과 저장하고 불러오기

2021-09-29.2.10.28.mov
@junh0328 junh0328 added the feature 새로운 기능 생성에 관한 라벨 label Sep 26, 2021
@junh0328 junh0328 self-assigned this Sep 26, 2021
@junh0328 junh0328 changed the title [WSC-023] 검색 기능 구현 (최근 검색어 기능 포함) [WSC-023] 검색 기능/ 랜덤 해시태그 게시글 불러오기 구현 (최근 검색어 기능 포함) Sep 26, 2021
@junh0328 junh0328 changed the title [WSC-023] 검색 기능/ 랜덤 해시태그 게시글 불러오기 구현 (최근 검색어 기능 포함) [WSC-023] 검색 / 랜덤 포스트 불러오기 구현 (최근 검색어 기능 포함) Sep 26, 2021
junh0328 added a commit that referenced this issue Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 생성에 관한 라벨
Projects
None yet
Development

No branches or pull requests

1 participant