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

Rename "register agent" use case to "enroll agent" #607

Open
7 tasks
vikman90 opened this issue Feb 14, 2025 · 0 comments
Open
7 tasks

Rename "register agent" use case to "enroll agent" #607

vikman90 opened this issue Feb 14, 2025 · 0 comments
Labels

Comments

@vikman90
Copy link
Member

vikman90 commented Feb 14, 2025

Description

We need to rename the "register agent" use case to "enroll agent" for consistency and clarity. This change affects the command-line option, internal class names, and documentation.

Tasks

  • Rename the command-line option from --register-agent to --enroll-agent.
  • Update the CLI help text to use "enroll" instead of "register".
  • Rename the implementation file to agent_enrollment.cpp.
  • Rename the namespace and class to AgentEnrollment.
  • Update the server mock: files and comments.
  • Update all relevant documentation to reflect this change.
  • Ensure there are no remaining references to "register" or "registration" related to this use case.

Definition of Done

  • The command-line option is --enroll-agent.
  • The help text correctly refers to the use case as "enroll".
  • The implementation file is named agent_enrollment.cpp.
  • The namespace and class are named AgentEnrollment.
  • The server mock has been updated to refer "enrollment".
  • The documentation is updated accordingly.
  • No references to "register" or "registration" remain in this context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

2 participants