Skip to content

Shawn Li Complete backend onboarding tasks#67

Closed
Shawn1i wants to merge 2 commits intoUWOrbital:mainfrom
Shawn1i:main
Closed

Shawn Li Complete backend onboarding tasks#67
Shawn1i wants to merge 2 commits intoUWOrbital:mainfrom
Shawn1i:main

Conversation

@Shawn1i
Copy link

@Shawn1i Shawn1i commented Nov 27, 2025

Purpose

Completed the GS on-boarding task. Include a screenshot of the front-end of the application.

  • I have added my name to the onboarding title (required)
  • I have added a screenshot of the logs printed by the logger middleware (required)
  • I am interested to work on the frontend (optional)

New Changes

  • Explain new changes

Testing

  • Explain tests that you ran to verify code functionality.
image

Copy link

@Syzygicality Syzygicality left a comment

Choose a reason for hiding this comment

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

If you are still interested in joining the team, please fulfill these change requests :)

"""
# TODO:(Member) Finish implementing this method

start_time = time.time()

Choose a reason for hiding this comment

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

please include screenshot of the logs printed. This can be done by running the API, and querying the GET endpoint on the /docs page.

Copy link
Author

Choose a reason for hiding this comment

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

Screenshot 2026-01-14 at 3 45 18 PM

The format of the comma seperated values is "data1,data2" so no spaces between data and the commas.
"""
# TODO: (Member) Implement this method
if self.params is None and self.format is None:

Choose a reason for hiding this comment

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

Note that None type is "falsy" in python, so the conditionals can be refactored

Copy link
Author

Choose a reason for hiding this comment

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

Fixed!

Copy link

@proprogrammer504 proprogrammer504 left a comment

Choose a reason for hiding this comment

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

looks mostly good to me, just a single thing!


response = await call_next(request)

duration = time.time() - start_time

Choose a reason for hiding this comment

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

any way to print these in ms?

@Shawn1i Shawn1i requested a review from Syzygicality January 15, 2026 02:14
Copy link

@Syzygicality Syzygicality left a comment

Choose a reason for hiding this comment

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

lgtm 👍

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.

3 participants