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

Sphinx + Phoenix - Sarah K., Charday N., & Priyanka K. #66

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

Commits on Oct 18, 2024

  1. 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]>
    skoch-neat and chardayneal committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    034283a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    11b0eab View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    70f0a3a View commit details
    Browse the repository at this point in the history
  2. 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.
    PriyankaKaramchandani committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0e7c2a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db19c66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2198141 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ac8d4d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. 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.
    skoch-neat committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    517a1e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge pull request #1 from skoch-neat/pep8-cleanup

    PEP8 Cleanup
    skoch-neat authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9c4e80d View commit details
    Browse the repository at this point in the history
  2. 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]>
    3 people committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    babd837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    458915d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Refactor code. Update get_all_planets route to consider query params.…

    … Add seed data for database.
    chardayneal committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ac86dfe View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. "test_planet_routes"

    "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."
    PriyankaKaramchandani committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7b738e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd74ea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. 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.
    skoch-neat committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    60bea74 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    cf0a16b View commit details
    Browse the repository at this point in the history