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] feat(docs): May milestone #5189

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
62 changes: 62 additions & 0 deletions docs/_may_milestone_.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
## Monthly Milestone - May 2020

### Overview

### Goals

- [ ] Migration Guide

- [ ] How to migrate LB3 components #3955 _depends on the spike result in
dhmlau marked this conversation as resolved.
Show resolved Hide resolved
#5004_
- [ ] How to run LB3 app tests when the app is mounted in a LB4 project #3978
_depends on the spike reuslt in #4099_

- [ ] Feature Parity

- [ ] Model.toObject() should preserve prototypes (e.g. Date and ObjectID
values) #3607

- [ ] Bugs

- [ ] defining a nested array model property using @property.array decorator
crashes the app #4754

- [ ] Docs

- [ ] [Docs] Add debug string information #4845
- [ ] [Docs] Add "error handling" page #4846

- [ ] Miscellaneous

- [ ] How to build models, repositories and controllers dynamically at runtime
#4296
- [ ] Spike: robust handling of ObjectID type for MongoDB #3456
- [ ] Integration with TypeORM #4853
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm #4853 doesn't seem like a miscellaneous task 🤔 maybe move it under feature party?

Copy link
Member Author

Choose a reason for hiding this comment

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

"Miscellaneous" is just a category to put anything doesn't fit in docs and bugs at this moment. if we have more integration work related, i can create a "integration" section.


- [ ] PRs to review
- [ ] feat(repository): hasManyThrough #4438
- [ ] [RFC] Enable parallel mocha testing #5011
- [ ] feat(http-server): adds http/2 support #4989
Copy link
Member

Choose a reason for hiding this comment

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

@raymondfeng can you please add 2-3 of your pull requests you would like the team to focus on reviewing during May?

Copy link
Member Author

Choose a reason for hiding this comment

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

Would also like to get this refresh token PR reviewed: loopbackio/loopback4-example-shopping#537


### Stretch Goals

- [ ] Docs / Blogs

- [ ] [Blog] Managing your APIs: From LoopBack to IBM API Connect #4901
- [ ] [Docs] Add "project layout reference" page #4847
- [ ] [Docs] Postgresql connector docs should cover LB4 content #4877
- [ ] [Docs] MongoDB connector docs should cover LB4 content #4879

- [ ] Bugs

- [ ] Failed to exclude properties by setting false in `fields` filter via url
#4992

- [ ] From relation definition to REST API #2483
- [ ] [SPIKE] HasMany relation definition to REST API with auto-generated
repository/controller classes #3896

### Community Contribution

- [ ] :running: [Spike] How to migrate Angular 1.x and 2+ LB3 client #4610
- [ ] :running: Document how to send emails in LB4 #1979