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

delete dataset #42

Merged
merged 1 commit into from
May 31, 2023
Merged

delete dataset #42

merged 1 commit into from
May 31, 2023

Conversation

aakrem
Copy link
Collaborator

@aakrem aakrem commented May 31, 2023

No description provided.

@aakrem aakrem merged commit 31149f1 into main May 31, 2023
Copy link
Member

@mmabrouk mmabrouk left a comment

Choose a reason for hiding this comment

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

see comment

import { ColumnsType } from 'antd/es/table';
import { useState, useEffect } from 'react';
import { formatDate } from '@/lib/helpers/dateTimeHelper';
import { DeleteOutlined } from "@ant-design/icons";
Copy link
Member

Choose a reason for hiding this comment

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

until now, we've been using the components for all the logic and the pages only as a wrapper. This goes against this. I propose instead to have this as a components (maybe under datasetPage or something like this). Or, we start having all the app logic in the pages, but I think we should be consistent

Copy link
Member

Choose a reason for hiding this comment

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

I have been looking at how some complex apps have been done. I think it's worth looking at:

https://github.com/makeplane/plane/tree/develop/apps/app

https://github.com/dailydotdev/apps/tree/main/packages/shared

@aakrem aakrem deleted the delete-dataset branch June 6, 2023 07:42
mmabrouk pushed a commit that referenced this pull request Jun 15, 2023
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.

2 participants