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

Correspond to pagination in app record pages #49

Open
rkonno opened this issue Mar 6, 2019 · 0 comments
Open

Correspond to pagination in app record pages #49

rkonno opened this issue Mar 6, 2019 · 0 comments

Comments

@rkonno
Copy link
Member

rkonno commented Mar 6, 2019

アプリレコードのページネーションに対応する。

Context

kintone のアプリレコードページのページネーション(<>など)は、ページ遷移せずにページ内で情報を更新する(JavaScriptでDOMを操作しページを切り替える)実装となっており、前のレコードコメントの内容が引き継がれて復元されるなどの挙動となっている。これに対応したい。

Process

以下、現状の maimodorun のアプリレコードコメントでの挙動。

  1. 任意のアプリレコードでテキストを入力し、保存されることを確認する
  2. ページネーションで次(または前の)のレコードへ遷移する
  3. maimodorun アイコンや、「保存しました」のサインが表示され続ける

Expected result

アプリレコードの詳細ページでページ送りのイベントを検知して、そのレコードに対応した内容を表示する(履歴の有無を確認して対応する)

Current result

前のレコードページの内容が引き継がれている

前のページの内容が引き継がれている様子 screenshot

4e631a5592151839a5b62a68a1193166

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

No branches or pull requests

1 participant