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

[RFC] feat(docs): dec milestone #4144

Closed
wants to merge 4 commits into from
Closed
Changes from 2 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
81 changes: 81 additions & 0 deletions docs/_milestone_.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# December Milestone

## Overview

- Complete the epics:
- `Add Support for Partitioned Database`
- `Inclusion of related models`
- `Production deployment`
- Complete the spikes for the migration guide

Copy link
Member

Choose a reason for hiding this comment

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

I'd also like use to complete spike on migrating auth & auth from LB3 to LB4, so that we can start planning work on the migration guide and/or tooling for 2020Q1

## Goals

- [ ] Inclusion of related models [MVP]
https://github.com/strongloop/loopback-next/issues/1352

- [ ] [5]Reject create/update requests when data contains navigational
Copy link
Member Author

Choose a reason for hiding this comment

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

If this task is done in Nov, please replace this with

Include related models with a custom scope #3453

properties (WIP) https://github.com/strongloop/loopback-next/issues/3439

bajtos marked this conversation as resolved.
Show resolved Hide resolved
- [ ] Authentication & Authorization
https://github.com/strongloop/loopback-next/issues/3902

- [ ] [5]Contribute OpenAPI spec pieces from extensions
https://github.com/strongloop/loopback-next/issues/3854
- [ ] [3]Add user profile factory for authentication modules
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 say #3846 is not a high priority.
"support token based authentication in API Explorer in shopping example" from the epic story is much more important, I don't remember if we have a story for it(probably not), I remember Raymond wants to have a default auth dialog for token based authentication, and I agree with him.

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought #3854 would allow that. no?

Copy link
Contributor

Choose a reason for hiding this comment

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

@dhmlau #3854 is "allow extension contributes spec", "support token based authentication in API Explorer in shopping example" means our framework provide built-in spec

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

https://github.com/strongloop/loopback-next/issues/3846

- [ ] [Epic] Add Support for Partitioned Database
https://github.com/strongloop/loopback-connector-cloudant/issues/219

- [ ] [3]Optimize query by reading partition key from payload
https://github.com/strongloop/loopback-connector-cloudant/issues/217
- [ ] Blog post
https://github.com/strongloop/loopback-connector-cloudant/issues/231

- [ ] From model definition to REST API with no custom repository/controller
classes https://github.com/strongloop/loopback-next/issues/2036

- [ ] [5]Model API booter & builder(WIP)
https://github.com/strongloop/loopback-next/issues/3736

- [ ] Migration guide between LB3 to LB4 [MVP]
https://github.com/strongloop/loopback-next/issues/453

- [ ] [3]Spike: Migration guide from LB3 - Authentication & authorization
https://github.com/strongloop/loopback-next/issues/3719

- [ ] Miscellaneous
- [ ] [8]Spike: Discover and define models at runtime
https://github.com/strongloop/loopback-next/issues/2484
- [ ] [5] API Explorer ignores filter options where, fields, and order #2208

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

- [ ] Bug fixes

- [ ] Id deleted on update on MongoDB #3267
- [ ] TodoList tutorial - GET ​/todos​/{id}​/todo-list gives unexpected
response #4147

- [ ] Inclusion of Related Models (Post MVP)

- [ ] Include related models with a custom scope #3453

- [ ] From model definition to REST API with no custom repository/controller
classes https://github.com/strongloop/loopback-next/issues/2036

- [ ] [3]Add CrudRestApiBuilder to `@loopback/rest-crud`,
https://github.com/strongloop/loopback-next/issues/3737
- [ ] [3]Example app showing CrudRestApiBuilder
https://github.com/strongloop/loopback-next/issues/3738

- [ ] Migration guide between LB3 to LB4 [MVP]
https://github.com/strongloop/loopback-next/issues/453

- [ ] [3]How to migrate datasources from LB3 to LB4 #3946
- [ ] [3]How to migrate boot scripts #3957
- [ ] [3]How to migrate user-defined model methods #3949

- Micellaneous
- [ ] [5]Column is always integer when running `npm run migrate`
https://github.com/strongloop/loopback-next/issues/2398