From ff06cde66275b3fac3b7aa26317378d1e0dffbc1 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 22 Apr 2023 13:11:27 +0200 Subject: [PATCH] docs: add checklist for missing features --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 772362a..f6681ba 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ A dagger sdk written in rust for rust. +## Plan for next release + +- [ ] Introduce [thiserror](https://docs.rs/thiserror/latest/thiserror/) for + better errors +- [ ] Add compatibility with `dagger run` +- [ ] Add open telemetry tracing to the sdk +- [ ] Remove `id().await?` from passing to other dagger graphs, this should make + the design much cleaner +- [ ] Start MkBook on how to actually use the sdk +- [ ] Update to newest upstream release +- [ ] Fix bugs + - [ ] Run in conjunction with golang and other sdks + - [ ] Stabilize the initial `Arc` model into something more extensible + ## Examples See [examples](./crates/dagger-sdk/examples/)