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

Learning Team Agenda - Aug 6th #322

Merged
merged 12 commits into from
Aug 10, 2020
81 changes: 81 additions & 0 deletions learning-team/2020-08/2020-08-06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Month Day, Year

Facilitator & Note Taker:

## Attendees

Add yourself to the list if you attend and check the box!

### Core Team
- [ ] Amy Lam (AL)
- [ ] Chris Manson (CM)
- [ ] Isaac Lee (IL)
- [ ] Jared Galanis (JG)
- [ ] Jen Weber (JW)
- [ ] Jessica Jordan (JJ)
- [ ] Kenneth Larsen (KL)
- [ ] Melanie Sumner (MS)
- [ ] Ricardo Mendes (RM)
- [ ] Robert Wagner (RW)

### Guests
- [] Your name here (INITIALS)
ijlee2 marked this conversation as resolved.
Show resolved Hide resolved

## Weekly review

### Review action items (weekly)
See: [Action items board](https://github.com/orgs/ember-learn/projects/47)

### Review Initiatives board (every other week)
See: [Initiatives board](https://github.com/orgs/ember-learn/projects/19)

### Review PR queue
See: [tracking sheet](https://docs.google.com/spreadsheets/d/1sPyN9z9wZMpTNwqCfa6R9QSPZkIW4iQd-H4gZC7ILLk/edit#gid=2035777454)

## Topics

<!-- If you would like to add a topic to the agenda please add a suggestion to the PR using the following format: -->
<!-- ### Your topic (INITIALS, expected duration in minutes) -->
<!-- replace with topic -->
MelSumner marked this conversation as resolved.
Show resolved Hide resolved
### Reorganizing `Built-In Components` in Ember Guides (IL, 10-15 min)

Related links:

- https://github.com/ember-learn/guides-source/issues/1485
- https://discuss.emberjs.com/t/ember-octane-and-2-way-binding-what-are-you-recommend/18092
- https://github.com/emberjs/ember.js/blob/master/packages/%40ember/-internals/glimmer/lib/templates/input.hbs (used by `<Input>` component)
- https://github.com/emberjs/ember.js/blob/master/packages/%40ember/-internals/glimmer/lib/templates/component.hbs (used by `<Textarea>` component)

It wasn't clear to the issuer that event handling for built-in `<Input>` component needs to be different for checkbox and non-checkbox inputs. Our checkbox examples show first and last names (not the best example of a checkbox).

Proposed todos:

- Rename the section from `Built-In Components` to `Input Components`
- Reorganize the section to:
```
Input Components
├── Native Inputs
└── Built-In Inputs
├── Non-Checkbox Input
├── Checkbox Input
└── Textarea
```
- Check that the event names are correct for the built-in non-checkbox and checkbox input components
<!-- replace with topic -->
<!-- replace with topic -->
<!-- replace with topic -->
ijlee2 marked this conversation as resolved.
Show resolved Hide resolved

### Moving the old CLI website under ember-learn org?

JW/CM: We are continuing work to make it possible to do incremental redirects for the ember-cli.com website over to cli.emberjs.com. As part of that, we want to set up a netlify deployment. It's easiest if we move the repo from the ember-cli org to ember-learn, if both teams agree. The plan is...

## Ember Times suggestions
Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord.

## Any Questions?
Questions, comments or concerns? Submit a comment or PR for this set of notes.