Skip to content

Commit

Permalink
Core team update and meeting notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thejayhaykid committed Feb 14, 2024
1 parent b642d09 commit c76c245
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 7 deletions.
39 changes: 39 additions & 0 deletions blog/2024-02-14-core-team-meeting-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# February 2024 Core Team Meeting

Attendees: Joel Denning, Milan Kovacic, Ian Bacher, Jake Hayes

## Meeting Agenda

- TypeScript migration
- single-spa
- single-spa-react
- Maintenance update
- Baseplate
- Roadmap items
- Blog posts

### TypeScript Migration

1. Single-spa-layout broken types
2. New PR for migration [Single-spa](https://github.com/single-spa/single-spa/pull/1196)

### Review other PR's

1. Examination of an open [PR](https://github.com/single-spa/single-spa/pull/1189) to fix [Issue #1184](https://github.com/single-spa/single-spa/issues/1184)
1. Discussed introducing a new [potential lifecycle hook](https://github.com/single-spa/single-spa/issues/1197)

### Baseplate Pricing Feedback

- Maybe indicate that GB storage is optional. It's possible to bring your own
- "The prices are not ridiculous" - Ian
- "The prices seem reasonable, and the descriptions make sense" - Jake

### Roadmap Items

- Removing default exports
- single-spa-playground was broken due to DNS records, Joel was able to fix that last week
- Look into CORS for single-spa-playground - @Ian will look into

### Blog posts

- Potentially adding Baseplate specific blog posts to single-spa
14 changes: 7 additions & 7 deletions src/data/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ const coreMembers = [
name: 'Joel Denning',
login: 'joeldenning',
avatarUrl: 'https://avatars1.githubusercontent.com/u/5524384',
sponsorUrl: 'https://github.com/'
sponsorUrl: 'https://github.com/sponsors/joeldenning',
},
{
name: 'Anthony Frehner',
login: 'frehner',
avatarUrl: 'https://avatars1.githubusercontent.com/u/3054066',
name: 'Milan Kovacic',
login: 'MilanKovacic',
avatarUrl: 'https://avatars.githubusercontent.com/u/9189985?v=4',
},
{
name: 'Carlos Filoteo',
login: 'filoxo',
avatarUrl: 'https://avatars1.githubusercontent.com/u/4202993?v=4',
name: 'Ian Bacher',
login: 'ibacher',
avatarUrl: 'https://avatars.githubusercontent.com/u/52504170?v=4',
},
];

Expand Down

0 comments on commit c76c245

Please sign in to comment.