== Background
- We will be deploying the vector 2022 skin and dark mode to the next set of wikimedia projects
== User story
- As a reader of a wikimedia project, I want to be able to use the same skin across wikis
- As a product team, we want to have vector 2022 as the default skin on all wikis so that we can avoid significant versioning issues
== Requirements
- Deploy Vector 2022 to the following list of wikis:
[] azwiki
[] azwikimedia
[] Make sure dark mode available on both wikis
== BDD
```
Feature: Vector 2022 and dark mode deployments
Scenario: Deploy Vector 2022 skin as default on specified wikis
Given a user visits azwiki or azwikimedia
When the Vector 2022 skin is set as the default
Then the Vector 2022 skin should load as the default skin for all users
Scenario: Enable dark mode on specified wikis
Given a user visits azwiki or azwikimedia
When the dark mode feature is available
Then the user should be able to enable dark mode in their preferences or via a toggle
```
== Test Steps
__**Test Case 1: Verify Vector 2022 is set as the default skin__**
1. Visit azwiki and azwikimedia as a logged-out user.
2. Confirm that the Vector 2022 skin is displayed by default.
3. Log in to an account and check that the skin preference is set to Vector 2022 by default.
4. **AC1**: Vector 2022 skin is the default for both logged-in and logged-out users on azwiki and azwikimedia.
__**Test Case 2: Verify dark mode functionality__**
1. Visit azwiki and azwikimedia as a logged-in user.
2. Navigate to user preferences and enable dark mode.
3. Verify that the dark mode theme is applied across pages.
4. Test the toggle or dark mode options (if available for logged-out users).
5. **AC2**: Dark mode is available and functional for logged-in users, and the theme changes as expected.
__**Test Case 3: Verify compatibility for both features__**
1. Visit azwiki and azwikimedia on multiple browsers and devices.
2. Verify that both Vector 2022 and dark mode function correctly without any visual or functional issues.
3. **AC3**: No issues or inconsistencies are found in the implementation of Vector 2022 or dark mode.
== Design
- Add mockups and design requirements
== Acceptance criteria
[x] Get green light from @sgrabarczuk before deployment
[] Deploy to wikis according to requirements
== Communication criteria - does this need an announcement or discussion?
- All wikis must be communicated with ahead of time
== Rollback plan
- What is the rollback plan in production for this task if something goes wrong?
//This task was created by Version 1.3.0 of the [[ https://mediawiki.org/w/index.php?title=Reading/Web/Request_process | Web team task template ]] using [[ https://phabulous.toolforge.org/ | phabulous ]] //