Restructure WPR to match BWPU

Open
#261 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
38/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
playwright, typescript

Research direction

Start by inspecting the existing src/ tree, especially the backwpup/common, features, support, and utils folders, and identify the current shared features and support functions. Done means WPR has the same internal structure as backwpup, while common features, support functions, and utilities are placed in the appropriate parent-level folders.

Written by the indexing model from the issue text.

Description

  • Currently inside src, we have the BWPU folder ,which has some folders inside it i.e, features, common, steps..etc
  • We need to have the same structure for WPR and common functions between WPR and BWPU to be moved to a folder inside the parent folder

Current
src/
├── config/
├── features/
├── support/
│ ├── results/
│ ├── steps/
│ └── ...
├── utils/
├── backwpup/
│ ├── common
│ ├── features
│ ├── support
│ ├── utils
│ └── ...
└── ...

Expected
src/
├── config/
├── features/ ======>for common features i.e install, activate , delete
├── support/ ====> for common support functions
│ ├── results/
│ ├── steps/
│ └── ...
├── utils/
├── backwpup/
│ ├── common
│ ├── features
│ ├── support
│ ├── utils
│ └── ...
├── wp-rocket/
│ ├── common
│ ├── features
│ ├── support
│ ├── utils
│ └── ...
└── ...

Dominant language
TypeScript
Stars
1
Forks
1
Avg merge
3d 22h
Merged PRs (30d)
3

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from wp-media/wp-rocket-e2e

All issues in wp-media/wp-rocket-e2e

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.