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

WIP - Card List #148

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

WIP - Card List #148

wants to merge 3 commits into from

Conversation

yadibolt
Copy link

Fixed bugs that caused application to not work properly.

import { Customer } from '../generated';
import SimpleCard from './Simplecard';
Copy link
Contributor

Choose a reason for hiding this comment

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

please, prefer named imports

<Card className={classes.root}>
<CardContent>
<Typography variant="h5" component="h2">
{customer_name}
Copy link
Contributor

Choose a reason for hiding this comment

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

please check the issue there is title and subheader

@jozef-slezak
Copy link
Contributor

Nice start. Please continue with "write script that applies refactoring rules" (issue is referring to lowcode/packages/react-lowcode/src/codegen/generation/generators/template/template-resolver.ts) and do not forget to write jest test for your implementation

@jozef-slezak jozef-slezak changed the title WIP - fixed bugs WIP - Card List Jul 22, 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

Successfully merging this pull request may close these issues.

None yet

2 participants