Skip to content

Commit

Permalink
docs: add roadmap section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Jul 25, 2021
1 parent 956fc17 commit 2c7e3fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@ yarn install # or `npm install`
yarn dev # or `npm run dev`
```

## Roadmap

This is a list of what I've currently got planned for the future. I'm open to
accepting PRs for any of these, but I'd prefer it if you could first open an
issue regarding it so we can discuss it/make sure there's not multiple people
working on the same thing.

I'm also open to PRs for other features not listed here, but also please open a
corresponding issue to discuss it, just like above.

- [ ] Multi-history support (user defined saves).
- [ ] Sharing a schema with other users via a generated link (similar to
TypeScript's [playground](https://www.typescriptlang.org/play/)).
- [ ] Saving node positions across page resets.
- [ ] Autocomplete for the editor (very big, Monaco is a bit fiddly at times,
would probably need to do some looking at the VSCode plugin for Prisma to
figure out some stuff).

## License

Prismaliser is licensed under the MIT License - see the [LICENSE](LICENSE) file
Expand Down

1 comment on commit 2c7e3fc

@vercel
Copy link

@vercel vercel bot commented on 2c7e3fc Jul 25, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.