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

Adding the logic needed to clone a course inside the backend #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Mau-MD
Copy link
Owner

@Mau-MD Mau-MD commented Jul 20, 2022

App Context

Learning U is a platform where software engineers can go and learn new technologies in an organized way. They can track their progress and get suggestions about what courses to take in both visual and written ways.

PR Context

Right now there is an UI that lets the user copy a code to share with its friends if they want to clone a specific course. But this doesn't actually do anything as there is no route nor functions to actually clone a course based in its objectId

This PR

Implements the cloning logic inside the backend and it uses the objectId of the course that wants to be cloned to implement this.

Next

Connect the frontend and the backend to actually making the user clone the course

IMPORTANT:

Since this PR was based in another one, a lot of commits appear here even if they are not related to this PR. In reaility commits start here: adding parse object to json util function

How to preview a PR on Vercel

  • Go to /login and log in with username admin and password admin123
  • Go to /dashboard

@vercel
Copy link

vercel bot commented Jul 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
learning-u ✅ Ready (Inspect) Visit Preview Jul 20, 2022 at 0:40AM (UTC)

@Mau-MD Mau-MD added the waiting for another pr Another PR needs to be approved before this gets reviewed label Jul 20, 2022
@Mau-MD Mau-MD closed this Apr 9, 2024
@Mau-MD Mau-MD reopened this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for another pr Another PR needs to be approved before this gets reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants