Skip to content
Snippets Groups Projects
Commit ac9bc322 authored by Daniel Lyons's avatar Daniel Lyons Committed by Daniel Lyons
Browse files

Adding a few gripes

parent 98c62b59
No related branches found
No related tags found
1 merge request!332Adding a few gripes
Pipeline #2162 passed with warnings
......@@ -106,3 +106,12 @@ Code Tweaks
- See if Mustache can access Capo properties without much extra work
- `WS-447 <https://open-jira.nrao.edu/browse/WS-447>`__
Dependencies and Overall Structure
----------------------------------
- Move implementations of services out of shared/workspaces and into the relevant services
- Separate interfaces for separate services into separate packages so that we can be sure
that the workflow service doesn't even have access to the capability interfaces
- Can REST API implementations of these interfaces be created?
- If so, can those REST API implementations become dependencies of e.g. the capability service?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment