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

[DO NOT MERGE] chore: june milestone #5538

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/_jun_milestone_.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Monthly Milestone - Jun 2020

## Overview

- Finish Q2 release

## Goals

- [ ] Clean up extension template and docs #5336
- [ ] Failed to exclude properties by setting false in `fields` filter via url
#4992
- [ ] Spike: robust handling of ObjectID type for MongoDB #3456
- [ ] Integration with TypeORM #4853
- [ ] Continue with feat(repository): hasManyThrough #4438
- [ ] PRs to review
- [ ] feat(graphql): add an extension for type-graphql integration #5545
- [ ] community PRs
https://github.com/strongloop/loopback-next/pulls?q=is%3Apr+is%3Aopen+label%3Acommunity-contribution

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agnes512, would it make sense to make a June goal to get the hasManyThrough original PR to master?

## Stretch Goals

- [ ] Documentation improvement

- [ ] [Docs] MongoDB connector docs should cover LB4 content #4879
- [ ] [Docs] MySQL connector docs should cover LB4 content #4878
- [ ] [Docs] Oracle connector docs should cover LB4 content #4880
- [ ] [Docs] Add "project layout reference" page #4847

- [ ] [Workshop] From API to UI: LoopBack with Angular with client generator
#4849
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Proposal) PRs to review:

Copy link
Contributor

@jannyHou jannyHou May 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dhmlau

feat(http-server): adds http/2 support #4989 (probably need more review time?)

This PR is waiting for Express's support of http2(probably won't happen soon), please see discussion #4989 (comment) and #4989 (comment).

RFC] Enable parallel mocha testing #5011 (IIUC, waiting for the next mocha release)

Yep, it's waiting for mocha release.