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: Abir-Tx/StudyFolderOrganizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Abir-Tx/StudyFolderOrganizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Abir-Tx/issue38
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 2, 2020

  1. Try catch bock add to theory or lab

    tried to fix the #38 issue.
    The code needs more work to solve it
    Abir-Tx committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    f27692f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Add func to check for int and string value

    Inside the theoryOrLab a function has been added which will check for int
    or string values and if int it will assign it to the theoryOrLab var
    Then it will continue with the rest of the code
    
    The else statement is not done yet in this commit
    
    ref: #38
    Abir-Tx committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e2d5e46 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Add working methods to the else condition

    The else condition now gives an error message
    - The whole labOrTheory section have been put into a do-While loop
    - Unless the user inputs int value the laborTheory section keeps
     showing in a loop with an error message on top
    Abir-Tx committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c97d65c View commit details
    Browse the repository at this point in the history
Loading