Skip to content

Refactoring course#178

Merged
jggoebel merged 10 commits intohobbyfarm:masterfrom
svalabs:314-02-refactoring-course
Oct 16, 2023
Merged

Refactoring course#178
jggoebel merged 10 commits intohobbyfarm:masterfrom
svalabs:314-02-refactoring-course

Conversation

@abrahimi93
Copy link
Copy Markdown
Contributor

Creating a Course Wizard for Course.
Transfer functionality from Course component to Course wizard component.
The functionalities are the following:
Adding New Course
Editing Course
Deleting Course

Comment thread src/app/data/scenario.service.ts Outdated

return this.http.post(environment.server + '/a/scenario/new', params).pipe(
catchError((e: HttpErrorResponse) => {
console.log("I am the error, I am showing you my face")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

remove log

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

@jggoebel jggoebel merged commit 765f798 into hobbyfarm:master Oct 16, 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