diff --git a/Day 38 (class and function design)/Improve the design/tp06bce7.BAT b/Day 38 (class and function design)/Improve the design/tp06bce7.BAT deleted file mode 100644 index 6a8868c..0000000 --- a/Day 38 (class and function design)/Improve the design/tp06bce7.BAT +++ /dev/null @@ -1,5 +0,0 @@ -@ECHO OFF -C: -CD "\stuff\cs495\notes\Day 38 (class and function design)\Improve the design" -"C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin\java.exe" -cp .;"C:\Program Files\Java\javafx-sdk-17.0.0.1\lib\javafx.base.jar";"C:\Program Files\Java\javafx-sdk-17.0.0.1\lib\javafx.controls.jar";"C:\Program Files\Java\javafx-sdk-17.0.0.1\lib\javafx.fxml.jar";"C:\Program Files\Java\javafx-sdk-17.0.0.1\lib\javafx.graphics.jar";"C:\Program Files\Java\javafx-sdk-17.0.0.1\lib\javafx.media.jar";"C:\Program Files\Java\javafx-sdk-17.0.0.1\lib\javafx.swing.jar";"C:\Program Files\Java\javafx-sdk-17.0.0.1\lib\javafx.web.jar";"C:\Program Files\Java\javafx-sdk-17.0.0.1\lib\javafx-swt.jar" --module-path "C:\Program Files\Java\javafx-sdk-17.0.0.1\lib" --add-modules=javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web Player -PAUSE diff --git a/Homework/01/index.html b/Homework/01/index.html index 2f148ff..83af2e4 100644 --- a/Homework/01/index.html +++ b/Homework/01/index.html @@ -32,7 +32,7 @@
  • Create all tables
  • @@ -61,7 +61,7 @@
  • Include the following delete command:
  • @@ -70,7 +70,7 @@

    Note that in real life, it would likely be useful to have a geospatial index on latitude and longitude. SQLite doesn't support this, but there are add-ons and workarounds (though that is not required for this assignment).


    -

    Submit a text document with all of your SQL commands in Educat, by November 6, 2024.

    +

    Submit a text document with all of your SQL commands in Educat, by November 13, 2024.

    diff --git a/assignments.html b/assignments.html index bf6d85c..b237568 100644 --- a/assignments.html +++ b/assignments.html @@ -29,6 +29,38 @@ Value Description + + Monday 11/18/2024 + Sprints 6, 7, and 8 + 80 points + + Team progress since check-in on October 28th. + + + + Wednesday 11/13/2024 + Database homework + 40 points + + Complete SQL commands as directed in the assignment writeup. Submit your work in Educat. + + + + Wednesday 11/6/2024 + In class: refactor the code + 20 points + + In a small group, refactor the .java code from the repo to increase cohesion and decrease coupling:
    notes\Day 38 (class and function design)\Improve the design
    Show me your work to get credit on this one. + + + + Monday 10/28/2024 + Sprints 4 and 5 + 80 points + + Team progress since last check-in. + + Monday 10/14/2024 10:00pm Project check-in