-
Notifications
You must be signed in to change notification settings - Fork 11
Description
The admin-dashboard should have a page or field(s) for specifying an html template to use with the renderMethod.
If an html template is specified then generated credentials should include the renderMethod property in the VC.
Some options:
- The renderMethod could point at a URL from which to get the template.
- The template could be directly provided in the renderMethod
Questions:
-
Should the html template be hosted by the admin-dashboard? That could make it convenient for projects to add new templates, but then there would have to be some guarantee that the dashboard continued running for the expected lifetime of the credentials.
-
Even if the dashboard provided template hosting, some projects would likely want to host the templates somewhere else (more durable) and so the admin-dashboard would have to have a field in the renderMethod screen for supplying the external URL
-
If the html template should be entirely provided in the renderMethod then maybe it shouldn't be a template but rather a fully populated html snippet?
-
Where should the code live for adding the renderMethod property to the VC? In the dashboard code? Or somewhere else since some projects won't use the dashboard, but might well want to use the renderMethod.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status