You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an extension developer, I want to interact with project data providers to edit projects.
Add an interface to the papi (papi.projects.get or something?) to specify a project ID and get a PDP from the appropriate PDPF. In Node, gets a PDPE from a PDPF, and layers over it with a PDP.
Note: In phase 2, papi will pass a PSI to the PDPF for it to connect to the PDP it is creating. For now, ignore that requirement
As an extension developer, I want to interact with project data providers to edit projects.
Add an interface to the papi (
papi.projects.get
or something?) to specify a project ID and get a PDP from the appropriate PDPF. In Node, gets a PDPE from a PDPF, and layers over it with a PDP.Note: In phase 2, papi will pass a PSI to the PDPF for it to connect to the PDP it is creating. For now, ignore that requirement
Depends on #356
Project Design Doc
The text was updated successfully, but these errors were encountered: