Skip to content

Commit

Permalink
add short term improvements to public roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Feb 28, 2019
1 parent 60102ce commit 5e4bf86
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,34 @@

This documents contains a rough outline for future features and changes in Prisma. Its primary purpose is to provide visibility in the current efforts of the Prisma engineering team and make Prisma users aware of upcoming changes.

The roadmap is updated every two weeks (i.e. with every Prisma release).
The roadmap is updated every two weeks (i.e. with every Prisma release). If you want to see the changes that have happened in the last releases, check out the [changelog](https://github.com/prisma/prisma/releases).

## Q1/Q2 2019

### Short term fixes & improvements

The following list represents a number of smaller issues and improvements we are currently working on. While we're trying to be as foreseeing as possible, our priorities might shift and other issues can enter this list within a release cycle:

#### Improvements

- [Unstable tie breaking for cursor based pagination #3258](https://github.com/prisma/prisma/issues/3258)
- [Nested upsert in create mutations (correct: nested connectOrCreate) #2194](https://github.com/prisma/prisma/issues/2194)
- [Use sensible migration values for existing nodes when adding required fields #2323](https://github.com/prisma/prisma/issues/2323)
- [Allow for custom IDs to be submitted in a create-mutation #3839](https://github.com/prisma/prisma/issues/3839)
- [Support cascading delete with deleteMany #1936](https://github.com/prisma/prisma/issues/1936)
- [[Mongo] improve relational link design to enhance performance #3754](https://github.com/prisma/prisma/issues/3754)
- [Add inner connection fields #1780](https://github.com/prisma/prisma/issues/1780)
- [Order by multiple fields #62](https://github.com/prisma/prisma/issues/62)

#### Bug fixes

- [Updating Scalar List Values of a Node does not trigger a change of the updatedAt value of a Node #2053](https://github.com/prisma/prisma/issues/2053)
- [Export import fails #3183](https://github.com/prisma/prisma/issues/3183)
- [Introspect postgres: "Could not connect to database. Prisma Config doesn't have any database connection" #3136](https://github.com/prisma/prisma/issues/3136)
- [SDL declare order with relation. #3698](https://github.com/prisma/prisma/issues/3698)
- [Unstable tie breaking for cursor based pagination #3258](https://github.com/prisma/prisma/issues/3258)
- [Multiple pgRelation on connect mutation #3041](https://github.com/prisma/prisma/issues/3041)

### Specification phase

The "specification phase" reflects the spec work we do before starting to actually implement a feature. All important features are being specified and discussed on GitHub, please join the discussions and share your opinions with us.
Expand Down

0 comments on commit 5e4bf86

Please sign in to comment.