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

Separate the rule set building system #3

Open
skyne98 opened this issue Dec 26, 2021 · 0 comments
Open

Separate the rule set building system #3

skyne98 opened this issue Dec 26, 2021 · 0 comments
Assignees

Comments

@skyne98
Copy link
Owner

skyne98 commented Dec 26, 2021

Currently, building the book is part of the module, which is very limiting.

We need to:

  1. Create a Ruleset model which contains a set of resolved modules and units
  2. Move the book building functions and methods to that model
  3. Add the full, proper model resolution
  4. Change the book rendering process to support more than one module
  5. Solve unit name overlapping (by maybe scoping them by module name)

Will be easier to test with #2.

@skyne98 skyne98 self-assigned this Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant