Skip to content

starting out with v2 architecture#45

Merged
AkibDa merged 3 commits intoGreenPlateByCodeNewbies:mainfrom
AkibDa:main
Feb 11, 2026
Merged

starting out with v2 architecture#45
AkibDa merged 3 commits intoGreenPlateByCodeNewbies:mainfrom
AkibDa:main

Conversation

@AkibDa
Copy link
Copy Markdown
Collaborator

@AkibDa AkibDa commented Feb 11, 2026

No description provided.

Comment thread app/v1/schema.py
@@ -1,4 +1,4 @@
# app/schema.py
# app/schemas.py

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Missing module docstring Warning

Missing module docstring
Comment thread app/v1/app.py
return await get_user_orders(credentials.credentials)

@app.post("/user/order/verify",tags=["user"])
@app.post("/v1/user/order/verify",tags=["user"])

Check warning

Code scanning / Pylint (reported by Codacy)

Exactly one space required after comma Warning

Exactly one space required after comma
Comment thread app/v1/app.py
return await update_staff_email(staff_uid, update_data.new_email, credentials.credentials)

@app.post("/staff/activate",tags=["staff", "manager"])
@app.post("/v1/staff/activate",tags=["staff", "manager"])

Check warning

Code scanning / Pylint (reported by Codacy)

Exactly one space required after comma Warning

Exactly one space required after comma
Comment thread app/v1/schema.py
@@ -1,4 +1,4 @@
# app/schema.py
# app/schemas.py

Check warning

Code scanning / Pylint (reported by Codacy)

Missing module docstring Warning

Missing module docstring
@AkibDa AkibDa merged commit b1223b8 into GreenPlateByCodeNewbies:main Feb 11, 2026
9 checks passed
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