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

Feature/wizard #127

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Feature/wizard #127

wants to merge 4 commits into from

Conversation

titkov49
Copy link
Contributor

Continuing to work on asab-webui wizard. Created new module for Wizard

@titkov49 titkov49 requested review from ateska and Pe5h4 June 22, 2021 13:04
@@ -1,6 +1,10 @@
export default class Module {
constructor(app, name) {
this.App = app;
this.Name = name;
this.Config = app?.config;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@titkov49 Why do you need to define Config, Navigation and Router in here? Also, I think it should be without ?. Also, be patient with the indentation on line 6 and 7

import json from './mock-data.json';

const WizardContainer = (props) => {
console.log(json)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@titkov49 Here is some forgotten console.log

constructor (app) {
super(app, "WizardModule");

console.log("WizardModule: ", this);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@titkov49 Here is some forgotten console.log

@@ -0,0 +1,119 @@
{
Copy link
Collaborator

@Pe5h4 Pe5h4 Jun 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@titkov49 Do we need mocked data in the modules/wizard? It might be better, if it would be a part of documentation or better - the public folder

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

Successfully merging this pull request may close these issues.

4 participants