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

Jan 2020 milestone 2️⃣0️⃣2️⃣0️⃣ #4186

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

## Overview

- Take some time to:
- fix bugs, improve developer experience, fix docs
- triage open issues across all the repos, not just `loopback-next`
- Migration work continues to be one of the focus
- Focus on issues/PRs for loopback-connector-mongodb

## Goals

- [ ] Migration guide between LB3 and LB4 MVP #453

- [ ] [3] How to migrate datasources from LB3 to LB4 #3946
- [ ] [3] How to migrate boot scripts #3957

- [ ] Improve developer experience

- [ ] [3] Expose isActive() method in Transaction interface #3471
- [ ] [3] Missing model.ts after running lb4 openapi command #4135
- [ ] [2] Model strict: false is ignored with Postgre SQL repository #4042

dhmlau marked this conversation as resolved.
Show resolved Hide resolved
- [ ] Bugs

- [ ] [3] Docs: Improve TodoList Tutorial instructions and completed tutorial
'lb4 example todo-list' #4161
- [ ] [Needs Estimates] lb3 - Relations on uuid
https://github.com/strongloop/loopback/issues/4287

bajtos marked this conversation as resolved.
Show resolved Hide resolved
- [ ] Create models & REST APIs dynamically at runtime

- [ ] [Needs estimates] Dynamic binding/rebinding of controllers after app
start #433

- Update dependencies

- [ ] [Needs estimates] chore: update dependency change-case to v4 #4233
- [ ] [Needs estimates] update dependency ts-morph to v6 #4274

- [ ] [3][spike] API Connect / LoopBack 4 integration #4115

bajtos marked this conversation as resolved.
Show resolved Hide resolved
## Stretch goals

- [ ] Migration guide between LB3 and LB4 MVP #453

- [ ] [3] How to migrate user-defined model methods #3949
- [ ] [5] How to migrate remoting hooks #3950

- [ ] Create models & REST APIs dynamically at runtime

- [ ] How to build models, repositories and controllers dynamically at runtime
#4296

- Bugs

- [ ][community contribution?] Preserve custom type of auto-generated id
property #3602
- [ ] [needs discussion] Column names in lowercase using lb4 discover method -
SQL connector #3343

* PR reviews
- [ ] feat(extension-logging): add integration with winston and fluentd
logging, https://github.com/strongloop/loopback-next/pull/4117
- [ ] chore: enable esModuleInterop compiler option,
https://github.com/strongloop/loopback-next/pull/4091
- [ ] [RFC] feat: add base code for the image of Appsody LoopBack stack,
https://github.com/strongloop/loopback-next/pull/4250