-
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 <aaronchongth@gmail.com> * Use icons for favorite Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Fix warning time, use switch and made buttons nicer Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * To display priority Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Lint Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Helper function to handle null and undefined priority, clean up creation Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Use switch for priority, flip low priority icon Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Remove getDefaultTaskPriorty Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Basic implementation working, still with frontend errors Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Fix component render sequence issues Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Lint Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Fix capitalization, disable scheuling for robot dispatch, allow edit scheduled fleet task Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Comments and consolidate logs Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Slight tree view for robots, change dropdown size, use const enum Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Refactor dispatch and schedule callbacks, fix edit schedule event, add comments Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Remove stale print Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * lint Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Make task form more generically named, new callback for schedule editing Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Document props Signed-off-by: Aaron Chong <aaronchongth@gmail.com> --------- Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
- 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.