Giter Club home page Giter Club logo

software-design-vu's Introduction

Software Design

This is the template for the team project of the Software Design course at the Vrije Universiteit Amsterdam.

The first step of your team project is to fork this repository. All subsequent work will be on your newly forked repository.

Each assignment requires the creation of a dedicated branch and all the work must be done only on that branch (in your repository). The name of the branch must be Assignment<NUMBER OF THE ASSIGNMENT (1, 2, or 3)>

During the course you will be asked to add an additional contributor to your repository. The collaborator must be the TA that has been assigned to your team on this spreadsheet.

Submission of an assignment

After finalizing your assignment, you can submit it by:

  • creating a single pull request from the branch of your assignment to the master branch of your repository;
  • creating a submission in Canvas where you will provide the unique URL of your pull request.

How to create a Pull Request

  1. Open your git repository

  2. Click on Pull requests, then click on the green button that says “new pull request”. You’ll come to a page that says “Compare changes”.

  3. Choose branches. To create a pull request, you want to set the base and compare branches to the following:
    base repository: S2-group/software-design-vu
    base: master
    head repository: "yourname"/software-design-vu
    compare: branch you want to merge from (ex. if you worked from master branch, then choose master)

  4. Once you’ve selected your branches, Github will ask you to write a title and a comment. Write your group number in the title.

You will see a list of commits that have been made by you. If you have followed the steps correctly, Github will show you a page that says “Open a pull request”. This is how you create a pull request.

Submission format

Before making the pull request for your assignments 2 and 3, you shall push also a fat Jar in your repository.

How to build a Jar file with Intellij:

  1. Go to File -> Project Structure and click Artifacts.
  2. Click the Add button (+), point to JAR, and select From modules with dependencies.
  3. To the right of the Main Class field, click the Browse button, select Search By Name and search for your class in the dialog that opens (for example, if the name of your class is Main, then search for Main).
  4. Apply the changes and close the dialog.

You can find your jar file in /out/artifacts/filename.jar.

If you are still having troubles, check out this link.

software-design-vu's People

Contributors

iivanoo avatar bojanaarsovska avatar sarthakg17 avatar narimaaan avatar danieljmchugh avatar donalshortt avatar

Forkers

naseya

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.