diff --git a/.gitignore b/.gitignore
index 71c9194e8bd..f85cff43711 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,9 @@ src/main/resources/docs/
/out/
/*.iml
+# Gradle run bin (on VS code)
+/bin
+
# Storage/log files
/data/
/config.json
diff --git a/README.md b/README.md
index 13f5c77403f..991c465a237 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,39 @@
-[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
+[![CI Status](https://github.com/AY2122S2-CS2103T-W14-3/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2122S2-CS2103T-W14-3/tp/actions)
+
+
+
![Ui](docs/images/Ui.png)
-* This is **a sample project for Software Engineering (SE) students**.
- Example usages:
- * as a starting point of a course project (as opposed to writing everything from scratch)
- * as a case study
-* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details.
- * It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
- * It comes with a **reasonable level of user and developer documentation**.
-* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...).
-* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**.
-* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.
+# InternBuddy
+InternBuddy is a desktop app for managing companies for internships, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
+If you can type fast, InternBuddy can get your internship management deliverables done faster than traditional GUI apps.
+
+InternBuddy provides you a way to plan and organize all your internship details on a single application, with intuitive
+UI to make your Job Seeking journey a smooth road.
+
+InternBuddy allows you to:
+* Store and manage Companies
+* Manage Contacts
+ * For example: Hiring Manager Contact Details
+* Manage Events
+ * For example: Interviews and Online Assessments
+
+For more detailed information on how to use the application, click on [User Guide](docs/UserGuide.md)
+
+---
+
+### More Information about the Project
+* InternBuddy is an **ongoing** collaborated Software Development Project maintained by
+ * Albert Sutiono
+ * Edward Alvin
+ * Muhammad Radhya
+ * Steven Gabriel Kho Chua
+* InternBuddy is a brown-field project which is forked from [Address Book 3](https://github.com/nus-cs2103-AY2122S2/tp), a software development project (around 6 KLoC) which provide a baseline for InternBuddy.
+* You can look into our [Developer Guide](docs/DeveloperGuide.md) for more details about the codebase.
+
+### Main Language and Tools used:
+
+ + +
diff --git a/build.gradle b/build.gradle index be2d2905dde..3e4799376a6 100644 --- a/build.gradle +++ b/build.gradle @@ -70,3 +70,7 @@ shadowJar { } defaultTasks 'clean', 'test' + +run { + enableAssertions = true +} diff --git a/docs/AboutUs.md b/docs/AboutUs.md index 1c9514e966a..d1abac4842d 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -5,55 +5,56 @@ title: About Us We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg). -You can reach us at the email `seer[at]comp.nus.edu.sg` - ## Project team +### Albert Sutiono -### John Doe + - +[[github](https://github.com/albertsutz)] +[[linkedin](https://www.linkedin.com/in/albert-sutiono/)] +[[portfolio](./team/albertsutz.md)] -[[homepage](http://www.comp.nus.edu.sg/~damithch)] -[[github](https://github.com/johndoe)] -[[portfolio](team/johndoe.md)] +* Role: Developer +* Responsibilities: In charge of Code Review and `find`, `edit` commands implementation, Testing +