-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Projects: Get list of available project IDs and their metadata #357
Milestone
Comments
tjcouch-sil
changed the title
Projects: Get list of projects
Projects: Get list of projects and their metadata
Aug 14, 2023
This was referenced Aug 14, 2023
tjcouch-sil
changed the title
Projects: Get list of projects and their metadata
Projects: Get list of available project IDs and their metadata
Aug 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I want to be able to get a list of available project IDs and their metadata in order to interact with those projects in a variety of ways.
We need a way to get projects and their metadata from storage. See the project design doc for how these projects and their metadata are expected to be stored.
Also note in
project-data-provider.service.ts
,getProjectDataProvider
needs to be reformatted to get the metadata and use it internally instead of receivingprojectType
andstorageType
as parameters. See this discussion for more info.Project Design Doc
The text was updated successfully, but these errors were encountered: