Respect user's changes when forking a project #556
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We allow users to "fork" each other's projects, problem is that if the users has already made some changes to the code before forking, the changes will be lost. You task is to save those changes when forking. More details as well as where to start in the video. Some GraphQL knowledge will be useful.
https://user-images.githubusercontent.com/29681384/137108716-d1cbd017-0da1-43fa-9795-93ff24eee828.mp4
Files of interest are
app/web/src/components/IdeHeader/IdeHeader.tsxapp/api/src/graphql/projects.sdl.tsapp/api/src/services/projects/projects.tsFollow the instructions in CONTRIBUTING.md to get setup, and of course ask for help here or in the dev-help discord channel.
If you'd like to contribute the CadHub but this issue is taken or you'd prefer something else, have a look at #535 to see if there's something else you would like
Hi @Irev-Dev, I would like to work on this
Welcome back @lucas-barros!
It's all yours!