-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sync our codes to OntoPortal #37
Comments
@syphax-bouazzouni - could you clarify what you mean by "any other proposed version"? Are you also referring to AgroPortal here? |
Hello @jvendetti , By another version, I mean something that can be a sort of intersection of features that all people agree on, incrementally adding features to the Ontoportal upstream code. However, this approach will be a lot harder for us (AgroPortal) as we need to extract and tweak things, and it may take a lot more time (and resources that we may not have). I prefer the approach where people take all our code and then disable, adapt (remove) things to suit their local needs, which I think is easier (an approach that I experimented with last year with Ecoportal – starting with the AgroPortal code and re-adding their existing local features by looking at their commit history). |
Thanks for the added clarification @syphax-bouazzouni - I understand what you meant now |
Context
This topic was introduced and discussed in the Ontoportal 2023 workshop. For more details, please refer to the OntoPortal code management session notes.
After connecting our codes to OntoPortal in this GitHub issue, the next step is to define and implement procedures and tools to facilitate code updates for users of Ontoportal.
This topic can be divided into three main aspects:
1 - Update the Upstream Ontoportal Code
Currently, the Ontoportal upstream code represents the UI for the NCBO/Bioportal version and, for other components, an outdated version of Bioportal that is no longer synchronized with the latest release. Additionally, BiodivPortal, EcoPortal, and EarthPortal are using AgroPortal version 2.40, while Agroportal itself is in version 2.7.0, featuring major changes in UI and API.
The goal for the upcoming year (2024) is to have the Ontoportal upstream code synchronized with the latest version of Agroportal or any other proposed version.
2 - Notify Ontoportal Forks of Updates and New Releases and Assist in Getting the Latest Version
Every time the upstream Ontoportal is updated, all forks should be informed of the new version through a pull request that details the code changes, allowing them the option to merge or not.
3 - Update the Appliance Infrastructure
Updating the infrastructure manually is currently the only solution, as outlined here for minor version updates (which are rare). In the future, updating the infrastructure may become easier as we explore adopting Docker, making it programmatically simpler to update, add, or remove infrastructure components.
Action Items
In the upcoming year, we aim to:
The text was updated successfully, but these errors were encountered: