From 7b33ba874f15cf8af7ebea3d4ee01e35dae2fb97 Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 21 Jun 2025 19:39:29 -0400 Subject: [PATCH] Update README with changes --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e6bc6f..7c42c59 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,9 @@ I also noticed that such a tool was frequently requested in the AzerothCore Disc | `realms[0].charactersDatabase` | `ACORE_ARMORY_REALMS__0__CHARACTERS_DATABASE__`... | Database configuration object | | Configuration for the characters database. See "Database configuration" below | | `worldDatabase` | `ACORE_ARMORY_WORLD_DATABASE__`... | Database configuration object | | Configuration for the world database. This is shared between all realms at the moment. See "Database configuration" below | | `dbQueryTimeout` | `ACORE_ARMORY_DB_QUERY_TIMEOUT` | Number | `10000` | The maximum duration in milliseconds of a database query before it times out | +| `featureFlags.enableQuestsPage`| `ACORE_ARMORY_FEATURE_FLAGS__ENABLE_QUESTS_PAGE` | Boolean | `true` | Feature flag to enable the quests page and quest comparison tool | +| `featureFlags.enableReputationPage`| `ACORE_ARMORY_FEATURE_FLAGS__ENABLE_REPUTATION_PAGE` | Boolean | `true` | Feature flag to enable the reputation page | +| `featureFlags.enableSkillsPage`| `ACORE_ARMORY_FEATURE_FLAGS__ENABLE_SKILLS_PAGE` | Boolean | `true` | Feature flag to enable the skills page |
@@ -259,8 +262,11 @@ This repository is used in production over at [ChromieCraft](https://www.chromie - [X] Achievements - [X] PvP statistics, including arena teams - [ ] Statistics (from the achievements panel in-game) - - [ ] Reputations + - [X] Reputations (work in progress, not accurate for some races) + - [X] Skills, including Professions + - [X] Quests, including quest comparison tool - [ ] Stats (from the character sheet, i.e. health, mana, etc) + - [X] Current Zone - [X] Guild page - [X] Guild emblem - [X] Members list @@ -270,6 +276,7 @@ This repository is used in production over at [ChromieCraft](https://www.chromie - [ ] PvP ladder - [X] Arena ladder - [ ] Achievements ladder +- [X] Feature Flags to enable or disable the Reputations, Skills, and Quests pages See the [open issues](https://github.com/r-o-b-o-t-o/azerothcore-armory/issues) for a list of suggested features and known issues.