From ab7ef5d46d4bf1272e921e3d39d2f1f8203417ee Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Mon, 20 Jan 2020 12:46:09 -0500 Subject: [PATCH 1/2] fix(docs): add Feb milestone --- docs/_feb-milestone_.md | 80 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 docs/_feb-milestone_.md diff --git a/docs/_feb-milestone_.md b/docs/_feb-milestone_.md new file mode 100644 index 000000000000..05b7841e2054 --- /dev/null +++ b/docs/_feb-milestone_.md @@ -0,0 +1,80 @@ +## Monthly Milestone - Feb 2020 + +### Overview + +- Continue focus on migration guide +- Further investigation on the APIC/LB integration + +### Goals + +- Migration guide between LB3 and LB4 MVP #453 + + - [ ] (3) How to migrate CRUD Operation Hooks #3952 + - [ ] (8) How to migrate model mixins #3951 + - [ ] (3) Spike: how to import LB3 models extending a custom base model #3813 + - [ ] (needs estimate) [migration/auth] Migrate + https://github.com/strongloop/loopback-example-access-control to LB4 + #4520 + +- Tooling around migration + + - [ ] (3) LB3 model import: preserve connector-specific metadata in property + definitions #3810 + +- Create models & REST APIs dynamically at runtime + + - [ ](8) How to build models, repositories and controllers dynamically at + runtime #4296 + +- Shopping app web site + + - [ ] (2) Shopping App Website: Installation/setup documentation + https://github.com/strongloop/loopback4-example-shopping/issues/477 + +- APIC Integration #4516 + + - [ ] (5) [Spike] End to End test Shopping example in cloud with APIConnect + #4498 + +- Miscellaneous + + - [ ] (3) Run shared tests from both v3 and v4 of juggler + https://github.com/strongloop/loopback-connector-db2/issues/133 + - [ ] (3) Add CrudRestApiBuilder to `@loopback/rest-crud` #3737 + - [ ] (8) Column names in lowercase using lb4 discover method - SQL connector + #3343 + +- PR reviews: + - [ ] feat: adds @deprecated convenience decorator #4415 + - [ ] feat: adds @tags convenience decorator #4416 + - [ ] feat: adds utility launch for debugging a single test file #4432 + - [ ] Preserve custom type of auto-generated id property #4270 + +### Stretch Goals + +- CI + + - [ ] [CI] Postgresql downstream tests failed + https://github.com/strongloop/loopback-datasource-juggler/issues/1816 + - [ ] [DashDB] Run shared tests from both v3 and v4 of juggler + https://github.com/strongloop/loopback-connector-dashdb/issues/79 + +- Bug fixes + + - [ ] Authorizer triggers twice #4351 + - [ ] Belongs-To relation tries to resolve for foreign key NULL #4372 + - [ ] Log extension is not printing any logs #2173 + +- Migration guide between LB3 and LB4 MVP #453 + - [ ] Which official LB3 components are not planned in LB4 #3956 + - [ ] (8) Migration Guide: Discuss life cycle differences between LB3 and LB4 + #3935 + - [ ] (3) How to map LB3 CLI commands to LB4 CLI #3953 + +### "Help wanted" and "Good first issue" + +_Community contributors: Want to contribute but don't know where to start? Here +is our wish list for the next month:_ + +- [ ] Add bearer auth scheme as the default security scheme #4386 +- [ ] https://github.com/strongloop/loopback-next/issues/4380 From eaf1f4fa8bfb37fb16b6d806e6bb939fe5e836f6 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Wed, 29 Jan 2020 14:15:04 -0500 Subject: [PATCH 2/2] fix(docs): apply feedback from Raymond --- docs/_feb-milestone_.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/_feb-milestone_.md b/docs/_feb-milestone_.md index 05b7841e2054..4e202e9e78fb 100644 --- a/docs/_feb-milestone_.md +++ b/docs/_feb-milestone_.md @@ -41,14 +41,16 @@ - [ ] (3) Run shared tests from both v3 and v4 of juggler https://github.com/strongloop/loopback-connector-db2/issues/133 - [ ] (3) Add CrudRestApiBuilder to `@loopback/rest-crud` #3737 - - [ ] (8) Column names in lowercase using lb4 discover method - SQL connector - #3343 + - [ ] :running: (8) Column names in lowercase using lb4 discover method - SQL + connector #3343 - PR reviews: - [ ] feat: adds @deprecated convenience decorator #4415 - [ ] feat: adds @tags convenience decorator #4416 - [ ] feat: adds utility launch for debugging a single test file #4432 - [ ] Preserve custom type of auto-generated id property #4270 + - [ ] feat(extension-logging): add integration with winston and fluentd + logging #4117 ### Stretch Goals @@ -61,7 +63,7 @@ - Bug fixes - - [ ] Authorizer triggers twice #4351 + - [ ] :running: Authorizer triggers twice #4351 - [ ] Belongs-To relation tries to resolve for foreign key NULL #4372 - [ ] Log extension is not printing any logs #2173