HireMe v1.3
Pre-release
Pre-release
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
- 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
- List All Applications
- Users can list all internship applications in the system.
- Example:
/list
- 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.
- Delete Internship Applications
- Users can delete specific internship applications by specifying their index in the list.
- Example:
/d 1
-
Clear All Applications
- Users can clear all stored internship applications at once.
- Example:
/clear
-
Help Command
- A help command is available to provide information on how to use the system.
- Example:
/help
-
Autoload
- The application automatically loads previously saved data when it starts, so users can resume where they left off without manual intervention.
-
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.