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

Create new learning nets in the front end, not the back end #8

Open
milsen opened this issue Mar 3, 2020 · 0 comments
Open

Create new learning nets in the front end, not the back end #8

milsen opened this issue Mar 3, 2020 · 0 comments

Comments

@milsen
Copy link
Owner

milsen commented Mar 3, 2020

Currently, there is a default learning net that is created whenever the learning net of a course is first requested (i.e. when no learning net for the course can be found in the database yet).
This is done by the back end via the switch '"action" : "create"', which results in a call of LearningNet::create() . Since the task of creating this learning net is very simple (much simpler than a recommendation or validation), it could be done by the front end instead. This would require an LGF export in the front end, but that functionality is required by #3 anyway.

Since the current creation of the default learning net already works, it should be decided whether a switch to the front end for this task would have any clear advantages.

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