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

担当教員と授業場所の編集欄を追加 #571

Merged
merged 11 commits into from
Oct 22, 2022
Merged

Conversation

hayato24s
Copy link
Contributor

@hayato24s hayato24s commented Sep 30, 2022

手動で授業を追加するページと授業を編集するページにおいて、担当教員と授業場所を編集できるようにしました。

また、storybookも適宜追加しました。

Resolves #503

@hayato24s hayato24s added enhancement New feature or request ui/ux デザインの変更に関する labels Sep 30, 2022
@hayato24s hayato24s self-assigned this Sep 30, 2022
@HosokawaR
Copy link
Member

#573#567 が revert されたのでこの PR の merge には注意が必要です。(取り急ぎ報告しました

@HosokawaR
Copy link
Member

お疲れ様です!Storybook にも追加してもらい感謝です!

const newElements = [...props.elements];
newElements.push("");
emit("update:elements", newElements);
focus([`#text-field-single-line-${newElements.length - 1}`, "input"]);
Copy link
Member

@HosokawaR HosokawaR Oct 15, 2022

Choose a reason for hiding this comment

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

フォーカスしてくれるの、とても便利ですね…!!ナイスです

src/ui/pages/add/manual.vue Outdated Show resolved Hide resolved
src/ui/components/MultiTextFieldEditor.vue Outdated Show resolved Hide resolved
@HosokawaR HosokawaR self-requested a review October 17, 2022 12:44
Copy link
Member

@HosokawaR HosokawaR left a comment

Choose a reason for hiding this comment

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

細かいところにも対応していただきありがとうございます!!

授業場所と開講コマの紐づけの編集はずっと気になっていたところなので感謝です!

Copy link
Member

@HikaruEgashira HikaruEgashira left a comment

Choose a reason for hiding this comment

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

めっちゃレビュー遅れちゃって申し訳ないが、
いいと思います!

<TextFieldSingleLine
v-for="(el, i) in elements"
:id="`text-field-single-line-${i}`"
:key="`${i}`"
Copy link
Member

Choose a reason for hiding this comment

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

i

Copy link
Contributor

@KanadeNishizawa KanadeNishizawa left a comment

Choose a reason for hiding this comment

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

TertiaryButtonの実装とても嬉しいです。
デザインも完璧でした、ありがとうございます!

一点、私の環境で気になる挙動があったので確認をお願いしたいです!
例えば秋A金4、秋B金4の2コマ開講の授業(画像の例では「デザイン解析論」)に関して、秋B金4の授業場所を入力→保存しても時間割上に反映されず、リロードしても解決しませんでした。
スクリーンショット 2022-10-21 13 57 20
スクリーンショット 2022-10-21 13 57 34
スクリーンショット 2022-10-21 13 58 28

@hayato24s
Copy link
Contributor Author

@KanadeNishizawa

バグを見つけて下さりありがとうございます。
修正したのでご確認ください!

Copy link
Contributor

@KanadeNishizawa KanadeNishizawa left a comment

Choose a reason for hiding this comment

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

修正確認できました、ありがとうございます!

@hayato24s hayato24s merged commit b0a977f into main Oct 22, 2022
@hayato24s hayato24s deleted the feature/add-editors branch October 22, 2022 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui/ux デザインの変更に関する
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TertiaryButtonを定義したい
4 participants