AY2425S1-CS2113-T10-1 / tp

0 stars 4 forks source link

//@@ jadenlimjc

Duke project template

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.

Product Description

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.

Setting up in Intellij

Prerequisites: JDK 17 (use the exact version), update Intellij to the most recent version.

  1. 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.
  2. Import the project as a Gradle project, as described here.
  3. Verify the setup: After the importing is complete, locate the src/main/java/seedu/duke/Duke.java file, right-click it, and choose Run Duke.main(). If the setup is correct, you should see something like the below:

    > Task :compileJava
    > Task :processResources NO-SOURCE
    > Task :classes
    
    > Task :Duke.main()
    Hello from
    ____        _        
    |  _ \ _   _| | _____ 
    | | | | | | | |/ / _ \
    | |_| | |_| |   <  __/
    |____/ \__,_|_|\_\___|
    
    What is your name?

    Type some word and press enter to let the execution proceed to the end. CS2113 T10 Team 1

Jaden Lim Jie Chen

Tan Ting Hui

Jai Vinod Kumar Rahul

Man Kit Yu**

Build automation using Gradle

Testing

I/O redirection tests

JUnit tests

Checkstyle

CI using GitHub Actions

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.

Documentation

/docs folder contains a skeleton version of the project documentation.

Steps for publishing documentation to the public:

  1. 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.
  2. Click on the settings tab.
  3. Scroll down to the GitHub Pages section.
  4. Set the source as master branch /docs folder.
  5. Optionally, use the choose a theme button to choose a theme for your documentation.