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

Dev #7

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

Dev #7

wants to merge 25 commits into from

Commits on Dec 11, 2023

  1. setup for access_token

    rafizuaf committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    cfe0dbe View commit details
    Browse the repository at this point in the history
  2. init server side

    rafizuaf committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    94c5e0e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. feat: access token

    client: get authorization code to exchange to access token
    server: exchange authorization code to access token
    rafizuaf committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    47677d6 View commit details
    Browse the repository at this point in the history
  2. styling: home

    - add sidebar component
    - fix server
    rafizuaf committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6485df7 View commit details
    Browse the repository at this point in the history
  3. styling: home, login, sign up

    styling home, login, sign up page and its components
    rafizuaf committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c633716 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. feat: access_token

    - fix access_token GET endpoint
    - styling client side login signup dashboard
    - fix routing on client and server side
    rafizuaf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1def1f1 View commit details
    Browse the repository at this point in the history
  2. feat: setup database

    rafizuaf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b041365 View commit details
    Browse the repository at this point in the history
  3. feat: fetch currentUserId

    rafizuaf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    841f2d6 View commit details
    Browse the repository at this point in the history
  4. feat: fetch tracks

    rafizuaf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ebca8ad View commit details
    Browse the repository at this point in the history
  5. feat: google OAuth

    rafizuaf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6e3dacf View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. feat: fetch data

    - fetch user profile
    - generate playlist
    rafizuaf committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4225d94 View commit details
    Browse the repository at this point in the history
  2. feat: add to playlist

    - create playlist
    - add tracks to playlist
    rafizuaf committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b2e5591 View commit details
    Browse the repository at this point in the history
  3. feat: fetch my profile

    rafizuaf committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b2061cc View commit details
    Browse the repository at this point in the history
  4. deploy

    rafizuaf committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    85756df View commit details
    Browse the repository at this point in the history
  5. deployment finish

    rafizuaf committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e0efd2b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. deploy

    rafizuaf committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    cd1bbba View commit details
    Browse the repository at this point in the history
  2. deploy

    rafizuaf committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0cc4d37 View commit details
    Browse the repository at this point in the history
  3. fix deployment issues

    rafizuaf committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1c0ddab View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    e8dec66 View commit details
    Browse the repository at this point in the history
  2. create api docs

    rafizuaf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ad597a8 View commit details
    Browse the repository at this point in the history
  3. fix fetch data

    rafizuaf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c0011c1 View commit details
    Browse the repository at this point in the history
  4. testing and google auth

    rafizuaf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ff9c4f8 View commit details
    Browse the repository at this point in the history
  5. add few test cases

    rafizuaf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7b58080 View commit details
    Browse the repository at this point in the history
  6. add few test cases

    rafizuaf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6c2cd47 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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