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

[14] Save lessons #85

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

danielferecatu
Copy link

@danielferecatu danielferecatu commented Jan 27, 2024

What does it fix?

WIP Issue #14

Closes #XXX
Moved form #62

How has it been tested?

Ran tests with dotnet test:

Passed! - Failed: 0, Passed: 2, Skipped: 0, Total: 2, Duration: 247 ms - TeacherWorkout.Specs.dll (net8.0)

Via UI:

query AllLessons {
  lessons {
    edges {
      node {
        id
        title
      }
    }
  }
}

mutation LessonSave($input: LessonSaveInput!) {
    lessonSave(input: $input) {
        lesson {
            title
        }
    }
}

{
  "input": {
    "lessonId": 0
  }
}

Te rog sa verifici daca mai sunt necesare modificai in fisierul de statup privind user, ca am modificarile in fisier.

@danielferecatu
Copy link
Author

The implementation is not complete. Do not merge yet.

- code review
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