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] fix(docs): add Feb milestone #4468

Closed
wants to merge 2 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
82 changes: 82 additions & 0 deletions docs/_feb-milestone_.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
## 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

dhmlau marked this conversation as resolved.
Show resolved Hide resolved
- 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
- [ ] :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

Copy link
Member

Choose a reason for hiding this comment

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

In on of our recent meetings, we agreed to regularly collect few "good first issue" tasks and offer them for the community contributors. I don't remember which venue we wanted to use for this, was it the milestone issue, the quarterly roadmap or one of our regular blog posts?

Copy link
Member Author

Choose a reason for hiding this comment

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

We could possibly do it in multiple places. I'm thinking milestone issue would be a good main one, and maybe blog posts too?

- 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

- [ ] :running: 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

Copy link
Member

Choose a reason for hiding this comment

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

I am proposing to add few bug fixes too, for example:

Copy link
Contributor

Choose a reason for hiding this comment

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

#4351 is created to fix #4351

Copy link
Contributor

Choose a reason for hiding this comment

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

I would like to land #4117 soon.

Copy link
Member Author

Choose a reason for hiding this comment

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

### "Help wanted" and "Good first issue"

_Community contributors: Want to contribute but don't know where to start? Here
Copy link
Member Author

Choose a reason for hiding this comment

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

@bajtos, I think we discussed the two below. Do you have other items to consider?

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