-
Notifications
You must be signed in to change notification settings - Fork 425
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
Sphinx + Phoenix - Sarah K., Charday N., & Priyanka K. #66
base: main
Are you sure you want to change the base?
Commits on Oct 18, 2024
-
Passes Wave 1. Created virtual environment, installed dependencies, d…
…efined Planet class and hardcoded a list of instances, and created an endpoint to get all existing planets. Co-authored-by: Charday Neal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 034283a - Browse repository at this point
Copy the full SHA 034283aView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11b0eab - Browse repository at this point
Copy the full SHA 11b0eabView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70f0a3a - Browse repository at this point
Copy the full SHA 70f0a3aView commit details -
Removed hardcoded data. Created project database. Connected the datab…
…ase and Flask. Defined Book Model. Imported model explicitly. Completed initial setup of the database on the Flask end. Generated and applied migration files adding Book model.
Configuration menu - View commit details
-
Copy full SHA for 0e7c2a9 - Browse repository at this point
Copy the full SHA 0e7c2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for db19c66 - Browse repository at this point
Copy the full SHA db19c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2198141 - Browse repository at this point
Copy the full SHA 2198141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac8d4d - Browse repository at this point
Copy the full SHA 7ac8d4dView commit details
Commits on Oct 28, 2024
-
Updated code to comply with PEP8 standards. Changed import statements…
… to use absolute imports. Reorganized import statements, grouped by source and sorted alphabetically within groups. Removed old, unused code. Ensured consistency in the use of single and double quotes in strings.
Configuration menu - View commit details
-
Copy full SHA for 517a1e2 - Browse repository at this point
Copy the full SHA 517a1e2View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c4e80d - Browse repository at this point
Copy the full SHA 9c4e80dView commit details -
Updated validation to access database. Added functionality to update …
…and delete a planet. Co-authored-by: Pri <[email protected]> Co-authored-by: Charday Neal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for babd837 - Browse repository at this point
Copy the full SHA babd837View commit details -
Configuration menu - View commit details
-
Copy full SHA for 458915d - Browse repository at this point
Copy the full SHA 458915dView commit details
Commits on Oct 30, 2024
-
Refactor code. Update get_all_planets route to consider query params.…
… Add seed data for database.
Configuration menu - View commit details
-
Copy full SHA for ac86dfe - Browse repository at this point
Copy the full SHA ac86dfeView commit details
Commits on Oct 31, 2024
-
"Add wave 6 fixtures and pytest to validate get one planet-found, get one planet-not found, get all planet-empty-db, get all planet- db has 2 entries, post one planet. Add two_saved_planets to database."
Configuration menu - View commit details
-
Copy full SHA for 7b738e0 - Browse repository at this point
Copy the full SHA 7b738e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd74ea2 - Browse repository at this point
Copy the full SHA dd74ea2View commit details
Commits on Nov 1, 2024
-
Added constants file for storing and importing strings used repeatedl…
…y. Added helper functions to get query parameters from the client request, filter the query based on the client parameters, sort the response body by a client-supplied parameter, and supporting validation for data processed.
Configuration menu - View commit details
-
Copy full SHA for 60bea74 - Browse repository at this point
Copy the full SHA 60bea74View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf0a16b - Browse repository at this point
Copy the full SHA cf0a16bView commit details