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

feat(cards): add card cloning ability #6452

Merged
merged 12 commits into from
Dec 19, 2024
Merged

Conversation

grnd-alt
Copy link
Member

@grnd-alt grnd-alt commented Oct 29, 2024

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included
  • Documentation (manuals or wiki) has been updated or is not required

@grnd-alt grnd-alt linked an issue Oct 29, 2024 that may be closed by this pull request
@grnd-alt grnd-alt force-pushed the feat/1813-clonecopy-a-card branch from 950429a to 4212c10 Compare November 4, 2024 11:58
@grnd-alt grnd-alt requested a review from juliusknorr November 7, 2024 09:51
@luka-nextcloud
Copy link
Contributor

@grnd-alt Missing unit test for function CardService->cloneCard()
Missing unit test for function LabelService->cloneLabelIfNotExists()
I think cypress tests should be added as well.

Copy link
Contributor

@luka-nextcloud luka-nextcloud left a comment

Choose a reason for hiding this comment

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

Please review tests. Otherwise it looks good!

@grnd-alt grnd-alt force-pushed the feat/1813-clonecopy-a-card branch from 3045c71 to d5c2621 Compare November 14, 2024 09:49
@hectorandac
Copy link

This is awesome! I'm eagerly waiting for this feature 🎉

@grnd-alt grnd-alt requested a review from elzody as a code owner November 25, 2024 12:56
@grnd-alt grnd-alt force-pushed the feat/1813-clonecopy-a-card branch from cdc07d8 to cbb13e2 Compare November 25, 2024 13:03
@juliusknorr juliusknorr force-pushed the feat/1813-clonecopy-a-card branch from ed2f7b5 to 3391a40 Compare December 18, 2024 21:59
@juliusknorr
Copy link
Member

@grnd-alt I pushed two commits to get CI passing again, the crashing electron process is a mystery still to me but seems giving it a bit of time before typing (likely to animate the modal showing) solves that.

Generally I've tested and works fine, will have another look at the code.

appinfo/routes.php Outdated Show resolved Hide resolved
Copy link
Member

@juliusknorr juliusknorr left a comment

Choose a reason for hiding this comment

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

Some comments inline, generally looks good to me

@grnd-alt grnd-alt force-pushed the feat/1813-clonecopy-a-card branch from 76d11ad to 22bb8d6 Compare December 19, 2024 12:39
@juliusknorr
Copy link
Member

Did one small commit as i thought we could have a quick refactoring to rather use NcDialog instead of NcModal

@juliusknorr
Copy link
Member

Pending documentation as we should add the new endpoint to docs/API.md

@juliusknorr juliusknorr merged commit fb236ed into main Dec 19, 2024
37 checks passed
@juliusknorr juliusknorr deleted the feat/1813-clonecopy-a-card branch December 19, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clone/copy a card
4 participants