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

チェックイン時にメタデータからタグをサジェストする #224

Merged
merged 8 commits into from
Jun 29, 2019

Conversation

shibafu528
Copy link
Member

オカズリンクの入力後に自動でメタデータを取得し、MetadataResolverによってタグが提供されている場合は候補として表示するようにします。

Screenshot

Screenshot_20190626_234910

refs #105

Copy link
Member

@eai04191 eai04191 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 普段このメタデータプレビューを使ってタグ入力しているユーザーがメタデータの取得できないURLを入れたとき困惑すると思うので、取得中・取得に失敗したらその旨を表示してあげると親切かなと思います

  2. 画像がないメタデータでも画像を表示しようとしてしまうみたいです
    image

resources/assets/sass/components/_link-card.scss Outdated Show resolved Hide resolved
@shibafu528
Copy link
Member Author

shibafu528 commented Jun 27, 2019

考え中

Loading

Screenshot_20190628_002222

Failed

Screenshot_20190628_002419

@Prop() readonly metadata!: Metadata | null;

// for use in v-if
private readonly MetadataLoadState = MetadataLoadState;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vue的には変更しないのでcomputedのほうが良いのかなぁ

ただ、TSのClass styleで書くとこれより冗長になってしまう気がする

@shibafu528
Copy link
Member Author

とりあえず現状コードで投入しちゃおうかなーと思ってます (悩みには結論が出なかったけど動いてるから一旦いっかの妥協)

@shibafu528 shibafu528 merged commit fa171bc into develop Jun 29, 2019
@shibafu528 shibafu528 deleted the feature/105-tag-suggest branch September 11, 2019 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants