Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CavBot2] Add milpac return function #5

Open
SyniRon opened this issue Sep 8, 2023 · 0 comments
Open

[CavBot2] Add milpac return function #5

SyniRon opened this issue Sep 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@SyniRon
Copy link
Contributor

SyniRon commented Sep 8, 2023

Objective

To extend the functionality of CavBot2 by adding a "MILPAC Return" feature. This feature will take a user's input and generate a link to that specific user's MILPAC record.

Key Focus Areas

  1. User Input: Accepting a keyword, username, or other identifiers as input.
  2. Data Query: Searching the MILPAC database to find the corresponding user record.
  3. Link Generation: Creating and returning a direct link to the user's MILPAC record.

Deliverables

User Input

  1. Modify CavBot2 to include an input field or command interface where users can enter a keyword, username, or other identifiers.

Data Query

  1. Implement a function within CavBot2 that queries the MILPAC database using the provided input to find the corresponding user record.

Link Generation

  1. Add a feature to generate and return a direct link to the located user's MILPAC record.

Problem Statement

Currently, finding a specific user's MILPAC record requires manual navigation through the database, which can be time-consuming and cumbersome.

Optional Features

  1. Include an error-handling mechanism to deal with cases where no matching records are found or multiple potential matches exist.
  2. Add the ability to return additional information alongside the link, such as rank or unit, for quick reference.

By implementing this MILPAC Return feature in CavBot2, we aim to streamline the process of locating specific MILPAC records, making it more efficient and user-friendly.

@SyniRon SyniRon added the enhancement New feature or request label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant