-
Notifications
You must be signed in to change notification settings - Fork 71
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
FAQにカテゴリを追加する #7093
Merged
Merged
FAQにカテゴリを追加する #7093
+1,699
−472
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sochi419
force-pushed
the
feature/add-faq-features-in-admin-page
branch
from
December 5, 2023 06:21
a7ff054
to
1e14fcb
Compare
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
from
December 5, 2023 06:22
2dd7cdc
to
1431811
Compare
sochi419
force-pushed
the
feature/add-faq-features-in-admin-page
branch
from
December 12, 2023 02:24
1e14fcb
to
1d0a287
Compare
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
from
December 12, 2023 02:25
1431811
to
d90e8da
Compare
sochi419
force-pushed
the
feature/add-faq-features-in-admin-page
branch
from
January 9, 2024 00:21
1d0a287
to
7b512f1
Compare
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
from
January 9, 2024 00:23
d90e8da
to
dbf6199
Compare
sochi419
force-pushed
the
feature/add-faq-features-in-admin-page
branch
from
January 17, 2024 01:52
7b512f1
to
5d6b16c
Compare
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
from
January 17, 2024 01:52
dbf6199
to
5417a94
Compare
sochi419
force-pushed
the
feature/add-faq-features-in-admin-page
branch
from
February 4, 2024 14:41
5d6b16c
to
c686c50
Compare
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
from
February 4, 2024 14:42
5417a94
to
33b2edd
Compare
sochi419
force-pushed
the
feature/add-faq-features-in-admin-page
branch
from
February 6, 2024 05:44
c686c50
to
9d0c3a1
Compare
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
4 times, most recently
from
February 12, 2024 04:50
1793342
to
19b3170
Compare
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
2 times, most recently
from
February 27, 2024 01:59
a08f4e1
to
9c629fa
Compare
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
3 times, most recently
from
March 4, 2024 08:13
b75b91a
to
6772716
Compare
sochi419
changed the base branch from
feature/add-faq-features-in-admin-page
to
main
March 5, 2024 02:18
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
from
March 5, 2024 11:41
b5ad47e
to
17e975e
Compare
@omochiumaiumai ご対応可能なようでしたら、お手すきの際にでもご確認いただけますと幸いです。 |
@sochi419 |
@omochiumaiumai |
sochi419
force-pushed
the
feature/add-category-for-faqs
branch
from
March 26, 2024 05:04
17e975e
to
a879736
Compare
動かなくなったFAQの順番移動を動くようにした
machida
force-pushed
the
feature/add-category-for-faqs
branch
from
November 15, 2024 05:47
64e8e96
to
a4833bc
Compare
@machida 問題なさそうなのでマージしちゃいますね。 |
8 tasks
@komagata ありがとうございます! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
概要
こちらのPRでyumaさんがFAQのCRUD機能を実装した。今回のPRで、yumaさんが実装したFAQのCRUD機能にカテゴリ機能を追加した。
以下の実装を行った。
変更確認方法
feature/add-category-for-faqs
をローカルに取り込むrails db:setup
を実行するhttp://localhost:3000/faq
にアクセスhttp://localhost:3000/admin/faqs/new
にアクセスhttp://localhost:3000/admin/faqs
にアクセス6.
で作成したFAQが表示されていることを確認する。表示されているカテゴリと、6.
で選択したカテゴリが一致していることを確認する。Screenshot
変更前
変更後
※ 画像はカテゴリタブのデザインがまだ入っていない状態なので、デザインが入ったら画像を差し替えます。