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

feat: add ability to list all accounts and players in admin editor #115

Closed

Conversation

dhmello
Copy link

@dhmello dhmello commented Aug 24, 2024

Temporary Feature.

Description

This pull request introduces a new feature that allows administrators to list all accounts and players directly within the admin editor pages:

  • Account Editor: All accounts are now displayed in a table format, with columns for ID, Name, and Email, and an option to edit each account. This provides a comprehensive view of all accounts, making it easier to manage and edit them from one location.

  • Player Editor: Players linked to an account are now listed in a table format, along with an edit option for each player. This functionality allows for a more organized and efficient management of players within the admin panel.

These enhancements significantly improve the admin interface, making it easier to access and manage both accounts and players.

Fixes #114

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested

Test Configuration:

  • MyAAC Version: (latest: 0.8.16)

  • Browser:

    • Chrome
    • Opera
  • Operating System:

    • Windows
    • Ubuntu

Checklist

  • I've created separated branch from main updated
  • My code follows the style guidelines of this project
  • I followed project rules, best practices, and code indentation
  • I have performed a self-review of my own code
  • I checked the PR checks reports
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

@majestyotbr majestyotbr changed the title Feat: Add ability to list all accounts and players in admin editor. feat: add ability to list all accounts and players in admin editor Aug 25, 2024
@dhmello dhmello closed this by deleting the head repository Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List of players and accounts in the editor
2 participants