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

Complete function list() in services/workshops.py #15

Open
XimenaColopy opened this issue Mar 27, 2023 · 1 comment
Open

Complete function list() in services/workshops.py #15

XimenaColopy opened this issue Mar 27, 2023 · 1 comment
Assignees

Comments

@XimenaColopy
Copy link
Contributor

XimenaColopy commented Mar 27, 2023

Fill out this function so it returns all of the workshops. This will allow the api to work
Just get the APIs working

@Littlesk Littlesk self-assigned this Mar 30, 2023
@XimenaColopy XimenaColopy changed the title Complete function get() in services/workshops.py Complete function list() in services/workshops.py Apr 1, 2023
@Littlesk
Copy link
Contributor

Littlesk commented Apr 3, 2023

What?
Create a function that calls the workshops API and returns an observable list of
Why?
This allows the front end to display the workshops in our database as fetched by the api.
Acceptance Criteria:

  • function correctly returns the list within the database.

Optional Dev Notes:
list() was changed to getWorkshop() to be a more descriptive name.

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

2 participants