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

POST API Endpoints for Sending and Accepting Friend invitations between two Users; GET request endpoint for listview for Friend Invites #370

Open
wants to merge 37 commits into
base: dev
Choose a base branch
from

Commits on Oct 30, 2023

  1. Create serializers.py

    Specifies how user data should be serialized
    Esterello2 authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    90d71a7 View commit details
    Browse the repository at this point in the history
  2. Update urls.py

    added UserCreateView to allow for the POST of users
    Esterello2 authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d9792c7 View commit details
    Browse the repository at this point in the history
  3. Update views.py

    added a view to deal with creating a new User
    Esterello2 authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fd712df View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update views.py

    Added a check for authenticated users only to be able to send GET, POST, and PATCH requests for User info.
    Esterello2 authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    734d40d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Update

    Esterello2 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e48159f View commit details
    Browse the repository at this point in the history
  2. Deleted some files

    Esterello2 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f3bc490 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Dec 1, 2023

  1. Fixed CI error

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6525622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed8943a View commit details
    Browse the repository at this point in the history
  3. Fixing CI issues

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d4d41c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23ae6ea View commit details
    Browse the repository at this point in the history
  5. Fixing CI issues

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b04b0fa View commit details
    Browse the repository at this point in the history
  6. Fixing CI

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6ee326c View commit details
    Browse the repository at this point in the history
  7. Fix CI

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8be6de9 View commit details
    Browse the repository at this point in the history
  8. CI ISsue

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d05711d View commit details
    Browse the repository at this point in the history
  9. Fixing CI

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2a5fa11 View commit details
    Browse the repository at this point in the history
  10. sd

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2759d2a View commit details
    Browse the repository at this point in the history
  11. djsdf

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    554e5e8 View commit details
    Browse the repository at this point in the history
  12. update:

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f17eda4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a2f865 View commit details
    Browse the repository at this point in the history
  14. update

    Esterello2 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4deeba5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Fixing CI

    Esterello2 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    86aad2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2bb59c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Adjustments

    Esterello2 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    e355d91 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. update

    Esterello2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f2e7ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a845ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e8dbeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    888ac68 View commit details
    Browse the repository at this point in the history
  5. update

    Esterello2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a472162 View commit details
    Browse the repository at this point in the history
  6. lint

    Esterello2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a50ea82 View commit details
    Browse the repository at this point in the history
  7. update

    Esterello2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    28cad16 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    e46b2d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    615d142 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. deleting extra code

    Esterello2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    23e62f8 View commit details
    Browse the repository at this point in the history
  2. updatre

    Esterello2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c804cfa View commit details
    Browse the repository at this point in the history
  3. update

    Esterello2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9506857 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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