Compare commits
No commits in common. "c3995f572506094758b4c5719db5af5a994e00df" and "6dc13675ae9e9ca740b63805c0477d05bf4c05f0" have entirely different histories.
c3995f5725
...
6dc13675ae
|
@ -633,7 +633,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "plate-tool-lib"
|
name = "plate-tool-lib"
|
||||||
version = "0.3.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"csv",
|
"csv",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
|
@ -648,7 +648,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "plate-tool-web"
|
name = "plate-tool-web"
|
||||||
version = "0.3.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"csv",
|
"csv",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
|
|
|
@ -22,8 +22,6 @@ To add a new plate, click the "New Plate" button:
|
||||||
Suppose you erroneously created a plate, or misspelled its name.
|
Suppose you erroneously created a plate, or misspelled its name.
|
||||||
Double click on that plate in the list (top-left pane) and a new modal will open.
|
Double click on that plate in the list (top-left pane) and a new modal will open.
|
||||||
Here you can rename a plate or delete it.
|
Here you can rename a plate or delete it.
|
||||||
You may also change the format of a plate
|
|
||||||
(note that this will not delete any data if you accidentally switch to a smaller format).
|
|
||||||
|
|
||||||
### Adding a transfer
|
### Adding a transfer
|
||||||
Now that you have two plates selected,
|
Now that you have two plates selected,
|
||||||
|
@ -100,10 +98,6 @@ To add a new plate, click the "New Plate" button:
|
||||||
To do so, mouse over the "File" tab, then "Import", and finally "Import Transfer from CSV".
|
To do so, mouse over the "File" tab, then "Import", and finally "Import Transfer from CSV".
|
||||||
When creating transfers via this method, the transfer cannot be edited.
|
When creating transfers via this method, the transfer cannot be edited.
|
||||||
This is useful if you have a pre-existing picklist that you would like to visualize in plate-tool.
|
This is useful if you have a pre-existing picklist that you would like to visualize in plate-tool.
|
||||||
|
|
||||||
You may either manually map plates in a picklist to plates you've already created, or click "Auto" to:
|
|
||||||
1. Generate all plates in the picklist
|
|
||||||
2. Generate transfers for all source:destination pairs.
|
|
||||||
|
|
||||||
_Note_: If you try to use this feature and no plates are available to select,
|
_Note_: If you try to use this feature and no plates are available to select,
|
||||||
there was likely an issue parsing your picklist.
|
there was likely an issue parsing your picklist.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "plate-tool-lib"
|
name = "plate-tool-lib"
|
||||||
version = "0.3.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "plate-tool-web"
|
name = "plate-tool-web"
|
||||||
version = "0.3.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
Loading…
Reference in New Issue