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

SoleBase.jl architectural design #1

Open
ferdiu opened this issue Oct 31, 2021 · 0 comments
Open

SoleBase.jl architectural design #1

ferdiu opened this issue Oct 31, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ferdiu
Copy link
Member

ferdiu commented Oct 31, 2021

SoleBase must consist of three main modules:

  • SoleData: defining data types and their interfaces;
  • SoleLogics: defining logics and their interfaces;
  • SoleModels: defining models and their interfaces.

Each module has to be divided in sub-modules.
At this moment the division is provided just for SoleData in:

  • SoleDataset: defining dataset types and their interfaces;
  • SoleType: defining types to represent data and their interfaces.
@ferdiu ferdiu added enhancement New feature or request help wanted Extra attention is needed labels Oct 31, 2021
eduardstan added a commit that referenced this issue Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant