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

Add admin service, support screen name formatting #45

Merged
merged 2 commits into from
Jun 29, 2024

Commits on Jun 29, 2024

  1. Add admin service and screenname formatting

    Adds an additional service, ADMIN, to handle administrative functions such as
    formatting screenname, updating email address, etc.
    
    This initial pass implements screenname formatting and stubs out a few additional
    functions to be implemented later.
    jgknight committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ca64417 View commit details
    Browse the repository at this point in the history
  2. Add admin service unit tests

    jgknight committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    b7280a4 View commit details
    Browse the repository at this point in the history