Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Meetings

Christian Kienle edited this page Feb 6, 2019 · 11 revisions

When and Where?

Meetings take place three times a week. If you want to participate simply join our Slack channel. You will find up to date information (date, how to join the meetings) there.

Agenda for the Next Meeting

Adjust Schedule

  • Reduce #of Meetings?

IE Compatibility Issues

  • Symbol()
  • Template Strings

Why Babel?

  • Can't we just just typescript only?

Single File Component Migration

Current State

Vue 2.6

1st. February Minutes

Portals Support the concept of Portals: We have some components that render content that must always be on top of everything else (Popover, ContextMenu, …). At the moment this does not always work because the displayed content is nested inside the generated HTML. A workaround is to render it in the <body>-element which is currently not supported by Fundamental and Fundamental Vue. However there are ways.

Results:

  • The Fundamental React implementation already is using portals for the modal dialog. Let's see how it is done there.
  • Effects on accessibility and styling due to changed HTML structure.

TSLint Improving the linter configuration: At the moment tslint is configured by only using a minimal set of rules. The reason for that is twofold:

  1. I wanted to start with a minimal set of rules because I don't like rules in general. 😇
  2. I found that most of the tslint-rules don't really work.

But now more and more people contribute and it hurts my solve to not approve a PR because of formatting issues. I would like discuss what we wanna do about it. Can we simply use eslint? Do we have a tslint pro on the team? :)

Results:

  • Let's ask the angular guys.

Dog Feeding-Feedback The first results from the dog feeding are in. Killian will make a list about potential areas for improvement in the wiki.

SFC Migration

Ongoing

Clone this wiki locally