Commit Graph

36 Commits

Author SHA1 Message Date
Emilia Allison 1fd2119e1e
Fix some debug assertion tags
Not relevant anyway because I think I'm going to have to stop using
Dioxus.
2023-05-21 21:47:29 -04:00
Emilia Allison db83921ffd
Add Fermi as dependency
I do not feel good about this ecosystem.
I really, *really* do not like that I have
to use the git version.
I have again looked at the alternatives,
and without just porting to JS (no thanks)
I don't think I have any other choices;
I wasn't happy with Yew's documentation
(I'm not happy with Dioxus' documentation
either, to be fair).
2023-05-21 21:13:55 -04:00
Emilia Allison b97726c297
TryFrom (u8,u8,u8,u8) for RegionDisplay 2023-05-21 20:14:55 -04:00
Emilia Allison 6612e74b69
Function for taking number to letter representation 2023-05-21 20:10:13 -04:00
Emilia Allison 8598f09648
Struct for managing display of regions
TryFrom for (u8,u8,u8,u8) will be next commit :)
2023-05-21 18:05:46 -04:00
Emilia Allison 303831bda3
Remove dummy components 2023-05-21 12:48:42 -04:00
Emilia Allison 98038944f2
Wireframing and restructure 2023-05-21 12:45:12 -04:00
Emilia Allison 67738543cc
Fix drag issue
These few lines of code are going to plague this project.
Transiently, this solution doesn't seem fast enough and
will "forget" that the mouse button is being held during
a drag.
I'm using mouseenter instead of mouseover because it
should trigger less often---this ought to be more efficient(?).
2023-05-20 22:51:32 -04:00
Emilia Allison e0563d7b9b
Add dummy div to plate cells
This exists solely to have the hitbox
for the cells be rectangular while the
appearance of the cells is circular.
2023-05-20 21:38:52 -04:00
Emilia Allison 0ed4fe8809
Switching back to UI testing 2023-05-20 21:29:21 -04:00
Emilia Allison 46c09a598e
Remove dead code 2023-05-14 20:50:33 -04:00
Emilia Allison 91035bc675
Disable divisibility checking 2023-05-14 20:50:17 -04:00
Emilia Allison 0b8b067e46
Fix for validating replicate divisibility 2023-05-14 20:39:46 -04:00
Emilia Allison 11a77fa276
Add tests for replicate transfer 2023-05-14 20:30:31 -04:00
Emilia Allison 6b03e89854
Add tests for simple transfer region 2023-05-14 17:22:50 -04:00
Emilia Allison 43331ff8f2
chore: format 2023-05-13 19:13:29 -04:00
Emilia Allison 6a9a7ff0ff
Implement replicate transfers 2023-05-13 19:12:37 -04:00
Emilia Allison 0f8eed0aae
Implement replicate transfers 2023-05-13 19:12:16 -04:00
Emilia Allison b4faca150d
Change empty well symbol (easier to read) 2023-05-13 17:35:47 -04:00
Emilia Allison 6b12335bbc
Modify comments in validation 2023-05-13 15:21:05 -04:00
Emilia Allison 217561bdd7
Fix validation for replicate transfer
Unchecked as of this commit
2023-05-13 15:20:25 -04:00
Emilia Allison f5ba580e73
Switch to match
Will be needed to implement replicate transfers
2023-05-13 11:57:18 -04:00
Emilia Allison 1501651844
Use validate to save time in calculate_map 2023-05-13 11:53:55 -04:00
Emilia Allison f6045743e6
Remove dead code 2023-05-13 11:53:04 -04:00
Emilia Allison a31c40a1a0
Removed explicit pooling transfer
The handling of destination interleaves is robust enough
that this behaviour comes for free---no need to duplicate.
2023-05-13 11:45:45 -04:00
Emilia Allison 6f56973b07
Basic simple transfers 2023-05-13 11:40:39 -04:00
Emilia Allison 6bafb0372b
Source plate interleaving 2023-05-12 20:25:21 -04:00
Emilia Allison ed8a11e8c7
Structs for transfers, lots of fixing 2023-05-12 16:38:14 -04:00
Emilia Allison a2d406e9c4
Transfer region struct and validation method (partial) 2023-05-11 23:38:49 -04:00
Emilia Allison e8bd4ee0f3
Revised plate structure 2023-05-11 22:53:44 -04:00
Emilia Allison 3a91b99b6b
Plate struct 2023-05-11 20:47:31 -04:00
Emilia Allison 94bb6b249d
Add tests for source_plate component 2023-05-11 20:39:43 -04:00
Emilia Allison b9cc4a6477
Cells can now have color changed from parent component 2023-05-11 18:39:25 -04:00
Emilia Allison 817b09b602
Make wells circles and change color defaults 2023-05-11 17:56:13 -04:00
Emilia Allison 0c2bbbdb27
Format and a comment 2023-05-11 17:51:09 -04:00
Emilia Allison 14df69db59
Initial 2023-05-11 17:49:03 -04:00