Refactoring and Simplication #28
jankapunkt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During the migration towards Meteor 3 I looked into nearly every bit of the code (I had to) and I found one of the main causes of the app's complexity.
Right now, users can select a unit from our blueprints (Mustervorlagen).
However, every time a user selects such a unit for their next teaching, the following process is started:
What I think is flawed here is, that every time a unit is selected, everything is copied and the permissions are adjusted, increasing the complexity to the moon...
From a solely technical perspective, I'd rather simplify this process to the following decisions:
It would remove a lot of issues with managing copies and references in the models, as well as in the database itself.
Please let's talk about this @kadewe @ImkeMey
Beta Was this translation helpful? Give feedback.
All reactions