-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55690e6
commit 3eac2ff
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Lucid Roadmap | ||
|
||
The document contains the list of features that must be completed before the alpha release and the final release as well. | ||
|
||
## Alpha Release | ||
|
||
- [ ] Complete `ManyToMany.sync` method. | ||
- [ ] Implement `fetchOrCreateMany`, `updateOrCreateMany`, `firstOrCreate` and `updateOrCreate` for all relationships. | ||
- [ ] Add support for default value for `@columns`. | ||
- [ ] Related models aggregrates query. | ||
- [ ] Support for casting columns using a custom function. Both on column and model level. | ||
|
||
## Final Release targeting `@adonisjs/core v5` | ||
|
||
- [ ] Add robuts layer for dealing with Dates and DateTimes, along with Timezone. | ||
- [ ] Add support for query scopes. `Global` and `Local` both. | ||
- [ ] Add support for data factories. | ||
- [ ] Support for global transactions. |