Skip to content

Commit

Permalink
WIP producer delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 5, 2024
1 parent 38f42bb commit 29c05ee
Show file tree
Hide file tree
Showing 14 changed files with 935 additions and 686 deletions.
823 changes: 454 additions & 369 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dnas/plenty/zomes/integrity/orders/src/producer_delivery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ pub enum DeliveredAmount {
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
#[serde(tag = "type")]
pub enum ProductDelivery {
Delivered {
delivered_amount: DeliveredAmount,
comment: Option<String>,
},
Missing,
Problem { problem: String },
Delivered { delivered_amount: DeliveredAmount },
}

#[derive(Clone, PartialEq)]
Expand Down
148 changes: 63 additions & 85 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tauri-build = { version = "2.0.0-rc", default-features = false, features = [

[dependencies]
tauri = { version = "2.0.0-rc", features = [] }
tauri-plugin-holochain = { git = "https://github.com/darksoil-studio/tauri-plugin-holochain", branch = "main" }
tauri-plugin-holochain = { git = "https://github.com/darksoil-studio/tauri-plugin-holochain", branch = "develop" }
tauri-plugin-deep-link = "2.0.0-rc"
tauri-plugin-log = "2.0.0-rc"
tauri-plugin-single-instance = "2.0.0-rc"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/gen/schemas/acl-manifests.json

Large diffs are not rendered by default.

Loading

0 comments on commit 29c05ee

Please sign in to comment.