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

Kunzite- Arshdeep C., Arianna W., Elizabeth Z, Abby C. #21

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Conversation

avchauha
Copy link

No description provided.

lizzach and others added 30 commits June 26, 2023 12:54
Copy link

@anselrognlie anselrognlie left a comment

Choose a reason for hiding this comment

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

A very light bit of feedback.

bp = Blueprint('cards', __name__, url_prefix="/cards")

# update card endpoint
@bp.route("/<card_id>", methods=["PATCH"])

Choose a reason for hiding this comment

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

Since this isn't a general purpose PATCH endpoint, consider adding a trailing specifier similar to the mark (in)complete endpoints from task list.

@bp.route("/<card_id>/like", methods=["PATCH"])

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.

4 participants