Skip to content

#151 Create organization tasks page#159

Open
LukasKri wants to merge 1 commit into
pets-oss:mainfrom
LukasKri:151-create-organization-tasks-page
Open

#151 Create organization tasks page#159
LukasKri wants to merge 1 commit into
pets-oss:mainfrom
LukasKri:151-create-organization-tasks-page

Conversation

@LukasKri

Copy link
Copy Markdown
Contributor

I've created organization tasks page with proper styles. I'm planning to add tests later.

Resolves #151.

@budaman budaman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM, pretty clean, and the required implementation is done correctly. The only improvement we could have tests for the page and Organization task card as a separate component.

Comment thread src/pages/OrganizationTasksPage.tsx Outdated
return (
<Page title="Organization Tasks">
{data &&
data.organizationTasks.map(task => {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Missing a OrganizationTask type

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thank you, I added the type. Do you want me to extract the Organization task card as a separate component or just leave it for the future improvements?

@LukasKri LukasKri force-pushed the 151-create-organization-tasks-page branch from 30654b6 to 7ac7233 Compare May 9, 2021 09:46
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.

Create organization tasks page. ON HOLD

2 participants