Skip to content

Commit 4047b20

Browse files
committed
feat(docs): dec milestone
1 parent 2de28ef commit 4047b20

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

docs/_milestone_.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# December Milestone
2+
3+
## Overview
4+
5+
- Complete the epics:
6+
- `Add Support for Partitioned Database`
7+
- `Inclusion of related models`
8+
- `Production deployment`
9+
- Complete the spikes for the migration guide
10+
11+
## Goals
12+
13+
- [ ] Inclusion of related models [MVP]
14+
https://github.com/strongloop/loopback-next/issues/1352
15+
16+
- [ ] [5]Reject create/update requests when data contains navigational
17+
properties (WIP) https://github.com/strongloop/loopback-next/issues/3439
18+
19+
- [ ] Authentication & Authorization
20+
https://github.com/strongloop/loopback-next/issues/3902
21+
22+
- [ ] [5]Contribute OpenAPI spec pieces from extensions
23+
https://github.com/strongloop/loopback-next/issues/3854
24+
- [ ] [3]Add user profile factory for authentication modules
25+
https://github.com/strongloop/loopback-next/issues/3846
26+
27+
- [ ] [Epic] Add Support for Partitioned Database
28+
https://github.com/strongloop/loopback-connector-cloudant/issues/219
29+
30+
- [ ] [3]Optimize query by reading partition key from payload
31+
https://github.com/strongloop/loopback-connector-cloudant/issues/217
32+
33+
- [ ] From model definition to REST API with no custom repository/controller
34+
classes https://github.com/strongloop/loopback-next/issues/2036
35+
36+
- [ ] [5]Model API booter & builder(WIP)
37+
https://github.com/strongloop/loopback-next/issues/3736
38+
39+
- [ ] Migration guide between LB3 to LB4 [MVP]
40+
https://github.com/strongloop/loopback-next/issues/453
41+
42+
- [ ] [3]Spike: Migration guide from LB3 - Authentication & authorization
43+
https://github.com/strongloop/loopback-next/issues/3719
44+
45+
- [ ] Miscellaneous
46+
- [ ] [8]Spike: Discover and define models at runtime
47+
https://github.com/strongloop/loopback-next/issues/2484
48+
- [ ] [5] API Explorer ignores filter options where, fields, and order #2208
49+
50+
## Stretch Goals
51+
52+
- [ ] Bug fixes
53+
54+
- [ ] Id deleted on update on MongoDB #3267
55+
- [ ] TodoList tutorial - GET ​/todos​/{id}​/todo-list gives unexpected
56+
response #4147
57+
58+
- [ ] Inclusion of Related Models (Post MVP)
59+
60+
- [ ] Include related models with a custom scope #3453
61+
62+
- [ ] From model definition to REST API with no custom repository/controller
63+
classes https://github.com/strongloop/loopback-next/issues/2036
64+
65+
- [ ] [3]Add CrudRestApiBuilder to `@loopback/rest-crud`,
66+
https://github.com/strongloop/loopback-next/issues/3737
67+
- [ ] [3]Example app showing CrudRestApiBuilder
68+
https://github.com/strongloop/loopback-next/issues/3738
69+
70+
- [ ] Migration guide between LB3 to LB4 [MVP]
71+
https://github.com/strongloop/loopback-next/issues/453
72+
73+
- [ ] [3]How to migrate datasources from LB3 to LB4 #3946
74+
- [ ] [3]How to migrate boot scripts #3957
75+
- [ ] [3]How to migrate user-defined model methods #3949
76+
77+
- Micellaneous
78+
- [ ] [5]Column is always integer when running `npm run migrate`
79+
https://github.com/strongloop/loopback-next/issues/2398

0 commit comments

Comments
 (0)