This repository was archived by the owner on Oct 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Ui bug fixes #83
Open
MoeMaher
wants to merge
64
commits into
master
Choose a base branch
from
UI-bug-fixes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ui bug fixes #83
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
74efcc0
Adding location delete-button is done
MoeMaher ff632a6
fixing the text format of the destination in the dispatch directions
MoeMaher 4351daf
Cleaning Code
MoeMaher 0d351dd
in dispatching: adding the ability to list the chosen pins and delete…
MoeMaher 9378ebf
UI bug fixes
MoeMaher 9addab9
UI bug fixes
MoeMaher 781af65
UI bug fixes
MoeMaher cb530f6
Adding information dialog for each component describing the component…
MoeMaher 94088e1
UI bug fix
MoeMaher 85f26a8
UI margins fixes
MoeMaher 2a7e0b5
adding the ability to choose between routes in dispatching
MoeMaher f5fde1b
Backend return the full information of the alternative route in dispa…
MoeMaher dd515cf
Minor Bug fixes
MoeMaher 1489f7d
Adding location delete-button is done
MoeMaher 23b765f
fixing the text format of the destination in the dispatch directions
MoeMaher 91120c2
Cleaning Code
MoeMaher a08f831
in dispatching: adding the ability to list the chosen pins and delete…
MoeMaher 7d4690c
UI bug fixes
MoeMaher f9be731
UI bug fixes
MoeMaher 08f5350
UI bug fixes
MoeMaher 313536f
Adding information dialog for each component describing the component…
MoeMaher fb65d05
UI bug fix
MoeMaher 3e0aff1
UI margins fixes
MoeMaher 80a7abc
adding the ability to choose between routes in dispatching
MoeMaher b8b1ec0
Backend return the full information of the alternative route in dispa…
MoeMaher 417b637
Minor Bug fixes
MoeMaher 642a494
Minor bug fix
MoeMaher d9b9dbb
rebase with BMFT-Angular8
MoeMaher 04924f3
solve rebase merging conflicts
MoeMaher c869b7c
add drag and drop to sort Pins in dispatching
MoeMaher cc030fe
fix a minor error
MoeMaher 444679a
Adding location delete-button is done
MoeMaher b2a4556
fixing the text format of the destination in the dispatch directions
MoeMaher b4807ff
Cleaning Code
MoeMaher a974f8c
in dispatching: adding the ability to list the chosen pins and delete…
MoeMaher caf8508
UI bug fixes
MoeMaher 2ddab9f
UI bug fixes
MoeMaher bacbffc
UI bug fixes
MoeMaher 670d78b
Adding information dialog for each component describing the component…
MoeMaher e5f878f
UI bug fix
MoeMaher 0894eb1
UI margins fixes
MoeMaher d33aa60
adding the ability to choose between routes in dispatching
MoeMaher 1053432
Backend return the full information of the alternative route in dispa…
MoeMaher 8ed9c3f
Minor Bug fixes
MoeMaher 47fb018
Minor bug fix
MoeMaher 42a830f
Adding location delete-button is done
MoeMaher ee814cc
fixing the text format of the destination in the dispatch directions
MoeMaher 4f8f0bf
Cleaning Code
MoeMaher 4be1366
in dispatching: adding the ability to list the chosen pins and delete…
MoeMaher 257a6a2
UI bug fixes
MoeMaher d6a486a
UI bug fixes
MoeMaher 0240919
UI bug fixes
MoeMaher b6c781d
Adding information dialog for each component describing the component…
MoeMaher 5ff1dba
UI bug fix
MoeMaher 9c1da23
UI margins fixes
MoeMaher 084a476
adding the ability to choose between routes in dispatching
MoeMaher f692bee
Minor Bug fixes
MoeMaher c2dc534
solve rebase merging conflicts
MoeMaher edd9b10
add drag and drop to sort Pins in dispatching
MoeMaher c97c393
fix a minor error
MoeMaher f314b46
fix rebase errors
MoeMaher 43dfd75
fix rebase with master errors
MoeMaher e882b12
fix rebase with master errors
MoeMaher 59240da
solve PR Requested changes
MoeMaher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,6 +50,7 @@ h1 { | |
| .spinner { | ||
| vertical-align: text-bottom; | ||
| width: 25px; | ||
| margin-left: 10px; | ||
| } | ||
|
|
||
| .mat-raised-button{ | ||
|
|
||
Empty file.
25 changes: 25 additions & 0 deletions
25
Frontend/src/app/assets/asset-info-dialog/asset-info-dialog.component.html
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| <!-- Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Licensed under the MIT License. --> | ||
|
|
||
| <h2 mat-dialog-title>Assets</h2> | ||
| <mat-dialog-content> | ||
|
|
||
| <p>Create an asset by clicking on the + button. Give your asset a name, | ||
| choose its type (car, truck, etc.), link it to the corresponding device, and click submit. </p> | ||
|
|
||
|
|
||
| <p>In this page, you will see the current location of all assets in real time. | ||
| You can click on the name of any asset to zoom in and follow that asset around. </p> | ||
|
|
||
| <p>You can click on the points button (Bullseye icon) and view the entire location history of | ||
| that asset. Additionally, you can filter to show a specific time period only. </p> | ||
|
|
||
| <p>You can click on the trip button (Rising trend icon) and view the trips this asset has made. | ||
| Trips are summarized versions of the location history of an asset. They include information | ||
| about periods of motion of the asset, the start and ending locations, and any minor stops | ||
| along the way. You can click on a single trip and view detailed information about it. When in | ||
| single trip mode, you can click on the map and it will show you information like instantaneous | ||
| speed, acceleration and other detailed information. </p> | ||
|
|
||
| <br> | ||
| </mat-dialog-content> | ||
18 changes: 18 additions & 0 deletions
18
Frontend/src/app/assets/asset-info-dialog/asset-info-dialog.component.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. | ||
|
|
||
| import { Component, OnInit } from '@angular/core'; | ||
|
|
||
| @Component({ | ||
| selector: 'app-asset-info-dialog', | ||
| templateUrl: './asset-info-dialog.component.html', | ||
| styleUrls: ['./asset-info-dialog.component.css'] | ||
| }) | ||
| export class AssetInfoDialogComponent implements OnInit { | ||
|
|
||
| constructor() { } | ||
|
|
||
| ngOnInit() { | ||
| } | ||
|
|
||
| } |
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
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
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
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
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
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
Empty file.
15 changes: 15 additions & 0 deletions
15
Frontend/src/app/devices/devices-info-dialog/devices-info-dialog.component.html
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| <!-- Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Licensed under the MIT License. --> | ||
|
|
||
| <h2 mat-dialog-title>Devices</h2> | ||
| <mat-dialog-content> | ||
|
|
||
| <p>Create a device by clicking on the + button. Download the Android apk or set up iOS mobile client on your | ||
| phone. Open the mobile application from your phone and scan the QR code to finish provisioning the device. | ||
| Alternatively, if you will be using your own background tracking client, dismiss the popup and give your | ||
| device a unique ID and a unique name. You can find the Linked Asset property and select the asset to | ||
| link it with the device. Click submit once you are done. You can still click on the edit (pencil icon) | ||
| button on each device to make modification after your submission. </p> | ||
|
|
||
| <br> | ||
| </mat-dialog-content> |
18 changes: 18 additions & 0 deletions
18
Frontend/src/app/devices/devices-info-dialog/devices-info-dialog.component.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. | ||
|
|
||
| import { Component, OnInit } from '@angular/core'; | ||
|
|
||
| @Component({ | ||
| selector: 'app-devices-info-dialog', | ||
| templateUrl: './devices-info-dialog.component.html', | ||
| styleUrls: ['./devices-info-dialog.component.css'] | ||
| }) | ||
| export class DevicesInfoDialogComponent implements OnInit { | ||
|
|
||
| constructor() { } | ||
|
|
||
| ngOnInit() { | ||
| } | ||
|
|
||
| } |
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.