developmentseed / developmentseed/openeo-studio
Services
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 0
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
From the UDPs the users should be able to create xyz services - a service is basically one of the map layers that was exported to be permanently available. Non exported services are deleted by the system to free up resources.
Services can be exported to be either public or private (private services require authentication).
Once a service is exported it is separated from the original udp that created it and changing the udp does not update the service (there is an api to update but that's not currently how it is implemented)
Users should be able to view the services they have creates, share their details, and delete them.
Currently a service is exported via an action in the layer selector:
Existing services are currently listed in a modal:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.