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

Sprint 2 Release #127

Merged
merged 108 commits into from Mar 11, 2024
Merged

Sprint 2 Release #127

merged 108 commits into from Mar 11, 2024

Commits on Feb 16, 2024

  1. attempting to fix

    pmccullough2204 committed Feb 16, 2024
    Copy the full SHA
    78c01db View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3b82d61 View commit details
    Browse the repository at this point in the history
  3. Attribute bug fixes + allows user to print full UML diagram with list…

    … classes
    Jillian L Daggs committed Feb 16, 2024
    Copy the full SHA
    b866c6b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #85 from mucsci-students/bugFixes

    Attribute bug fixes + allows user to print full UML diagram with list…
    ZHG9 committed Feb 16, 2024
    Copy the full SHA
    a9a73b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Changed attribute arg order

    Jillian L Daggs committed Feb 19, 2024
    Copy the full SHA
    a51cfe9 View commit details
    Browse the repository at this point in the history
  2. relationships <class> now lists relationships to class, list relation…

    …ships lists all relationships
    jldaggs committed Feb 19, 2024
    Copy the full SHA
    666eb85 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    13de0f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Copy the full SHA
    990a96f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #89 from mucsci-students/Attributeorder

    Changed attribute arg order
    jldaggs committed Feb 21, 2024
    Copy the full SHA
    85f2ab4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dee637f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Copy the full SHA
    718166b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    36c01a7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1bd3d4c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #90 from mucsci-students/RelationshipFinalization

    Finalizing relationship.py with pydoc
    jldaggs committed Feb 22, 2024
    Copy the full SHA
    cb29fd1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    aea8607 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #91 from mucsci-students/sprint2_param

    Fix the capitalization issue in the add_class
    jldaggs committed Feb 22, 2024
    Copy the full SHA
    2b4f1fb View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ede4867 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #93 from mucsci-students/SaveLoadFixes1

    Save load fixes1
    jldaggs committed Feb 22, 2024
    Copy the full SHA
    a37d464 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0309339 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    ea9a536 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #94 from mucsci-students/sprint2_param

    fix the return value and add TypeError
    katied0921 committed Feb 22, 2024
    Copy the full SHA
    12393b9 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    0fbc168 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    72c9fd4 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    0bc5ee0 View commit details
    Browse the repository at this point in the history
  15. Fixed order of parameters when adding fields, methods, and parameters…

    … based on client preference
    katied0921 committed Feb 22, 2024
    Copy the full SHA
    bff7d67 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    d4531ce View commit details
    Browse the repository at this point in the history
  17. Merge pull request #96 from mucsci-students/reorganizeAttribute.py

    Reorganized attribute.py into 3 classes for fields, methods, and para…
    katied0921 committed Feb 22, 2024
    Copy the full SHA
    d568b39 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. with the Errors...

    Converted to the pytest...
    ZHG9 committed Feb 23, 2024
    Copy the full SHA
    02d7d0c View commit details
    Browse the repository at this point in the history
  2. Update the data of completion...

    ZHG9 committed Feb 23, 2024
    Copy the full SHA
    2d437a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Merge pull request #92 from mucsci-students/guitesting1

    Began playing around with tkiner for gui. Gui currently loads an inst…
    pmccullough2204 committed Feb 24, 2024
    Copy the full SHA
    78ecfe0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from mucsci-students/RelationshipFinalization

    Relationship finalization
    pmccullough2204 committed Feb 24, 2024
    Copy the full SHA
    ad47f73 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Created errorHandler.py...

    Modify the classadd.py and controller.py to get the function calls working...
    Added method class with pydoc...
    ZHG9 committed Feb 25, 2024
    Copy the full SHA
    0f63989 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ae38877 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Copy the full SHA
    f07355f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a999399 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #100 from mucsci-students/FieldTests

    Wrote unit tests for Fields class
    katied0921 committed Feb 26, 2024
    Copy the full SHA
    b79ab5f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97 from mucsci-students/ClassPytest

    Class pytest
    katied0921 committed Feb 26, 2024
    Copy the full SHA
    51cf97c View commit details
    Browse the repository at this point in the history
  5. more editing...

    ZHG9 committed Feb 26, 2024
    Copy the full SHA
    5e26b6e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a2270fb View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. editing..

    ZHG9 committed Feb 28, 2024
    Copy the full SHA
    5c11e3b View commit details
    Browse the repository at this point in the history
  2. Parameters

    danishzubari committed Feb 28, 2024
    Copy the full SHA
    5fcdf71 View commit details
    Browse the repository at this point in the history
  3. Parameters

    danishzubari committed Feb 28, 2024
    Copy the full SHA
    4e9e765 View commit details
    Browse the repository at this point in the history
  4. Parameters

    danishzubari committed Feb 28, 2024
    Copy the full SHA
    7811627 View commit details
    Browse the repository at this point in the history
  5. Parameters

    danishzubari committed Feb 28, 2024
    Copy the full SHA
    51e4c86 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Copy the full SHA
    e6f4b48 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5617f5d View commit details
    Browse the repository at this point in the history
  3. Fixed pydoc comments

    katied0921 committed Feb 29, 2024
    Copy the full SHA
    1787e9e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ba2ecba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #101 from mucsci-students/sprint2_param

    Parameters
    ZHG9 committed Feb 29, 2024
    Copy the full SHA
    e16218d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e99af54 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e1c34bd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4152ac6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #103 from mucsci-students/Fields

    Fields
    ZHG9 committed Feb 29, 2024
    Copy the full SHA
    cb2136a View commit details
    Browse the repository at this point in the history
  10. remove all error handler decorators..

    fix the syntax error in Fields Class..
    modify test_classadd.py...
    add test_methods.py...
    ZHG9 committed Feb 29, 2024
    Copy the full SHA
    afdd476 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Copy the full SHA
    7ad5faf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from mucsci-students/Tests-for-Method

     Add method test and other minor changes
    katied0921 committed Mar 1, 2024
    Copy the full SHA
    e1522db View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    01ca69b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5bcfb14 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2d62a75 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b961b62 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #105 from mucsci-students/FieldsFixes

    Fields fixes
    ZHG9 committed Mar 1, 2024
    Copy the full SHA
    41c2342 View commit details
    Browse the repository at this point in the history
  8. Parameters

    danishzubari committed Mar 1, 2024
    Copy the full SHA
    b154092 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9b88af6 View commit details
    Browse the repository at this point in the history
  10. Update attribute.py

    ZHG9 committed Mar 1, 2024
    Copy the full SHA
    d4a9512 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #106 from mucsci-students/Param

    Parameters with pydoc comments
    ZHG9 committed Mar 1, 2024
    Copy the full SHA
    4231544 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    f88c9b7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #107 from mucsci-students/NameCheckerKeywordLibrar…

    …yFix
    
    Changed name_checker to use Python keyword library instead of list of…
    ZHG9 committed Mar 1, 2024
    Copy the full SHA
    87ffec8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Copy the full SHA
    7cc5171 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from mucsci-students/Parameters

    Pytest for Parameters and add a function for delete all Parameters
    ZHG9 committed Mar 3, 2024
    Copy the full SHA
    1c05d2d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Copy the full SHA
    8236fbb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from mucsci-students/Controller+View

    controller and view updated/split, attribute changes accounted for
    ZHG9 committed Mar 6, 2024
    Copy the full SHA
    4554ae4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7ff6a9f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ca9be7c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request #113 from mucsci-students/UpdateMethod

    Update method's data structure...
    jldaggs committed Mar 7, 2024
    Copy the full SHA
    15f0c3b View commit details
    Browse the repository at this point in the history
  2. Finalized Side toolbar and upper menu bar. Began looking into a separ…

    …ate controller, but havent integrated it yet.
    pmccullough2204 committed Mar 7, 2024
    Copy the full SHA
    a482a31 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8008ff3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b553801 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Copy the full SHA
    0eb99a7 View commit details
    Browse the repository at this point in the history
  2. folder rearranging

    jldaggs committed Mar 8, 2024
    Copy the full SHA
    65a37a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #115 from mucsci-students/buildSystem+Tests

    Implimented a build system, updated tests, updated README
    jldaggs committed Mar 8, 2024
    Copy the full SHA
    3f371ba View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f0f6359 View commit details
    Browse the repository at this point in the history
  5. Finished help

    pmccullough2204 committed Mar 8, 2024
    Copy the full SHA
    559e747 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Copy the full SHA
    f9dee82 View commit details
    Browse the repository at this point in the history
  2. More GUI

    pmccullough2204 committed Mar 10, 2024
    Copy the full SHA
    f7652e2 View commit details
    Browse the repository at this point in the history
  3. More Updates to GUI

    pmccullough2204 committed Mar 10, 2024
    Copy the full SHA
    3a3f1db View commit details
    Browse the repository at this point in the history
  4. Save & Load Updates

    pmccullough2204 committed Mar 10, 2024
    Copy the full SHA
    e2aa0e2 View commit details
    Browse the repository at this point in the history
  5. Moar

    pmccullough2204 committed Mar 10, 2024
    Copy the full SHA
    ae8b1b1 View commit details
    Browse the repository at this point in the history
  6. print/return changes

    jldaggs committed Mar 10, 2024
    Copy the full SHA
    6e2d5f6 View commit details
    Browse the repository at this point in the history
  7. more

    pmccullough2204 committed Mar 10, 2024
    Copy the full SHA
    7fe5f59 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fb79ddf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #118 from mucsci-students/Return/fix_Changes

    print/return changes
    pmccullough2204 committed Mar 10, 2024
    Copy the full SHA
    bd683fb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #117 from mucsci-students/GUIWork

    G UI work
    jldaggs committed Mar 10, 2024
    Copy the full SHA
    70f302a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. more

    pmccullough2204 committed Mar 11, 2024
    Copy the full SHA
    7c4da3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3379735 View commit details
    Browse the repository at this point in the history
  3. MostlyWorking

    pmccullough2204 committed Mar 11, 2024
    Copy the full SHA
    b93815f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #120 from mucsci-students/GUIWork

    MostlyWorking
    jldaggs committed Mar 11, 2024
    Copy the full SHA
    05c9948 View commit details
    Browse the repository at this point in the history
  5. schema updates

    jldaggs committed Mar 11, 2024
    Copy the full SHA
    308b61d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #121 from mucsci-students/schema

    schema updates
    pmccullough2204 committed Mar 11, 2024
    Copy the full SHA
    cb0b419 View commit details
    Browse the repository at this point in the history
  7. More GUI

    pmccullough2204 committed Mar 11, 2024
    Copy the full SHA
    11b52ee View commit details
    Browse the repository at this point in the history
  8. Merge pull request #122 from mucsci-students/GUIWork

    More GUI
    jldaggs committed Mar 11, 2024
    Copy the full SHA
    57237bd View commit details
    Browse the repository at this point in the history
  9. huzzah it mostly works

    jldaggs committed Mar 11, 2024
    Copy the full SHA
    ad1ae3c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    abedafb View commit details
    Browse the repository at this point in the history
  11. Merge pull request #123 from mucsci-students/YAY

    huzzah it mostly works
    pmccullough2204 committed Mar 11, 2024
    Copy the full SHA
    3449b9e View commit details
    Browse the repository at this point in the history
  12. fixes

    jldaggs committed Mar 11, 2024
    Copy the full SHA
    83d6ff9 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    90cb6e2 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    ccbc441 View commit details
    Browse the repository at this point in the history
  15. toml

    jldaggs committed Mar 11, 2024
    Copy the full SHA
    1beb879 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    afa7d32 View commit details
    Browse the repository at this point in the history