Skip to content

Commit

Permalink
docs: add roadmap file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 30, 2019
1 parent 55690e6 commit 3eac2ff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ROADMAP.md
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.

0 comments on commit 3eac2ff

Please sign in to comment.