//@@ jadenlimjc
This is a project template for a greenfield Java project. It's named after the Java mascot Duke. Given below are instructions on how to use it.
This product aims to streamline the tracking of internship applications for the user, where the user is able to store key details of the internship as well as save and edit the status of the application.
By using this tool, the user can:
Store Important seedu.easinternship.Internship Information: Users can input and store key details such as the role, company, duration, required skills, application deadlines, and any additional notes.
Track Application Status: Users can save the current status of their application (e.g., not applied, applied, interview scheduled, offer received) and update it as the application progresses.
Edit and Manage Internships: Users have the ability to edit saved internships as needed, modify statuses, update deadlines, or remove outdated internships from the list.
Filter Internships by Key Criteria: The user can filter the tracked internships by relevant skills, application status, or upcoming deadlines, allowing for better organization and prioritization.
Monitor Deadlines Easily: The tool helps ensure users stay on top of their internship deadlines by flagging or sorting applications with approaching deadlines.
Prerequisites: JDK 17 (use the exact version), update Intellij to the most recent version.
- Ensure Intellij JDK 17 is defined as an SDK, as described here -- this step is not needed if you have used JDK 17 in a previous Intellij project.
- Import the project as a Gradle project, as described here.
- Verify the setup: After the importing is complete, locate the
src/main/java/seedu/duke/Duke.javafile, right-click it, and chooseRun Duke.main(). If the setup is correct, you should see something like the below:Type some word and press enter to let the execution proceed to the end. CS2113 T10 Team 1> Task :compileJava > Task :processResources NO-SOURCE > Task :classes > Task :Duke.main() Hello from ____ _ | _ \ _ _| | _____ | | | | | | | |/ / _ \ | |_| | |_| | < __/ |____/ \__,_|_|\_\___| What is your name?
Jaden Lim Jie Chen
Tan Ting Hui
Jai Vinod Kumar Rahul
Man Kit Yu**
- This project uses Gradle for build automation and dependency management. It includes a basic build script as well (i.e. the
build.gradlefile). - If you are new to Gradle, refer to the Gradle Tutorial at se-education.org/guides.
- To run I/O redirection tests (aka Text UI tests), navigate to the
text-ui-testand run theruntest(.bat/.sh)script.
- A skeleton JUnit test (
src/test/java/seedu/duke/DukeTest.java) is provided with this project template. - If you are new to JUnit, refer to the JUnit Tutorial at se-education.org/guides.
- A sample CheckStyle rule configuration is provided in this project.
- If you are new to Checkstyle, refer to the Checkstyle Tutorial at se-education.org/guides.
The project uses GitHub actions for CI. When you push a commit to this repo or PR against it, GitHub actions will run automatically to build and verify the code as updated by the commit/PR.
/docs folder contains a skeleton version of the project documentation.
Steps for publishing documentation to the public:
- If you are using this project template for an individual project, go your fork on GitHub.
If you are using this project template for a team project, go to the team fork on GitHub. - Click on the
settingstab. - Scroll down to the
GitHub Pagessection. - Set the
sourceasmaster branch /docs folder. - Optionally, use the
choose a themebutton to choose a theme for your documentation.