-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
2 changed files
with
16 additions
and
1 deletion.
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,15 @@ | ||
# Roadmap | ||
|
||
## Learning and adoption | ||
|
||
- [_] feature: `mkunion watch ./...` command that watches for changes in files and runs faster than go generate | ||
- [_] docs: document simple state machine and how to use `mkunion` for it | ||
- [_] docs: document other packages in `x/` directory | ||
- [_] docs: document typescript types generation and end-to-end typs concepts (from backend to frontend) | ||
- [_] feature: expose functions to extract `go:tag` metadata | ||
- [_] docs: describe philosophy of "data as resource" and how it translates to some of library concepts | ||
|
||
## Long tern experiments and prototypes | ||
|
||
- [_] experiment: generate other serialization formats (e.g. grpc) | ||
- [_] prototype: http & gRPC client for end-to-end types. |
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