From 18a0779539b60d213f75cba69d6b59eda5851ec1 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Thu, 4 Jun 2020 22:13:04 -0400 Subject: [PATCH 1/4] feat: july milestone --- docs/_jul_milestone_.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/_jul_milestone_.md diff --git a/docs/_jul_milestone_.md b/docs/_jul_milestone_.md new file mode 100644 index 000000000000..dc982252fd60 --- /dev/null +++ b/docs/_jul_milestone_.md @@ -0,0 +1,23 @@ +# Monthly Milestone - July 2020 + +## Overview + +- Docs issue takedown! + +## Goals + +- [ ] Docs improvements + + _Please add your suggestions here. Also see + https://github.com/strongloop/loopback-next/issues?q=is%3Aissue+is%3Aopen+label%3ADocs+label%3A2020Q3_ + +- [ ] Feature parity + + - [ ] Execute raw NoSQL queries (e.g. MongoDB) #3342 + +- [ ] Fix GVT issues + - [ ] [GSSC-GVT]English String when input command apic lb4 app -h #5654 + - [ ] [GSSC-GVT]English String when input command apic lb4 repository #5656 + - [ ] [GSSC-GVT]English String when input command apic lb4 model #5657 + +## Stretch Goals From 428ac3d7b1aa153afc9dbbe40e7ffc74e1edfc19 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Wed, 10 Jun 2020 22:18:27 -0400 Subject: [PATCH 2/4] fix: add suggestions --- docs/_jul_milestone_.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/docs/_jul_milestone_.md b/docs/_jul_milestone_.md index dc982252fd60..e14c9e40b010 100644 --- a/docs/_jul_milestone_.md +++ b/docs/_jul_milestone_.md @@ -6,18 +6,40 @@ ## Goals -- [ ] Docs improvements +- [ ] Docs improvements #5113 - _Please add your suggestions here. Also see - https://github.com/strongloop/loopback-next/issues?q=is%3Aissue+is%3Aopen+label%3ADocs+label%3A2020Q3_ + - [ ] Hide @loopback/openapi-v3 from docs, examples and CLI templates #5692 + - [ ] Add missing LoopBack 4 Types docs #5063 + - [ ] Docs: how to configure a custom table/collection name different from + model class name #2197 + - [ ] Improve and refactor the authentication documentations #5294 - [ ] Feature parity - [ ] Execute raw NoSQL queries (e.g. MongoDB) #3342 - [ ] Fix GVT issues + - [ ] [GSSC-GVT]English String when input command apic lb4 app -h #5654 - [ ] [GSSC-GVT]English String when input command apic lb4 repository #5656 - [ ] [GSSC-GVT]English String when input command apic lb4 model #5657 +- [ ] Bugs + + - [ ] Regression: MongoError: unknown operator: \$\$eq + strongloop/loopback-connector-mongodb#532 + +- [ ] Chores/Tooling improvements + + - [ ] update dependency mem-fs-editor to v7 #5624 + - [ ] [api-extractor] Incorrect handling of interfaces enhancing a class with + the same name microsoft/rushstack#1921 + +- [ ] PRs to review + - [ ] feat(pooling): add an extension to provide pooling service #5681 + - [ ] [RFC] Define sequence actions as middleware #5366 + ## Stretch Goals + +- [ ] Docs Improvement + - [ ] couchDB connector docs #5267 From 655e68fe46988a0a972c352c66c52338ed3d3a0e Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Tue, 16 Jun 2020 10:34:04 -0400 Subject: [PATCH 3/4] fix(docs): update july milestone --- docs/_jul_milestone_.md | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/docs/_jul_milestone_.md b/docs/_jul_milestone_.md index e14c9e40b010..611032d653ab 100644 --- a/docs/_jul_milestone_.md +++ b/docs/_jul_milestone_.md @@ -2,44 +2,59 @@ ## Overview -- Docs issue takedown! +Focus on: + +- documentation improvements +- reduce backlog of PRs waiting to be reviewed ## Goals - [ ] Docs improvements #5113 - [ ] Hide @loopback/openapi-v3 from docs, examples and CLI templates #5692 - - [ ] Add missing LoopBack 4 Types docs #5063 - [ ] Docs: how to configure a custom table/collection name different from model class name #2197 - [ ] Improve and refactor the authentication documentations #5294 - [ ] Feature parity - - [ ] Execute raw NoSQL queries (e.g. MongoDB) #3342 + - [ ] Continue with feat(repository): hasManyThrough #4438 - [ ] Fix GVT issues - [ ] [GSSC-GVT]English String when input command apic lb4 app -h #5654 - [ ] [GSSC-GVT]English String when input command apic lb4 repository #5656 - [ ] [GSSC-GVT]English String when input command apic lb4 model #5657 + - [ ] [GSSC-GVT]English String when input command APIC apic lb4 interceptor + #5658 - [ ] Bugs - [ ] Regression: MongoError: unknown operator: \$\$eq strongloop/loopback-connector-mongodb#532 -- [ ] Chores/Tooling improvements - - - [ ] update dependency mem-fs-editor to v7 #5624 - - [ ] [api-extractor] Incorrect handling of interfaces enhancing a class with - the same name microsoft/rushstack#1921 - - [ ] PRs to review + - [ ] Add "signup" / create user in authentication-jwt module #5602 + - [ ] 5187 jwt refresh token Feature #5589 - [ ] feat(pooling): add an extension to provide pooling service #5681 - [ ] [RFC] Define sequence actions as middleware #5366 + - [ ] [RFC WIP] feat(typegoose): add a component for typegoose/mongoose + integration #5152 ## Stretch Goals - [ ] Docs Improvement + - [ ] couchDB connector docs #5267 + - [ ] [Docs] Add "project layout reference" page #4847 + - [ ] Add missing LoopBack 4 Types docs #5063 + +- [ ] Feature parity + + - [ ] Execute raw NoSQL queries (e.g. MongoDB) #3342 + +- [ ] Chores/Tooling improvements + + - [ ] update dependency mem-fs-editor to v7 #5624 + - [ ] [api-extractor] Incorrect handling of interfaces enhancing a class with + the same name microsoft/rushstack#1921 From 6c25731a7cdd42bba284059858b0b020aa7e8971 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Fri, 19 Jun 2020 13:32:34 -0400 Subject: [PATCH 4/4] fix: apply feedback from Miroslav --- docs/_jul_milestone_.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_jul_milestone_.md b/docs/_jul_milestone_.md index 611032d653ab..885a8f5daa0c 100644 --- a/docs/_jul_milestone_.md +++ b/docs/_jul_milestone_.md @@ -15,6 +15,7 @@ Focus on: - [ ] Docs: how to configure a custom table/collection name different from model class name #2197 - [ ] Improve and refactor the authentication documentations #5294 + - [ ] [Docs] Add "How the documentation is organized" section #5752 - [ ] Feature parity @@ -56,5 +57,3 @@ Focus on: - [ ] Chores/Tooling improvements - [ ] update dependency mem-fs-editor to v7 #5624 - - [ ] [api-extractor] Incorrect handling of interfaces enhancing a class with - the same name microsoft/rushstack#1921