Conversation
8 tasks
Contributor
Author
|
This pull request is "suspended" until a plan for addressing the issues raised is made and resources assigned. It is also dependent on PR #17 being completed first |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request is "suspended" until a plan for addressing the issues raised is made and resources assigned. It is also dependent on PR #17 being completed first
Restructure Repository for Multi-Module Support
Closes #1
Summary
This PR restructures the
ont-iesrepository to support publishing multiple IES ontology modules across different domains. The current flat structure underdocs/only supports IES Common; this change introduces a modular architecture that can accommodate additional domain modules (e.g., IES Building, SDNP modules) as they are developed.Changes Made
New Files Created
registry.yml— Machine-readable index of all published modulesRELEASES.md— Documentation for composite releases (tested module combinations)docs/common/module.yml— Module metadata for IES Commondocs/common/CHANGELOG.md— Module-specific changelog (content from root CHANGELOG.md)docs/common/specification/index.md— Updated specification landing pagedocs/common/examples/index.md— Updated examples landing pagedocs/common/user-guides/index.md— Updated user guides landing pageFiles Updated
README.md— Updated with new repository structure documentationdocs/index.md— Updated to serve as landing page for all modulesFiles Removed
VERSION— Version info now indocs/common/module.ymlCHANGELOG.md— Content moved todocs/common/CHANGELOG.mdTarget Structure
After migration is complete:
Versioning Strategy
This PR implements the agreed versioning approach:
{module-id}/v{version}(e.g.,common/v5.0.0){module-id}/v{version}-rcNies-release-{yyyy.mm}{module-id}/v{major}.x(created when needed)