[FOLIO-508] Associate and Include ModuleDescriptor with module Created: 21/Mar/17 Updated: 12/Nov/18 Resolved: 24/May/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Umbrella | Priority: | P3 |
| Reporter: | John Malconian | Assignee: | John Malconian |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||
| Sprint: | |||||||||||||
| Description |
|
Although Module Descriptors are maintained alongside a module's source in GitHub, they are currently not included with the distribution of the module - whether that module is distributed as a Docker image or in the module's code as an endpoint, for example. It is, therefore, necessary to retrieve the Module Descriptor separately from the project's source repository, "maintain" it alongside your module distribution method, and hope that it is compatible with the current distribution of the module you are using. Utilize this issue to explore various approaches that can be taken. |
| Comments |
| Comment by John Malconian [ 21/Mar/17 ] |
|
There are a few different approaches that can be taken. Specific examples include the following:
|
| Comment by John Malconian [ 24/May/17 ] |
|
It's been concluded that the maintaining the module descriptor in the projects git repository and fetching it from there is the best way to maintain these at this time. |