Skip to content

HireMe v1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@woke02 woke02 released this 17 Oct 12:03
· 434 commits to master since this release
700886c

HireMe v1.3 Release Notes

Release Date: 17 October 2024


Overview

HireMe v1.3 is the initial release of the HireMe internship application tracking system, optimized for use via a Command Line Interface (CLI). It allows users to efficiently manage their internship applications, while providing the ease of use of a desktop GUI.


Features

Core Functionality

  1. Add Internship Applications
    • Users can add internship applications by specifying the company name, role, email, and application date.
    • Example:
      /a n/Google r/Software Engineer Intern e/[email protected] d/16/09/24
      
Add
  1. List All Applications
    • Users can list all internship applications in the system.
    • Example:
      /list
      
list
  1. Find Applications by Company Name Prefix
    • Users can search for applications by specifying the prefix of the company name.
    • Example:
      /f Met
      
    • This will return all applications where the company name starts with "Met", such as Meta.
find
  1. Delete Internship Applications
    • Users can delete specific internship applications by specifying their index in the list.
    • Example:
      /d 1
      
delete
  1. Clear All Applications

    • Users can clear all stored internship applications at once.
    • Example:
      /clear
      
  2. Help Command

    • A help command is available to provide information on how to use the system.
    • Example:
      /help
      
  3. Autoload

    • The application automatically loads previously saved data when it starts, so users can resume where they left off without manual intervention.
  4. Autosave

    • The application automatically saves any changes made to the data, so there’s no need for a manual save.

Known Issues

  • No edit functionality: Currently, there is no option to modify an existing internship application after it has been added. Users need to delete and re-add the application if changes are required.

Future Improvements

  • Edit Command: Future releases will introduce the ability to modify existing applications.
  • Enhanced Search: Search capabilities will be expanded beyond company name prefixes to include role and tags.

This version is the first step toward a comprehensive internship management tool. We hope to gather feedback to further improve the user experience and functionality.