Skip to content

A terminal output project to be used as the first group project in the course

Notifications You must be signed in to change notification settings

nss-group-projects/fish-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fish Fusion Group Project

In this project, you are going to build a purchasing pipeline for a bargain fish restaurant in your city. It is crucial that your team reads all of the requirements and builds an algorithm with comments before you write a single line of code.

Getting Started

Each teammate should follow these instructions.

  1. Click the green Code button above.
  2. Make sure that SSH is chosen for the connection string (e.g. it should start with [email protected]...).
  3. Copy the connection string
  4. Go to/open a terminal and type cd ~/workspace then press Enter.
  5. Type in git clone and paste the connection string at the end. Then press Enter.
  6. This process will create a new sub-directory under workspace. Type in ls and then press Enter to see that new directory.
  7. Use the cd command to navigate to that directory.
  8. Use the code . command to open the project in Visual Studio Code.

Project Overview

There are 3 different actors in this system, and you will write functions in multiple modules of code to have them share data, and in the end, the restaurant will make its final purchases.

  1. Fishing Boat - This is the source of the fish. The boat catches the fish and makes the fresh catch available to purchasers.
  2. Fishmonger - The fishmonger purchases fresh fish off the boat, and head chefs around the city visit every morning to get fish for their daily menus.
  3. Fish Restaurant - The chef at fish restaurant purchases fresh fish from the fishmonger every day. To keep her prices low, she purchases lower cost food and combines them in tasty ways that people might not expect.

Requirements

# 🐡 Fish Fusion 🍣
1 The Fishing Boat
2 The Monger
3 The Restaurant
4 Menu Example
5 Advanced Iteration

About

A terminal output project to be used as the first group project in the course

Topics

Resources

Stars

Watchers

Forks