bcgov / issuer-kit

Verifiable Credential Issuer Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional page/view for documentation and user guidance

esune opened this issue · comments

The desired outcome is to be able to define an optional view that would be displayed after the initial landing page (and OIDC authentication, if enabled) and before the data collection form to provide the user with additional context and guidance/explanations on what is happening and what to do next.

This would be a deployment specific feature that needs to be enabled dynamically based on a configuration setting, as most issuers will likely not need additional information and the existing flow in issuer-kit should not be compromised.

Some additional thoughts for the design:

  • rather than an additional page in the flow, what about a modal view that can be triggered (either automatically or by the user) when visiting the relevant page?
  • would a tour-like functionality (see https://github.com/pulsardev/vue-tour) be useful?