-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] feat(docs): add April milestone #4906
Conversation
docs/site/_april_milestone.md
Outdated
|
||
- [ ] From model definition to REST API #3935 | ||
|
||
- [ ] CLI command to expose REST API of a Model with no custom classes #2739 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is done now 👍
@deepakrkris, I've made the last update in this PR. This can be used as the base for creating a milestone GH issue. Thanks! |
I would like to ask for some feedback to #4438 to get hasManyThrough completed in April? |
docs/site/_april_milestone.md
Outdated
|
||
- [ ] From model definition to REST API #3935 | ||
|
||
- [ ] Docs for exposing REST API of a Model with no custom classes #2740 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
landed! 👍
|
||
- PR reviews | ||
- [ ] feat(repository): hasManyThrough #4438 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@deepakrkris, can we also add the following task as well pls? Thanks.
Extract the jwt authentication to an extension module #4903
@dhmlau @raymondfeng I would like us to resume the work on enabling TypeScript Project References in loopback-next, see #2609. TypeScript 3.8 should have fixed the issue(s) blocking us from adoption of this feature, and the upcoming 3.9 version is fixing few other edge cases (we can update to TypeScript 3.9 beta to start using those goodies early). |
docs/site/_april_milestone.md
Outdated
|
||
- Aim at finish the | ||
[Migration guide epic](https://github.com/strongloop/loopback-next/issues/3935) | ||
excpet for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
excpet for the | |
except for the |
- [ ] Spike: How to migrate LB3 components #4099 | ||
- [ ] How to map LB3 CLI commands to LB4 CLI #3953 | ||
- [ ] Spike: How to migrate apps using loopback-component-oauth2 #3959 | ||
- [ ] How to run LB3 app tests when the app is mounted in a LB4 project #3978 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@deepakrkris, please replace #3978 with:
Spike: how to run LB3 tests from LB4 when LB3 is mounted on the LB4 app #5004
since we've created a spike on it. thanks.
Slipped:
|
Closing as #5010 is opened. |
April milestone
Overall theme:
Migration guide epic. Get as much done as possible in this epic.
From model definition to REST API with no custom repository/controller classes epic
Checklist
👉 Read and sign the CLA (Contributor License Agreement) 👈
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈