Skip to content

Create dummy data for Stacks component #97

@hidaehyunlee

Description

@hidaehyunlee

1. Stacks.js component

image

2. Structure

const topstacksData = {
    language: [
    {
      title: "Python",
      sub_title: "빠르고 쉬워 가장 인기있는 언어",
      logo: "https://user-images.githubusercontent.com/37580034/98778872-581c0f80-2436-11eb-8958-e9705a01ce71.png",
      tags: [
        "채용공고 1위",
        "튜토리얼검색량 3위",
        "깃헙 1위"
      ],
      tags_color: ["#387EB8", ],
      contents: [
        {
          highlight: "용도",
          content: "AI, 머신러닝, 딥러닝, 자료 분석, 웹 사이트 제작 및 게임 등.",
        },
        {
          highlight: "장점",
          content: "배우기 쉽다, 가독성이 좋다, 수요가 많다.",
        },
        {
          highlight: "단점",
          content: "느리다, 앱 개발에 부적합하다.",
        },
        {
          highlight: "Youtube, Instagram, 문명IV, FreeCAD",
          content: "이 파이썬으로 개발되었습니다.",
        },
      ],
      like: 0,
      dislike: 0,
    }, {
      title: "Javascript"
                  .
                  .
                  .
    }
  ],
  frontend: [],
  backend: [],
  dbms: [],
  deeplearning: [],
  editor: []
 }
  • categoty[] (mapping) : Used the category name in the mihykim's NavBar PR.
    • logo : Web url of logo image .
    • title : Stack name.
    • sub_title : One line explanation of stacks.
    • tags[] (mapping) : Up to 3 in the order in which you to emphasize.
      • tag1
      • tag2
      • tag3
    • tags_color[] : Background color's Hexacode for one or two tags you want to emphasize. I would appreciate it if you could extract a darker tone from the representative colors of each logo! Because the letters are white.
    • **contents[] (**mapping)
      • content1 :
        • highlight: the title of the content that has strong/br tag so that you want to emphasize.
        • content: Please summarize the contents as briefly as possible! At the current size, it is the best fit that the highlight and content of all the contents are in 10 lines.
      • content2
      • content3
      • content4

3. Suggestions

  • what do you think about make a github issue to get the url for each logo?
  • I think it would be good to give each logo image to jehong by the issue!

1. 참고 이미지

image

2. 구조

const topstacksData = {
    language: [
    {
      title: "Python",
      sub_title: "빠르고 쉬워 가장 인기있는 언어",
      logo: "https://user-images.githubusercontent.com/37580034/98778872-581c0f80-2436-11eb-8958-e9705a01ce71.png",
      tags: [
        "채용공고 1위",
        "튜토리얼검색량 3위",
        "깃헙 1위"
      ],
      tags_color: ["#387EB8", ],
      contents: [
        {
          highlight: "용도",
          content: "AI, 머신러닝, 딥러닝, 자료 분석, 웹 사이트 제작 및 게임 등.",
        },
        {
          highlight: "장점",
          content: "배우기 쉽다, 가독성이 좋다, 수요가 많다.",
        },
        {
          highlight: "단점",
          content: "느리다, 앱 개발에 부적합하다.",
        },
        {
          highlight: "Youtube, Instagram, 문명IV, FreeCAD",
          content: "이 파이썬으로 개발되었습니다.",
        },
      ],
      like: 0,
      dislike: 0,
    }, {
      title: "Javascript"
                  .
                  .
                  .
    }
  ],
  frontend: [],
  backend: [],
  dbms: [],
  deeplearning: [],
  editor: []
 }
  • categoty[] (mapping) : 미혜님 navBar PR에 있는 카테고리 명칭을 그대로 사용했습니다.
    • logo : 로고 이미지 웹 url.
    • title : 기술스택 이름.
    • sub_title : 기술스택 한 줄 설명.
    • tags[] (mapping) : 강조하고 싶은 순서로 최대 3개까지.
      • tag1
      • tag2
      • tag3
    • tags_color[] : 강조하고 싶은 태그 1~2개에 넣을 배경 색 헥사코드. 각 로고의 대표색에서 약간 톤을 어둡게 죽여서 추출해주시면 감사합니다! 글자가 흰 색이어서요.
    • contents[] (mapping)
      • content1 :
        • highlight: strong, br 태그가 필요한 설명의 제목이나 강조하고 싶은 단어를 넣어주세요.
        • content: 내용을 최대한 간략하게 정리해서 넣어주세요! 현재 크기에서는 모든 contents의 highlight와 content를 다 합쳐서 10줄일 때 제일 이쁘게 들어갑니다.
      • content2
      • content3
      • content4

3. 건의사항

  • kukim 사항
  • logo 에 들어갈 url을 얻을 깃헙 이슈를 파면 어떨까요?
  • 정아님께 각 로고 이미지 드릴때 이슈로 드려도 좋을 것 같구요!

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions