From c971eb7d9d7d9294598e5aa2a7233340e910d34a Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Fri, 22 May 2020 22:24:26 -0400 Subject: [PATCH 1/3] chore: june milestone --- docs/_jun_milestone_.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/_jun_milestone_.md diff --git a/docs/_jun_milestone_.md b/docs/_jun_milestone_.md new file mode 100644 index 000000000000..310e916385e5 --- /dev/null +++ b/docs/_jun_milestone_.md @@ -0,0 +1,25 @@ +# 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 + +## 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 From 708fdd66e160579c5844076af228acf2da75917e Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Thu, 28 May 2020 09:57:39 -0400 Subject: [PATCH 2/3] fix: add PRs to review --- docs/_jun_milestone_.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_jun_milestone_.md b/docs/_jun_milestone_.md index 310e916385e5..61c5d97b4eba 100644 --- a/docs/_jun_milestone_.md +++ b/docs/_jun_milestone_.md @@ -11,6 +11,10 @@ #4992 - [ ] Spike: robust handling of ObjectID type for MongoDB #3456 - [ ] Integration with TypeORM #4853 +- [ ] 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 ## Stretch Goals From 8d84f377956d910d78dc63d2c2958156a3d04aff Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Thu, 28 May 2020 17:49:57 -0400 Subject: [PATCH 3/3] fix: add hasManyThrough --- docs/_jun_milestone_.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_jun_milestone_.md b/docs/_jun_milestone_.md index 61c5d97b4eba..6c8c7daeb149 100644 --- a/docs/_jun_milestone_.md +++ b/docs/_jun_milestone_.md @@ -11,6 +11,7 @@ #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