-
Notifications
You must be signed in to change notification settings - Fork 717
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
New CoreBase #9102
Comments
Regarding this requirement
I'm afraid that placing That's why I'd say it's important to have the main
I hope that from this example, it's possible to see that's it's not even possible to place This means that |
Not sure yet if this would help or complicate things but alternatively, if the In such a case, it'd be rather Example Learn index page:
Bookmarks page:
|
Noted. I misunderstood and that all makes sense. Will make a new issue. |
@nucleogenesis Although the reasoning behind touches on more aspects of the high-level architecture, in terms of this particular issue it was basically all related to the last requirement only, so if that makes sense, I think it'd be also fine to just remove
and maybe mention a bit about how we will use this component from other components instead. Whatever will work for you, just wanted to note that I don't think that the whole issue doesn't make sense. |
Thanks Misha - I closed the issue mostly because I didn't want to have it assigned to someone during the sprint planning before I fully grokked your comments. I will update the In follow-up issues, then, such as "remove CoreBase from LearnIndex" the requirements will have the router-view put into that slot. |
Context
EDIT: No more borrowing PageRoot - let's make a new component altogether.
In order to begin updating Kolibri's many plugins and uses of CoreBase, we must establish a new component built to our new ideals that we can start implementing without regressions.
My suggestion is to take create a new component for this purpose. This will give us a component that accommodates the following suggestions:
error
state property is universally how we will decide if the user should see one of either an AuthMessage error message or a general AppError message.Acceptance Criteria
The text was updated successfully, but these errors were encountered: