ucsb-cs156-m23 / proj-happycows-m23-10am-4

https://ucsb-cs156-m23.github.io/proj-happycows-m23-10am-4/
0 stars 1 forks source link

Remove test job from front end #90

Closed dscpsyl closed 1 year ago

dscpsyl commented 1 year ago

Overview

In this PR, the test job function is removed from the user-facing front end. It is still available in the Swagger backend.

Screenshots (Optional)

Screenshot 2023-08-22 at 3 04 52 PM

Validation (Optional)

  1. Download this branch.
  2. Run the project.
  3. Go to this page.
  4. Test this function.

Tests

Linked Issues

Closes #25

chriscerie commented 1 year ago

Should we just delete the code to avoid confusion for future developers or commenting out the code?

Yes. There’s very few cases where commented code is beneficial to readers, and this is not one of them.

dscpsyl commented 1 year ago

That is my bad. This PR is not ready yet. I'll close this PR and recreate one. There's still more testing to be done and I'm still experimenting