This file contains hidden or 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
| Cow & | |
| Tracking | |
| Untracked | |
| first-session-started -> Pending | |
| Pending | |
| session-activated -> Tracked | |
| Tracked& | |
| Temperature | |
| Normal | |
| fever-detected -> Fever |
This file contains hidden or 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
| # do not show | |
| SensorBadge | |
| Idle | |
| Assigned | |
| Active & | |
| Data | |
| Pending | |
| Stable | |
| Unstable | |
This file contains hidden or 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
| EventStack Event rendering & | |
| Stack | |
| Collapsed | |
| # this event can be triggered by clicking on the stack or by opening the related cow preview | |
| expand stack -> Expanded | |
| Expanded | |
| collapse stack -> Collapsed | |
| expand another stack -> Collapsed | |
This file contains hidden or 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
| Wicow Login | |
| Request form | |
| type -> Incomplete | |
| Blank | |
| Incomplete | |
| valid? -> Complete | |
| Complete | |
| request link -> Requesting | |
| Errors | |
| request link -> Requesting |
This file contains hidden or 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
| speller :: [[Char]] -> [Char] | |
| speller list = | |
| spell (filter ((/=) "") list) | |
| spell :: [[Char]] -> [Char] | |
| spell [] = [] | |
| spell [single] = | |
| isFor single | |
| spell [first, second] = | |
| isFor first ++ " and " ++ isFor second |
This file contains hidden or 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
| QuickThaw v3 | |
| Idle | |
| start process -> Process | |
| Process | |
| Heating | |
| heating setpoint -> Loading | |
| Loading | |
| Ready L | |
| button pressed -> Opening L | |
| Opening L |
This file contains hidden or 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
| CowGrid Cell& | |
| Focus state | |
| select this cell -> View mode | |
| select range ending on this cell -> View mode | |
| select range including this cell -> Cursor elsewhere | |
| select another cell or range -> Out of selection | |
| Out of selection | |
| In selection | |
| Cursor on cell | |
| select this cell -> Edit mode |
This file contains hidden or 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
| QuickThaw UI | |
| Login | |
| Pending login | |
| correct token -> Logged in | |
| incorrect token -> Login | |
| Login request | |
| submit login request -> Manual token | |
| Manual token | |
| manual token entered -> Pending login |
This file contains hidden or 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
| SmartMessage for calving-completed & | |
| Calves | |
| set calves to 1 -> 1 calf | |
| set calves to 2 -> 2 calves | |
| set calves to 3 -> 3 calves | |
| 1 calf* | |
| 2 calves | |
| set both -> Both | |
| set one-another -> One - another | |
| Both |