ADORSYS-GIS / ADORSYS-GIS/cloud-wallet-ui

Proof Details screen — display requested claims and consent

オープン
#78 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

### Description
Implement the **Proof Details** screen (`/presentation/details`) — design screen `Desktop-13`.

### UI spec
- Header: `"Proof Details"` with a back `<` button
- Bold section heading: `" is requesting the following credentials:"`
- A list of claim name/value pairs (e.g. `Username: francis`)
- **Share** (primary, green) and **Decline** (secondary, outlined) buttons at the bottom

### Acceptance criteria
- [ ] Verifier name and requested claims are rendered from selected credential + parsed request (mocked)
- [ ] Tapping **Share** triggers a stub `presentCredential()` call and navigates to `/presentation/success`
- [ ] Tapping **Decline** navigates to `/` and clears all presentation state
- [ ] Share button shows a loading/spinner state while the stub call is in progress
- [ ] Unit tests cover both the Decline and Share paths

### Notes
Only claims requested via `dcql_query` / `presentation_definition` should be shown — display all mock claims for now, enforce filtering once the backend spec lands.
OID4VP spec ref: §6.3 (Claims Query), §15.1 (User Consent), §15.4 (Selective Disclosure).

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。