itachi1706 / NTU-CZ2002-Assignment

Restaurant Reservation and Point of Sale System (RRPSS) - Group Assignment for NTU CZ2002 (OODP) AY1819S2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NTU SCSE CZ2002 OODP Assignment (FSP6 Group 2 AY18/19)

This is the main group repository for the OODP Assignment

Notice to Collaborators

Please remember to clone and import this as a GRADLE PROJECT to prevent unnecessary stuff from being added to Git. I have steps that I made to show you how to do so in Eclipse and IntelliJ IDEA respectively.

Also note that the Master branch will be locked from being pushed. All code changes are to be done through pull requests. And view the Projects/Issues tab to see roughly where we are in terms of progress for this assignment.

Pull Request Notice

Should you find one of the checks being hanged (stuck at "Waiting for status to be reported"), do a force push of your commit again. Launch the Console in git and run the following 2 commands

git commit --amend --no-edit
git push -f

Some References

How to Git for Dummies

The code in this project remains the copyrighted works of the relevant people who have committed the code into this repository. All Rights Reserved

About

Restaurant Reservation and Point of Sale System (RRPSS) - Group Assignment for NTU CZ2002 (OODP) AY1819S2


Languages

Language:Java 100.0%Language:Batchfile 0.0%