emberjs / rfcs

RFCs for changes to Ember
https://rfcs.emberjs.com/
791 stars 406 forks source link

Advance RFC #0726 `"DOM Element descriptor interface for test helpers"` to Stage Ready for Release #992

Closed emberjs-rfcs-bot closed 10 months ago

emberjs-rfcs-bot commented 1 year ago

Advance #0726 to the Ready For Release Stage

Rendered

Summary

This pull request is advancing the RFC to the Ready For Release Stage.

An FCP is required before merging this PR to advance.

Upon merging this PR, automation will open a draft PR for this RFC to move to the Released Stage.

Ready for Release Stage Description This stage is complete when the implementation is complete according to plan outlined in the RFC, and is in harmony with any changes in Ember that have occurred since the RFC was first written. This includes any necessary learning materials. At this stage, features or deprecations may be available for use behind a feature flag, or with an optional package, etc. For codebase changes, there are no open questions that are anticipated to require breaking changes; the Ember team is ready to commit to the stability of any interfaces exposed by the current implementation of the feature. This stage should include a list of criteria for determining when the proposal can be considered Recommended after being Released. An FCP is required to move into this stage. Each Ember core team will be requested as a reviewer on the PR to move into this stage. A representative of each team adds a review. If a team does not respond to the request, and after the conclusion of the FCP, it is assumed that the release may proceed.

Checklist to move to Ready for Release

Criteria for moving to Recommended (required)

A set of criteria for moving this RFC to the Recommended Stage, following release:

We discussed documentation requirements and agreed that including this in the appropriate repo README's is sufficient. It doesn't need to get added to the guide / tutorial. So the criterion is just reviewing those READMEs. The feature is purely additive and doesn't depend on any in-flight features so we don't see any additional blockers for Recommended.

Track Implementation

ef4 commented 11 months ago

@bendemboski could you please look this over and fill out the criteria for calling this RFC "Recommended"?

ef4 commented 11 months ago

Also, if implementation work has already shipped or is in flight it would be good to link PRs here.

bendemboski commented 11 months ago

@ef4 does something need to happen to give me permissions to edit the PR description? Or is there some other process for me to provide this info that I'm not seeing?

ef4 commented 11 months ago

Oh yeah, please just comment instead of edit and we can figure that out.

bendemboski commented 11 months ago

Implementation tracking:

ef4 commented 11 months ago

@bendemboski are there any blockers we can help with on the implementation here?

bendemboski commented 10 months ago

@ef4 I don't think so -- I've not had much time for OSS lately, but should soon be able to get the fractal-page-object work done, and then once I have a test app in fractal-page-object proving the integrated story (dom-element-descriptors + @ember/test-helpers + qunit-dom + fractal-page-object), we can start working on getting the various PRs merged.

At least that's my current plan, but open to feedback!

bendemboski commented 10 months ago

@ef4 the implementations are all complete in the various PRs, described above. I think I need a little help with the criteria for moving to recommended...I guess I'm just not familiar enough with the process to know what they should be.

Certainly all the PRs need to be merged and released, including documentation in each of the individual projects. We had discussed some documentation in the Ember guides, but not until/unless we decide that they should start recommending the page object pattern. I guess there should be some period of hardening -- usage, feedback, bug fixes & improvements -- before this would become recommended.

So I think next steps here are:

  1. Somebody help me figure out the criteria for moving to recommended
  2. Convert the qunit-dom and @ember/test-helpers PRs from draft to ready-to-merge, and do whatever is needed to get them merged
  3. Update the fractal-page-object branch to have the test app consume the published versions of those two packages, rather than patching them, and merge and release it.

Make sense? How can we do (1)?

I'm hoping to join the 11am Pacific RFC review call tomorrow, but I'm not totally sure I'll be able to.