Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

記事ごとにタグをつけて、目的の記事を探しやすくしたい #8

Open
empitsu opened this issue Aug 31, 2021 · 2 comments

Comments

@empitsu
Copy link

empitsu commented Aug 31, 2021

記事ごとにタグを付けて、且つタグごとの絞り込みができるようにしたい。

タグ案:

  • Ubieのプロダクト開発
  • 入社エントリ
  • フロントエンド
  • AI受診相談ユビー
  • AI問診ユビー
  • スクラム
@hokaccha
Copy link

記事にタグつけるのって誰がどうやってつけるイメージでした?

@empitsu
Copy link
Author

empitsu commented Sep 22, 2021

記事執筆者が各自記事のURLをtags.ts的なファイルにどんどん追加していけばいいのでは?
って勝手に思ってました!

雑案:

tags.ts

const tags = [
{tagName: "入社エントリ", tagId: "joinEntry",articles:["https://note.com/empitsu88/n/ne7ae57e81598"]},
{tagName: "Ubieのプロダクト開発", tagId: "ubieProductDev",articles:["https://note.com/empitsu88/n/ne7ae57e81598"]},
]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants