Skip to content
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

Modularise the architecture #250

Closed
LukeParky opened this issue Sep 18, 2024 · 2 comments · Fixed by #287
Closed

Modularise the architecture #250

LukeParky opened this issue Sep 18, 2024 · 2 comments · Fixed by #287
Assignees
Labels
AA - Non Functional Non-Functional requirements (Quality or Security or Tech Debt) blocked Another issue is blocking this one EPIC This issue is too big and needs to be broken down

Comments

@LukeParky
Copy link
Member

LukeParky commented Sep 18, 2024

Different things to consider:

  • Plugin-based architecture

  • Is conda still the most appropriate dependency management system? Perhaps pip or one of the modern alternatives

  • How would inter-dependencies between plugins work? E.g Core v1.1 < Lidar plugin v2.4 < Flood plugin v4.3 < BG_Flood plugin v1.2

  • Git repo strategy e.g. monorepo, submodules, multiple repos etc.

  • Better handling of defining the AOI (e.g. accept arbitrary shapes)

  • BG_Flood would be a good first thing to try separate into a plugin

  • Would each plugin expose its own endpoints?

  • Using an internal registry may make it easier for development rather than relying on package managers (for if we use submodules or multiple modules, or even just for GVC

  • the front-end will also need to be able to read the plugin list and probably configure it somehow

  • Utilising plugins or feature flags may make the branching strategy simpler. I.e. maybe we can have in-development plugins disabled on the main branch, and available on dev machines and branches

Sub task:

@LukeParky LukeParky added EPIC This issue is too big and needs to be broken down AA - Non Functional Non-Functional requirements (Quality or Security or Tech Debt) labels Sep 18, 2024
@LukeParky
Copy link
Member Author

These are notes that concern mostly the digital twin framework that extends far beyond the scope of the Ōtākaro project,

@LukeParky LukeParky self-assigned this Nov 16, 2024
@LukeParky LukeParky linked a pull request Nov 21, 2024 that will close this issue
19 tasks
Copy link

Status: Blocked ❌

Issues blocking this PR:


This comment was automatically written by the Blocking Issues bot, and this PR will be monitored for further progress.

@github-actions github-actions bot added the blocked Another issue is blocking this one label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AA - Non Functional Non-Functional requirements (Quality or Security or Tech Debt) blocked Another issue is blocking this one EPIC This issue is too big and needs to be broken down
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant