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

Create Workshop Frontend workshop service and create workshop page - Frontend #31

Open
4 tasks done
Littlesk opened this issue Apr 5, 2023 · 0 comments
Open
4 tasks done
Assignees

Comments

@Littlesk
Copy link
Contributor

Littlesk commented Apr 5, 2023

What?

  • Update the create workshop frontend to type check and validate all the form values. Include errors when appropriate. Then pass it to the workshop service. The user is pulled from the site and added to the workshop as the host.
  • Create a workshop service for the forum that will call the backend and submit the workshop to the backend.

Why?
We want users to be able to create workshops. We also want to make sure that the values the user inputs in the workshops are valid. We don't want the user to have to input themselves as the host.

Acceptance Criteria:

  • When a user inputs an invalid value into the form it is caught and an error message shows up. This is for all values.
  • When a user hits submit and everything is correct it gives a success message.
  • User is added to the workshop as the host without them needing to add themselves.
  • When everything in the workshop is valid it correctly transfers the workshop to the backend.

Optional Dev Notes:

@Littlesk Littlesk self-assigned this Apr 5, 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

No branches or pull requests

1 participant