-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Direct dispatch to fleet or robot (#1004)
* Basic implementation of priority based on legacy implementation Signed-off-by: Aaron Chong <[email protected]> * Use icons for favorite Signed-off-by: Aaron Chong <[email protected]> * Fix warning time, use switch and made buttons nicer Signed-off-by: Aaron Chong <[email protected]> * To display priority Signed-off-by: Aaron Chong <[email protected]> * Lint Signed-off-by: Aaron Chong <[email protected]> * Helper function to handle null and undefined priority, clean up creation Signed-off-by: Aaron Chong <[email protected]> * Use switch for priority, flip low priority icon Signed-off-by: Aaron Chong <[email protected]> * Remove getDefaultTaskPriorty Signed-off-by: Aaron Chong <[email protected]> * Basic implementation working, still with frontend errors Signed-off-by: Aaron Chong <[email protected]> * Fix component render sequence issues Signed-off-by: Aaron Chong <[email protected]> * Lint Signed-off-by: Aaron Chong <[email protected]> * Fix capitalization, disable scheuling for robot dispatch, allow edit scheduled fleet task Signed-off-by: Aaron Chong <[email protected]> * Comments and consolidate logs Signed-off-by: Aaron Chong <[email protected]> * Slight tree view for robots, change dropdown size, use const enum Signed-off-by: Aaron Chong <[email protected]> * Refactor dispatch and schedule callbacks, fix edit schedule event, add comments Signed-off-by: Aaron Chong <[email protected]> * Remove stale print Signed-off-by: Aaron Chong <[email protected]> * lint Signed-off-by: Aaron Chong <[email protected]> * Make task form more generically named, new callback for schedule editing Signed-off-by: Aaron Chong <[email protected]> * Document props Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]>
- Loading branch information
1 parent
89c9d72
commit 5d670b5
Showing
14 changed files
with
514 additions
and
204 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.