LibertyDSNP / spec

The DSNP Spec and Website
https://spec.dsnp.org
Other
30 stars 3 forks source link

DSNP Operations #215

Closed wilwade closed 1 year ago

wilwade commented 1 year ago

Problem

The specification lacks formal details on the operations a compliant implementation should provide. Link to GitHub Issue(s): Closes #214

Solution

This PR adds Operations tables to the Identity and Announcements pages (which are the two areas where operations have thus far been specified). For each operation, we provide a name, the principal(s) who will be invoking the operation, the inputs, and the expected outputs or state changes.

Note that this is not a spec version change, but rather a clarification of the existing spec.

Change summary:

Steps to Verify:

  1. Review proposed text for accuracy and clarity.
  2. Generate the website book (npm run build) and preview in browser to ensure there are no formatting issues.

Screenshots (optional):

N/A

wesbiggs commented 1 year ago

Incorporated suggestions from @jeanettedepatie.