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: ExpDev07/coronavirus-tracker-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Billa32/coronavirus-tracker-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 26, 2021

  1. Create baseurls.py

    reason of creating a base_url cause it was assigned hardcoded in scripts and it is better to set hardcoded variables seperately in a class thus created a new baseurl
    Billa32 authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    7274f96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Billa32/Base_url

    files that are being used for baseurls.py
    Billa32 authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    6bc1467 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Creational Pattern Pull Request)

    Why I did it?
    I have used the factory design pattern to do my creational pattern where i had to provide an interface for creating objects in superclass, but allowing subclasses to alter the type of objects that will be created. 
    How i did it?
    I created a new interface class for location to implement creational pattern and the interface for location class is missing so i just added an interface class and serialized the location into a dict.
    Billa32 authored Aug 14, 2021
    Configuration menu
    Copy the full SHA
    c3d8c6e View commit details
    Browse the repository at this point in the history
Loading