Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ProgrammingMuffin/TaskManager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lists-subsystem-db
Choose a base ref
...
head repository: ProgrammingMuffin/TaskManager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 35 files changed
  • 2 contributors

Commits on Oct 12, 2021

  1. Merge pull request #2 from ProgrammingMuffin/lists-subsystem-db

    Lists subsystem - APIs and DB
    ProgrammingMuffin authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a99d665 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    7b9058d View commit details
    Browse the repository at this point in the history
  2. (feat) add ListEntry component

    Add a list entry component and add a fetch() call that fetches all the lists and creates a lists entry for each list.
    ProgrammingMuffin committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    ba293e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 23, 2021

  1. (feat) add create list UI and functionality and autorefresh fetched l…

    …ists
    
    Previously there was no create list UI or functionality and to refresh the fetched lists, one had to refresh the page. This makes for bad user experience and to counter this, create a createList UI and add auto refreshing by utilizing the power of vuex.
    ProgrammingMuffin committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    17c0925 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from ProgrammingMuffin/list-subsystem-frontend

    Create the base list subsystem frontend files
    ProgrammingMuffin authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    0608c6e View commit details
    Browse the repository at this point in the history
  3. (feat) Add delete list endpoint to delete a list and add optimizations

    previously there was no endpoint for deleting a list and also the Dockerfile was not performant enough. Therefore, add the delete endpoint and add some optimizations to the Dockerfile and add a dockerignore file to ignore unwanted directories and files.
    ProgrammingMuffin committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    34da09a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from ProgrammingMuffin/add-delete-list-endpoint

    Delete list endpoint and optimizations
    ProgrammingMuffin authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    2afe63a View commit details
    Browse the repository at this point in the history
  5. Update README.md

    ProgrammingMuffin authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    8c99b15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f038bae View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. (feat) Add delete list UI

    Previously there was no UI for deleting a list or selecting a list. Therefore add the frontend for selecting the list and deleting the list.
    ProgrammingMuffin committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    fc3cdeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3a19d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ProgrammingMuffin authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    7ad74b2 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    ProgrammingMuffin authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    7989d01 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    ProgrammingMuffin authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    a7e5af7 View commit details
    Browse the repository at this point in the history
Loading