Skip to content

Commit

Permalink
Merge pull request #11 from neu-se/ip1
Browse files Browse the repository at this point in the history
ip1 instructions
  • Loading branch information
abhutta0 authored Jan 4, 2025
2 parents 0e4ea95 + f5a9341 commit 8a37159
Show file tree
Hide file tree
Showing 8 changed files with 430 additions and 3 deletions.
Binary file added Assignments/ip1/ActionsTab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assignments/ip1/class-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
411 changes: 411 additions & 0 deletions Assignments/ip1/ip1.md

Large diffs are not rendered by default.

Binary file added Assignments/ip1/linter-errors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions _announcements/week-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Welcome to CS4530 - Spring 2025
week: 1
date: 2025-01-03
---

On behalf of the entire [instructional team](https://neu-se.github.io/CS4530-Spring-2025/staff) (all 2 instructors and 18 TAs), welcome to the Spring 2025 edition of CS 4530! [This website](https://neu-se.github.io/CS4530-Spring-2025/) will contain all of the lectures, assignments and tutorials for the class. Our [Canvas site](https://northeastern.instructure.com/courses/202301) contains your gradebook as well as single-sign-on links to Piazza (for discussion), instructions for submitting assignments and replicates much of the material from the class website.

In advance of the first week of class, we've shared the [calendars for each section](https://neu-se.github.io/CS4530-Spring-2025/calendar/), the first two lectures (with related activities), and tutorials on installing your IDE, Typescript, Unit testing with Jest, MongoDB and API Requests. The schedule of office hours will also be posted on the staff page soon. We will start holding office hours from Monday Jan 6th.

The first [individual project deliverable](https://neu-se.github.io/CS4530-Spring-2025/assignments/ip1) is now available. This deliverable is due by January 22nd at 12pm (Noon) ET. Your work will be submitted through github Classroom. We would encourage you to start working on this assignment early. Feel free to use piazza to ask questions and use office hours if you need help. We have 72 hours of scheduled TA office hours per week.

Zoom link for the online section (Section 4) can be found on Canvas -> Zoom Meetings.

We are excited to meet you all next week!
{: .fs-5 }
2 changes: 1 addition & 1 deletion _data/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependency:
ip1:
name: Individual Project 1
type: deadline
page:
page: /assignments/ip1
ip2:
name: Individual Project 2
type: deadline
Expand Down
2 changes: 1 addition & 1 deletion lectures/l1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this lecture, you will learn
* two different ways to solicit and document our users' requirements

### Important Dates:
* Individual Project 1 **Due Wednesday, January 22 by 12pm (Noon)**{: .label .label-red }
* [Individual Project 1]({{ site.baseurl }}{% link Assignments/ip1/ip1.md %}) **Due Wednesday, January 22 by 12pm (Noon)**{: .label .label-red }

{% include lesson.html %}

Expand Down
2 changes: 1 addition & 1 deletion lectures/l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this lecture, you will learn to:


### Important Dates:
* Individual Project 1 **Due Wednesday, January 22 by 12pm (Noon)**{: .label .label-red }
* [Individual Project 1]({{ site.baseurl }}{% link Assignments/ip1/ip1.md %}) **Due Wednesday, January 22 by 12pm (Noon)**{: .label .label-red }


{% include lesson.html %}
Expand Down

0 comments on commit 8a37159

Please sign in to comment.